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()


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -