X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Remove Bestsellers From Home Page Only (https://forum.x-cart.com/showthread.php?t=37051)

Freakmode 01-26-2008 12:03 AM

Remove Bestsellers From Home Page Only
 
Hi

Is it possible to not show the bestsellers on the home page but leave it on all of the other pages?

The reason being our 3 best selling products shown on the home page are free boxes and balls we give away when you buy other products.

Thanks

SpinyMan 01-26-2008 02:58 AM

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}


Freakmode 01-26-2008 03:56 AM

Re: Remove Bestsellers From Home Page Only
 
Thanks SpinyMan - that works a treat.

No longer look like we never sell anything over $1


All times are GMT -8. The time now is 10:18 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.