View Single Post
  #2  
Old 09-07-2008, 03:58 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default 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
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote