X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   random products , how to temp. turn off (https://forum.x-cart.com/showthread.php?t=42222)

COSMICKITES 09-07-2008 02:58 PM

random products , how to temp. turn off
 
hello
we have the bcse random products mod installed and would like to temp. disable it as we desire to push some 2009 equipement and the mod just puts what it wants up front on the page.

thank you inadvance

balinor 09-07-2008 03:58 PM

Re: random products , how to temp. turn off
 
In customer/main/welcome.tpl, replace this:

{if $active_modules.Random_Products ne ""}

{include file="customer/main/featured.tpl" f_products=$randoms}

{else}

{include file="customer/main/featured.tpl" f_products=$f_products}

{/if}

with this:

{*{if $active_modules.Random_Products ne ""}

{include file="customer/main/featured.tpl" f_products=$randoms}

{else}*}

{include file="customer/main/featured.tpl" f_products=$f_products}

{*{/if}*}

Moving to THird Party Add-Ons


All times are GMT -8. The time now is 01:16 PM.

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