imago Posted July 15, 2012 Share Posted July 15, 2012 (edited) Bonjour, je voudrais rajouter le champ product_reference dans la page product-list.tpl sous le champ product.description_short. Egalement après une recherche sur la liste des résultats. ma modif en rouge ne fonctionne pas j'imagine que ce champ doit faire partie de la recherche dans la bdd mais je ne sais pas où ajouter cette info... merci <div class="center_block"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /></a> <h3>{if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h3> <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}</a></p> <p id="product_reference" {if isset($groups) OR !$product->reference}style="display: none;"{/if}><label for="product_reference"><b>{l s='Reference :'} {$product->reference|escape:'htmlall':'UTF-8'}</b></label></p> </div> Version de Prestashop: 1.4.6.2 Edited July 15, 2012 by imago (see edit history) Link to comment Share on other sites More sharing options...
imago Posted July 15, 2012 Author Share Posted July 15, 2012 ah ben Ref : {$product.reference} suffit... merci 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