View Single Post
  #2  
Old 01-26-2008, 02:58 AM
  SpinyMan's Avatar 
SpinyMan SpinyMan is offline
 

Advanced Member
  
Join Date: Jan 2008
Posts: 30
 

Default Re: Remove Bestsellers From Home Page Only

Hi,
open "customer/home.tpl" file and find a string
Quote:
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
and replace it by
Quote:
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y" and ($main ne "catalog" or $cat ne "")}
{ include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
__________________
Regards,
SpinyMan

X-Cart Templates Store -
http://www.x-cart-customization.com/shop/

X-Cart Customization Services -
http://www.x-cart-customization.com/
Reply With Quote