grimanat Posted October 29, 2014 Share Posted October 29, 2014 (edited) Bonjour est-il possible d'enlever la quantité en stock qui apparait sur la fiche produit dans la boutique à coté du mot en stock qui lui ne me gène pas. Est ce possible? merci Edited October 29, 2014 by grimanat (see edit history) Link to comment Share on other sites More sharing options...
fred-vinapresta Posted October 29, 2014 Share Posted October 29, 2014 Il faut ouvrir, dans votre theme, le fichier product.tpl. et remplacer : <!-- number of item in stock --> {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)} <p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span> <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span> </p> {/if} par {* <!-- number of item in stock --> {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)} <p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span> <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span> </p> {/if} *} Link to comment Share on other sites More sharing options...
grimanat Posted October 29, 2014 Author Share Posted October 29, 2014 Bonjour, Merci pour votre réponse je ne m'y connais pas trop, j'ai été dans préférence , thème et j'ai rien trouvé pour changer le fichier product. je pense que je regarde pas au bon endroit. Link to comment Share on other sites More sharing options...
fred-vinapresta Posted October 29, 2014 Share Posted October 29, 2014 Il faut modifier ca en recuperant le fichier product.tpl sur votre serveur depuis votre ftp. Il se trouve dans /themes/votre_theme/ Link to comment Share on other sites More sharing options...
Sandra-66 Posted October 29, 2014 Share Posted October 29, 2014 Hello, Parles-tu de la quantité de produit disponible qui apparaît sur la boutique visible par les clients ? As-tu essayé : Préférence > Page produit > Afficher les quantités disponibles sur la page produit Mettre le curseur sur "non" Sandra 1 Link to comment Share on other sites More sharing options...
grimanat Posted October 29, 2014 Author Share Posted October 29, 2014 Bonsoir merci à vous deux pour les réponses. Effectivement je parle bien des quantités dispo sur la page produit vu par le client, j'ai fait la manipulation et mis le curseur sur off ( tout simplement) et c'est parfait ,résultat obtenu, c'était devant mes yeux... Merci Link to comment Share on other sites More sharing options...
Sandra-66 Posted October 29, 2014 Share Posted October 29, 2014 Ravie d'avoir pu d'aider ! Bonne soirée. 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