webpage - Prestashop - Display quantity and features on home featured product -
i dispay features on home featured product.
on homefeatured.tpl, i've added :
<!-- features --> {foreach from=$products->features item=feature} <!-- wine --> {if $feature.id_feature eq 7} <p class="feature-wine"><a href="{$products->product_link}" title="{$products->name|escape:html:'utf-8'}">{$feature.value|escape:'htmlall':'utf-8'}</a></p> {/if} {/foreach}
but doesn't work... have idea ?
you need modify homefeatured.php variable model , pass smarty via smarty->assign()