mica94 Posted January 11, 2012 Share Posted January 11, 2012 Bonjour, je souhaiterais que les prix specifiques des produits(promotions) apparaissent non seulement dans la page product.tpl mais aussi dans product-list.tpl J'ai vu dans product.tpl que c'est la variable smarty $product->specificPrice qui est utilisée pour cela mais j'ai un peu de mal à l'adapter à product-list.tpl Un coup de main ? Merci Mica Link to comment Share on other sites More sharing options...
mica94 Posted January 12, 2012 Author Share Posted January 12, 2012 Une petite idée ? Link to comment Share on other sites More sharing options...
mica94 Posted January 13, 2012 Author Share Posted January 13, 2012 Bonjour, personne n'a une piste à me donner ? Link to comment Share on other sites More sharing options...
mica94 Posted January 15, 2012 Author Share Posted January 15, 2012 Bonjour, je fais un petit up en ce dimanche Link to comment Share on other sites More sharing options...
MayMo design Posted January 15, 2012 Share Posted January 15, 2012 il faut ajouter ce bout de code après : {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> {/if} ajouter celui là {if isset($product.reduction) && $product.reduction && !isset($restricted_country_mode)}<span class="prixbar" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price_without_reduction}{else}{convertPrice price=$product.price_without_reduction_tax_exc}{/if}</span><br />{/if} Link to comment Share on other sites More sharing options...
mica94 Posted January 16, 2012 Author Share Posted January 16, 2012 Super, tout a fait ce que je recherchais merci beaucoup Link to comment Share on other sites More sharing options...
MayMo design Posted January 16, 2012 Share Posted January 16, 2012 content pour toi. mais il faut éditer ton premier post et ajouter [RESOLU] dans le titre. bonne continuation 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