manc00 Posted April 1, 2016 Share Posted April 1, 2016 Hello Prestashop 1.5.6.1 when i enter in quantity wanted in Front office a number greated than 1 it does not send to basket but instead it just send one item so you have to press on ADD to CART twice Thank you Link to comment Share on other sites More sharing options...
endriu107 Posted April 2, 2016 Share Posted April 2, 2016 Could you share url to your shop? Off topic : One more thing about this picture, there is much easiest way to do that: 1 Link to comment Share on other sites More sharing options...
Ittu Posted April 3, 2016 Share Posted April 3, 2016 Please share your site url so we can check issue in js or html. Link to comment Share on other sites More sharing options...
manc00 Posted April 3, 2016 Author Share Posted April 3, 2016 (edited) Hello thank you thanks for the tip endrui107 Edited April 3, 2016 by manc00 (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted April 3, 2016 Share Posted April 3, 2016 (edited) Edit. Edited April 3, 2016 by endriu107 (see edit history) Link to comment Share on other sites More sharing options...
Ittu Posted April 3, 2016 Share Posted April 3, 2016 (edited) Hi, Actually issue in your theme product.tpl file. You can comment this code from your tpl. <div class="row_1 "> <p class="our_price_display"> <span id="our_price_display">£ 39.00</span> <!----> </p> <p class="buttons_bottom_block" id="add_to_cart" style=""> <a href="javascript:document.getElementById('add2cartbtn').click();" class="exclusive"> <span>Add to cart </span></a> <input type="submit" value="Add to cart" name="Submit" id="add2cartbtn"> </p> <!-- quantity wanted --> <p id="quantity_wanted_p" style=""> <input type="text" maxlength="3" size="2" value="1" class="text" id="quantity_wanted" name="qty"> <label>Quantity:</label> </p> </div> or remove with take a backup of file. Then it will be work fine. In your product.tpl file, there are two quantity_wanted boxes. One is hide by css and another one is showing on proper position. So please remove my quoted code. You can check this screenshot https://s3.amazonaws.com/diigo/9027923_309703947_22549225?AWSAccessKeyId=0R7FMW7AXRVCYMAPTPR2&Expires=1459693039&Signature=BVbY25CmDklfrxbrWudn%2FvI5tPw%3D Edited April 3, 2016 by Ittu (see edit history) Link to comment Share on other sites More sharing options...
manc00 Posted April 3, 2016 Author Share Posted April 3, 2016 thank you very much it worked fine I am now able to see the quantity wanted > sent to cart summary thanks 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