Maximum product quantity

ThemeBurn SupportForumsOpenCart ThemesBurnEngineMaximum product quantity

This topic has been marked as not resolved.

Using BurnEngine, is there a limit of 100 on product quantity on the front end product page? If so, please provide a patch to fix this issue as I’m sure that this was not intentional.

June 15, 2016 at 11:41 pm #48799

I found the problem, it’s in the following file:
/catalog/view/theme/BurnEngine/javascript/jquery.bootstrap-touchspin.min.js

var i={min:0,max:100,initval:"",step:1,decimals:0,stepinterval:100,......

The max is being set to 100. I would strongly recommend either setting this dynamically (based on user input in the BurnEngine control panel) or changing it to a number higher than 100.

June 16, 2016 at 2:42 am #48803
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 21, 2016 at 2:56 pm #48934
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.