View Single Post
  #55  
Old 06-07-2010, 02:20 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: Show All Products in Catagory

If you do not want to go with the View All in the stock navigation.tpl file add this to the the file just before the final {/strip}

Code:
{if $smarty.server.PHP_SELF ne '/manufacturers.php' && $smarty.server.PHP_SELF ne '/admin/orders.php' && $smarty.server.PHP_SELF ne '/orders.php' } &nbsp;&nbsp;&nbsp;<a href="{$navigation_script}&amp;show=all">View All</a> {/if}

This will put the "View All" three spaces to the right of the next arrow.

Result pages: 1 2 3 4 5 > View All

Dont forget the code in the init.php file from post before this post.
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote