View Single Post
  #2  
Old 06-27-2007, 07:18 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: DON'T want Featured Products

to make featured products go away forever,

you can simply not assign any.

to idiotproof it from your store, you can comment out the entire template, /skin1/customer/main/featured.tpl

Code:
{* {capture name=dialog} {if $f_products ne ""} {if $total_pages gt 2} <br /> { include file="customer/main/navigation.tpl" } {/if} {include file="customer/main/products.tpl" products=$f_products featured="Y"} {if $total_pages gt 2} <br /> { include file="customer/main/navigation.tpl" } {/if} {else} {$lng.txt_no_featured} {/if} {/capture} {include file="dialog.tpl" title=$lng.lbl_featured_products content=$smarty.capture.dialog extra='width="100%"'} *}

but -- if you don't assign a featured product, they simply won't display.

Get to know webmaster mode, so you can see what templates are working for you.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote