Hello
I would like to show details on page only if feature comparison is not activated for specified product(s), if it's, show only product class fields.
I try that but it's not working:
{if $active_modules.Feature_Comparison}
{else}
{if $product.fulldescr ne ""}
{$product.fulldescr}
{else}
{$product.descr}
{/if}
{/if}
Right now i see both sections (see here:
http://www.mallromania.ro/product.php?productid=16353&cat=0&page=1).
Note: i made modifications to product.tpl, now i use tab version.