Jump to content

1.6 Quantity Wanted button does not work


Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...