laurentg Posted February 1, 2013 Share Posted February 1, 2013 (edited) Bonjour à tous , voila je post aujourdhui car je souhaiterais pouvoir remplacer le message "en stock" ou "ce produit n'est plus en stock" par des image . j'ai bien trouver le code dans product.tpl , mais je n'arrive pas a y mettre une image a la place ... voila le bout de code : <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <span id="availability_label">{l s='Availability:'}</span> <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}> {if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if} </span> </p> Voila si quelqu'un peux me donner un petit de pouce ... d'avance merci Edited February 1, 2013 by laurentg (see edit history) Link to comment Share on other sites More sharing options...
Hedrad Posted February 1, 2013 Share Posted February 1, 2013 <!-- availability --> <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}> <img id="availability_label" src="{$img_dir}nom_image.jpg" alt ="{l s='Availability:'}" width="60" height="60" /> {if $product->quantity <= 0} {if $allow_oosp} <img id="availability_label" src="{$img_dir}nom_image2.jpg" alt ="{l s='available later'}" width="60" height="60" /> {else} <img id="availability_label" src="{$img_dir}nom_image3.jpg" alt ="{l s='available'}" width="60" height="60" /> {/if} {else} <img id="availability_label" src="{$img_dir}nom_image3.jpg" alt ="{l s='available'}" width="60" height="60" /> {/if} </p> Un truc dans le genre ? Link to comment Share on other sites More sharing options...
laurentg Posted February 1, 2013 Author Share Posted February 1, 2013 bonjour, super ...... juste une question , img 2 et 3 sont les seuls liens ou je dois mettre le nom de mon image ? et le fait que le id availability_label ne soit plus dans un span ne change rien ? merci encore je v tester ça ...... Link to comment Share on other sites More sharing options...
Hedrad Posted February 1, 2013 Share Posted February 1, 2013 Les noms des images ont été mis à titre d'exemple. L'id sert uniquement pour le css. Link to comment Share on other sites More sharing options...
laurentg Posted February 1, 2013 Author Share Posted February 1, 2013 oui ca j'ai compris , je vais mettre le nom de mes images , mais il y a 4 lignes avec image , à quel statut correspond chaque lien ?7 img 2 pour hors stock , image 3 en stock , et les 2 autres ? excuse moi , mais je ne suis pas très doué en code ...... merci encore pour ton aide Link to comment Share on other sites More sharing options...
laurentg Posted February 1, 2013 Author Share Posted February 1, 2013 après quelques test , il affiche toujours la même image , l'mage 3 que le produits soit en stock ou pas Link to comment Share on other sites More sharing options...
laurentg Posted February 1, 2013 Author Share Posted February 1, 2013 ca y est je pense avoir trouve , je te tiens au couran,t merci encore pour ton aide Link to comment Share on other sites More sharing options...
laurentg Posted February 1, 2013 Author Share Posted February 1, 2013 c'est bon cela fonctionne , merci encore a toi hedrad !!!! Link to comment Share on other sites More sharing options...
Auto entrepreneur Posted April 15, 2013 Share Posted April 15, 2013 Bonjour, j'ai suivi le sujet qui m'intéresse également et suivi les manips mais j'ignore où placer le {$img_dir} une aide serait pas de refus Link to comment Share on other sites More sharing options...
cocomiaw Posted August 26, 2013 Share Posted August 26, 2013 Bonjour, laurentg j'ai actuellement le même problème que toi. Jj'ai suivi les modifications à apporter et j'ai les mêmes conséquences: l'image 3 s'affiche tout le temps, dans tes posts tu dis avoir trouvé la solution mais tu n'expliques pas qu'elle est cette solution. Peux-tu si tu t'en souviens la décrire s'il te plais. Je galère pas mal. 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