depotcenter Posted May 27, 2010 Share Posted May 27, 2010 Bonjour,J'ai activer l'option pour avoir les prix barré (Réduction dans fiche produit)Cela me met bien le prix barré et le prix final sur ma fiche produit!!Or je voudrais aussi avoir le prix barré dans la liste de tous les produits aussi.Voir image jointe Link to comment Share on other sites More sharing options...
depotcenter Posted May 27, 2010 Author Share Posted May 27, 2010 Apres plusieur recherche, je suis arrivé au résultat en modifiant la page product-list.tplVoici le code à remplacer: div class="right_block"> {if $product.on_sale} {l s='On sale!'} {convertPrice price=$product.price_without_reduction} {convertPrice price=$product.price} {elseif ($product.reduction_price != 0 || $product.reduction_percent != 0) && ($product.reduction_from == $product.reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product.reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product.reduction_from))} {convertPrice price=$product.price_without_reduction} {convertPrice price=$product.price} {else} {convertPrice price=$product.price} {/if} {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2} {l s='Add to cart'} {else} {l s='Add to cart'} {/if} {l s='View'} Post modifié avec balises 'code' pour une meilleure lisibilité -yoya971 Link to comment Share on other sites More sharing options...
Fabrice Posted May 27, 2010 Share Posted May 27, 2010 le copier/coller du code n'apporte aucune information pertinente (le lecteur ne sait pas quel code est modifié/remplacé).merci de préciser les modifs effectuées lorsque vous soumettez une réponse. 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