oblik Posted April 24, 2013 Share Posted April 24, 2013 (edited) Bonjour, Je souhaite afficher des caractéristiques produits dans le module "produits déjà vu". Je suis en prestashop 1.5.4 Voici ce que j'ai ajouter à blockviewed.tpl : <!-- Caracteristiques --> {foreach from=$product.features item=feature} <!-- type de vin --> {if $feature.id_feature eq 7} <p class="type-de-vin"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$feature.value|escape:'htmlall':'UTF-8'}</a></p> {/if} <!-- nouveaute --> {if $feature.id_feature eq 6} <span class="nouveaute-item">Nouveaute</span> {/if} {/foreach} Ce code fonctionne dans la liste des produits, mais pas depuis ce module. Des idées ? Merci ! Edited April 25, 2013 by oblik (see edit history) Link to comment Share on other sites More sharing options...
DevNet Posted April 24, 2013 Share Posted April 24, 2013 (edited) Bonsoir, http://blog.dev-net.fr/2013/04/afficher-des-caracteristiques-des-produits-dans-le-module-deja-vu-blockviewed/ A+ Edited April 27, 2013 by DevNet (see edit history) 1 Link to comment Share on other sites More sharing options...
oblik Posted April 25, 2013 Author Share Posted April 25, 2013 Bonjour Devnet, Cela fonctionne à merveille ! Quel talent ! Et un grand merci d'avoir été aussi clair dans tes explications, je pense que cela pourra servir à d'autres personnes ! Link to comment Share on other sites More sharing options...
DevNet Posted April 25, 2013 Share Posted April 25, 2013 lol, du premier coup A+ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now