In commerce_kickstart_lite_product_ui there is a limit of 20 in the quantityWidgetSpinner. This is ok for most situations but in case of flyers prints for instance the limit should be much higher.

The cleanest way to fix this would be to add a setting in the quantity field. The other quick fix would be to hardcode a much higher value like 9999 or something like that.

What do you think?

CommentFileSizeAuthor
#1 hadcoded_spinner_limit-1781002-1.patch667 bytesidflood
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idflood’s picture

Status: Active » Needs review
FileSize
667 bytes

Here is the simple fix, change the max from 20 to 9999.

bojanz’s picture

Status: Needs review » Fixed

Sounds good.
Merged, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.