Re: How to have no left.tpl on home and product detail pages?
That will hide it everywhere. You need to use an {if} statement instead:
{if $main eq "catalog" and $current_category.category eq "" or $main eq "product"}{else}{include file="customer/left_bar.tpl"}
{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
|