I tried...
Code:
{if $active_modules.Product_Options ne ""}
From
{/if}
...in products_t.tpl , but it displays 'from' whether the product has options or not.
I also tried...
Code:
{if $product_options ne ""}
...but that doesn't work properly either. Anyone got this to work?