Pauvert Posted June 5, 2014 Share Posted June 5, 2014 Hi everybody, I want to know if I am the only one with this little bug and if somebody could help me. I am on prestashop 1.6.0.6 , and I can not increase( Front office ) the quantity in the product page with the button plus. It blocks on the maximum quantity I have in stock. The thing is I have activated the " Allow ordering products out of stock" in preference > product ( Back - Office ) I also check on my product in catalog and I can order it but nothing happen in the front office. Is somebody can help me to solve this please? thank you Link to comment Share on other sites More sharing options...
csschopper.com Posted June 5, 2014 Share Posted June 5, 2014 Hi, Can you please provide url to check? Link to comment Share on other sites More sharing options...
Pauvert Posted June 6, 2014 Author Share Posted June 6, 2014 hi csschopper, I already sent you the url on private . As you can see you can select the quantity with the num pad and it works but not with the button +, What I can do ? thank you for your help Link to comment Share on other sites More sharing options...
drugmirko Posted June 6, 2014 Share Posted June 6, 2014 I have the same problem. Also price won't update when changing combinations. It worked before. Really all of a sudden. Link to comment Share on other sites More sharing options...
Pauvert Posted June 7, 2014 Author Share Posted June 7, 2014 It's a bug from 1.6 I solved it like that in the files : theme/yourtheme/js/product.js replace line 247 : quantityAvailableT = quantityAvailable; by : quantityAvailableT = 100000000; tell me if it works for you cheers 1 Link to comment Share on other sites More sharing options...
drugmirko Posted June 7, 2014 Share Posted June 7, 2014 It works for me. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts