Hi,
i would like to get the id of the feature value in my TPL but nothing appears.
Here is my code :
{if $product.grouped_features} <div class="features-description"> {foreach from=$product.grouped_features item=feature} <p style ="text-align:center">{$feature.name|escape:'htmlall'|nl2br nofilter}/{$feature.id_feature} - {$feature.value|escape:'htmlall'|nl2br nofilter} / {$feature.id_value}</p> {/foreach} </div> {/if}
I tried $feature.id_value, $feature.id_feature_value and others combinations but nothing.
Can you help me ? I'm on the last version of PS 1.7
Regards,
Fred