modelike Posted December 11, 2011 Share Posted December 11, 2011 Bonjour Voilà je voudrais que si un produit est disponible dans plusieurs couleurs ou plusieurs tailles, au lieu de simplement inscrit "Disponible" ce soit noté par exemple "Disponible dans plusieurs choix" dans ma page product-list j'ai donc ajouté ce code : {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} {if $product.quantity > 0} <span class="availability">{l s='Available'}</span> {elseif $product.allow_oosp > 0} <span class="oospavailability">{l s='oospAvailable'}</span> {elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)} <span class="availability">{l s='Product available with different options'}</span> {else}<span class="availability">{l s='Out of stock'}</span>{/if} {/if} Mais la partie "product available with different options" ne fonctionne pas. Pourriez vous m'aider ? Merci. Link to comment Share on other sites More sharing options...
modelike Posted December 28, 2011 Author Share Posted December 28, 2011 up svp Link to comment Share on other sites More sharing options...
Monte a bord Victor Posted December 29, 2011 Share Posted December 29, 2011 Bonsoir, Commencez par faire un {product|var_dump} et regardez la valeur de votre variable "quantity_all_versions" Bonne soirée Cordialement Link to comment Share on other sites More sharing options...
zoomtronic Posted July 23, 2013 Share Posted July 23, 2013 Bonjour, je me permet de remonter ce sujet car j'ai le même code que @Modelike et ma fonction "Product available with different options" ne fonctionne pas.. Je suis sous presta 1.5 et même avec le thème de base quand une déclinaison par défaut est épuisée alors que les autres sont en stock je n'ai toujours pas ce fameux message.. Avez-vous une solution? Link to comment Share on other sites More sharing options...
zoomtronic Posted July 23, 2013 Share Posted July 23, 2013 Solution au problème dans un nouveau topic: http://www.prestashop.com/forums/topic/263610-liste-produit-solution-pour-les-etats-de-stock/ 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