Atelier De Charme Posted May 3, 2017 Share Posted May 3, 2017 (edited) Bonsoir, Je cherche à mettre une image à la place des phrases "disponibilité : en stock" et "rupture de stock" dans product.tpl j'ai réussi pour l'image en stock mais je n'est pas réussi pour celle de rupture de stock. En fait il garde toujours l'image "en stock". Voici mon code : <!-- availability --> {if $PS_STOCK_MANAGEMENT} <p id="availability_statut" {if !$product->available_for_order OR $PS_CATALOG_MODE}style="display:none"{/if}> <span id="availability_label"><img src="{$img_dir}avendre.png" title="{l s=''}" alt="{l s=''}"/></span> <span id="availability_value" class="{if $product->quantity <= 0}{if $allow_oosp}available_later{else}outofstock{/if}{else}available{/if}"> {if $product->quantity ==0}<img src={$img_dir}outofstock.png" title="{l s=''}" alt="{l s=''}"/></span>{/if} </span> </p> Pouvez-vous me dire ce qui cloche dans ce morceau de code? En vous remerciant, Bonne soirée, Noémie Edited May 3, 2017 by Atelier De Charme (see edit history) Link to comment Share on other sites More sharing options...
Eolia Posted May 3, 2017 Share Posted May 3, 2017 Vous avez un peu tout mélangé^^ <!-- availability --> {if $PS_STOCK_MANAGEMENT} <p id="availability_statut" {if !$product->available_for_order OR $PS_CATALOG_MODE}style="display:none"{/if}> <span id="availability_label">{l s='Dispo'}</span> <span id="availability_value" class="{if $product->quantity <= 0}{if $allow_oosp}available_later{else}outofstock{/if}{else}available{/if}"> {if $product->quantity > 0}<img src="{$img_dir}avendre.png" title="{l s=''}" alt="{l s=''}"/>{else}<img src={$img_dir}outofstock.png" title="{l s=''}" alt="{l s=''}"/></span>{/if} </span> </p> Link to comment Share on other sites More sharing options...
Atelier De Charme Posted May 3, 2017 Author Share Posted May 3, 2017 Bonsoir et merci pour votre aide Eolia, Je ne suis pas très douée, vous l'aurez remarquer pour les codes css, j'ai été pioché ici et là des bouts de codes parfois sur le forum anglais... Je viens d'essayer votre code mais malheureusement l'image "outofstock" ne fonctionne toujours pas, à la place j'ai un tout petit carré blanc. Merci Link to comment Share on other sites More sharing options...
Eolia Posted May 3, 2017 Share Posted May 3, 2017 le nom et le chemin de l'image sont correct ? Envoyez-moi un accès ftp par MP, on va regarder ça^^ Link to comment Share on other sites More sharing options...
Atelier De Charme Posted May 3, 2017 Author Share Posted May 3, 2017 <!-- availability --> {if $PS_STOCK_MANAGEMENT} <p id="availability_statut" {if !$product->available_for_order OR $PS_CATALOG_MODE}style="display:none"{/if}> <span id="availability_label">{l s='Dispo'}</span> <span id="availability_value" class="{if $product->quantity <= 0}{if $allow_oosp}available_later{else}outofstock{/if}{else}available{/if}"> {if $product->quantity > 0}<img src="{$img_dir}avendre.png" title="{l s=''}" alt="{l s=''}"/>{else}<img src="{$img_dir}outofstock.png" title="{l s=''}" alt="{l s=''}"/></span>{/if} </span> </p> Il manquait un petit "zigouigoui" (en rouge) Je vous remercie beaucoup pour votre aide :D Link to comment Share on other sites More sharing options...
Eolia Posted May 3, 2017 Share Posted May 3, 2017 Ah oui dslé^^ Ca s'appelle des guillemets :-) (ou double-quotes) Link to comment Share on other sites More sharing options...
Atelier De Charme Posted May 3, 2017 Author Share Posted May 3, 2017 Ce n'est pas grave Merci encore pour votre aide Belle soirée ! Link to comment Share on other sites More sharing options...
Eliquidediscount Posted November 2, 2019 Share Posted November 2, 2019 bonjour, ou doit on mettre ce code car je voudrais pouvoir signaler les produits en rupture dans le catalogue produit en vous remerciant 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