Monday 20 July 2009 9:21:39 am
Hi, I'm using ezwebin to build an e-commerce solution. Some products don't have any option, so I enter nothing in the multi-option field. But on the product page I have a ":" and a blank dropdown menu. The template I should modify is extension/ezwebin/design/ezwebin/override/templates/full/product.tpl But I don't see which condition to use. I have tried:
{if $node.data_map.additional_options.has_content}
<div class="attribute-multi-options">
{attribute_view_gui attribute=$node.object.data_map.additional_options}
</div> {/if} but it doesn't work. Any ideas? Thanks.
|