clexav Posted August 9, 2016 Share Posted August 9, 2016 Bonjour, J'aimerai savoir comment supprimer le nombre de produit à acheter avant de passer la commande. Merci par avance. Link to comment Share on other sites More sharing options...
Mohamadou Ndiaye Posted August 9, 2016 Share Posted August 9, 2016 Bonjour, Pour supprimer l'ajout et la diminution de produit dans la page commande, il faut se rendre themes->votre_theme->product.tpl. Ouvrer ce fichier est chercher les lignes de code suivantes et commenter les : <p id="quantity_wanted_p"{if (!$allow_oosp && $product->quantity <= 0) || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none;"{/if}> <label for="quantity_wanted">{l s='Quantity'}</label> <input type="number" min="1" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 1}{$product->minimal_quantity}{else}1{/if}{/if}" /> <a href="#" data-field-qty="qty" class="btn btn-default button-minus product_quantity_down"> <span><i class="icon-minus"></i></span> </a> <a href="#" data-field-qty="qty" class="btn btn-default button-plus product_quantity_up"> <span><i class="icon-plus"></i></span> </a> <span class="clearfix"></span> </p> Link to comment Share on other sites More sharing options...
clexav Posted August 10, 2016 Author Share Posted August 10, 2016 Bonjour, Merci pour votre réponse, mais je vous avoue que je ne comprends pas bien la manœuvre à faire, si je suis mon idée, il faut que je copie ce que vous mettez et le mettre à la place de ce qu'il y a ? 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