X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How can i do that? (https://forum.x-cart.com/showthread.php?t=22461)

MallRomania 06-13-2006 03:47 AM

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.

shan 06-14-2006 02:10 AM

moved to template editing


All times are GMT -8. The time now is 09:28 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.