View Single Post
  #57  
Old 01-25-2011, 11:00 AM
 
ScrapOrchard ScrapOrchard is offline
 

eXpert
  
Join Date: Mar 2008
Posts: 243
 

Default Re: Show All Products in Catagory

Quote:
Originally Posted by hoosierglass
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.


I am a little confused... which file does the above code go? Also, I am working on 4.3.2, the init.php file has 874 lines... does the init.php code still need to be placed around line 471?
__________________
www.scraporchard.com
X-Cart Pro Version 4.5.5

Altered Cart: One Page Checkout, OnSale, Buy Together, Download Expander, Smart Search, Shop by Filters
Gahela: Gahela Support System
The xCart Store: xBanners, xAccess, xMenus
Reply With Quote