webshop Posted April 4, 2011 Share Posted April 4, 2011 Bonsoir,Sur mes pages catalogues .... Comment ne mettre que l'image ?Je voudrais ne pas afficher le prix, la description, le nom du produit et le bouton ajout au panier. En gros, je ne souhait qu'afficher l'image.Merci Link to comment Share on other sites More sharing options...
Broceliande Posted April 4, 2011 Share Posted April 4, 2011 sur la plupart des pages du catalogue , il suffit de modifier product-list.tpl , dans ton dossier de theme , genre : >{include file=$tpl_dir./thickbox.tpl} {if isset($products)} <!-- Products list --> </pre> <ul> {foreach from=$products item=product name=products} getImageLink($product.link_rewrite, $product.id_image, 'large')}" rel="thickbox" class="thickbox shown" title="{$product.name|escape:'htmlall':'UTF-8'}" style="color:#BC0071">Agrandir {/foreach} </ul> <br> <!-- /Products list --><br 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