Hi guys,
I have tried to show value of my feature "release" as DATE (xx/yy/zzzz):
{$features = $product|fn_get_product_features_list} {foreach from=$features item="feature"} {if $feature.description == "release"} <div>My date: {$feature.variant} OR? {$release.variant} </div><br /> {/if} {/foreach}
However, this code doesn't work. It works great for other features but not here.. any idea what is missing? Value of feature is stated as date.