Jump to content

Ne pas afficher PRIX, BOUTON ETC....


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...