anne4113 Posted April 6, 2012 Share Posted April 6, 2012 Bonjour, voici mon problème : lorsque j'ai par exemple un produit qui a un stock à 2 et que le client commande 3 produits (car il est commandable hors stock), dans le panier, le produit continue d'apparaître comme disponible. Comment faire pour que le produit apparaisse "disponible bientôt" ? En gros je pense qu'il faudrait faire des modifs là, mais je ne sais pas comment faire : (En noir, c'est ce que j'ai déjà et qui marche bien, j'ai juste rajouté une icône pour les produits en précommande) {if $product.active AND $product.stock_quantity > 0 } <img src="{$img_dir}icon/available.gif" alt="{l s='Available'}" title="{l s='Available'}" /> {elseif $product.allow_oosp } <img src="{$img_dir}icon/availablesoon.gif" alt="{l s='Available Soon'}" title="{l s='Available Soon'}" /> {elseif $product.allow_oosp AND quantité du panier > quantité du stock} <img src="{$img_dir}icon/availablesoon.gif" alt="{l s='Available Soon'}" title="{l s='Available Soon'}" /> {else} <img src="{$img_dir}icon/unavailable.gif" alt="{l s='Out of stock'}" title="{l s='Out of stock'}" /> {/if} Merci pour votre aide. Link to comment Share on other sites More sharing options...
anne4113 Posted April 7, 2012 Author Share Posted April 7, 2012 Je cherche le nom de la variable pour la quantité de produits dans le panier, personne n'a une petite idée ? Link to comment Share on other sites More sharing options...
anne4113 Posted April 23, 2012 Author Share Posted April 23, 2012 Up, je n'ai toujours pas trouvé de solution... Link to comment Share on other sites More sharing options...
Le-cathare Posted October 20, 2012 Share Posted October 20, 2012 Bonjour je vois sur ton site que ta résolu le problème. je cherche à faire pareil, peut tu me donner la solution? merci d'avance Link to comment Share on other sites More sharing options...
Le-cathare Posted October 20, 2012 Share Posted October 20, 2012 J'ai trouver la solution ici : http://www.prestashop.com/forums/topic/96611-tuto-exemple-recap-panier-changer-la-couleur-de-licone-selon-la-dispo-de-larticle/page__pid__971901?do=findComment&comment=971901 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