View Single Post
  #1  
Old 06-13-2006, 03:47 AM
 
MallRomania MallRomania is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 109
 

Default How can i do that?

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.
__________________
Mircea Teleleu
Shopedia.ro-la cumparaturi
www.shopedia.ro
______________________
x-cart gold 4.1.6
Linux
Reply With Quote