lookglamour Posted January 3, 2009 Share Posted January 3, 2009 Bonjour, j'ai un problème.Pour chaque article dans ma boutique, je définis des attributs de taille s, m , xl, l, xxl.Maintenant en front office, je veux que pour chaque taille , si il est absent en stock, il soit écrit -"épuisé", en face de la taille, directement dans la liste déroulante. J'essayais de changer le fichier produit.tpl, mais ça ne marche pas. Aidez moi svp. :question: exemple Link to comment Share on other sites More sharing options...
cybolo Posted February 6, 2009 Share Posted February 6, 2009 BonjourJe voudrais relancer ce sujet car je cherche à faire la même chose. dans cette parite de code {if isset($groups)} <!-- attributes --> {foreach from=$groups key=id_attribute_group item=group} {$group.name|escape:'htmlall':'UTF-8'} : {foreach from=$group.attributes key=id_attribute item=group_attribute name=atts} {$group_attribute|escape:'htmlall':'UTF-8'}{if <> } (Epuisé){/if} {/foreach} {/foreach} {/if} où <> serait par exemple $combinations[<>].quantity==0 le problème est que je n'arrive pas à voir comment récupérer/donner la valeur de $idCombination dans la boucle pour faire le test.Il ya toutes les infos que je veux dans la variable $combinations grâce à cette portion de code qui la prépare // Combinations {foreach from=$combinations key=idCombination item=combination} addCombination({$idCombination|intval}, new Array({$combination.list}), {$combination.quantity}, {$combination.price}, {$combination.ecotax}, {$combination.id_image}); {/foreach} mais je n'arrive pas à voir comment faireSi quelqu'un peut m'éclairer. Je précise que je suis sous PS 1.0.0.8.Merci 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