When setting the minimum order quantity to non-zero and both minimum and maximum amounts are zero the cart quantity is not checked in the validation routine.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_moa.module.diff | 141 bytes | Anonymous (not verified) |
When setting the minimum order quantity to non-zero and both minimum and maximum amounts are zero the cart quantity is not checked in the validation routine.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_moa.module.diff | 141 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedOr is that validation only supposed to happen during checkout? I now see a message:
"This store requires minimum quantity order of 2 per item."
which is not what I expected. The configuration indicates it's a quantity per order.
Comment #2
mrsinguyen commentedlet me fix it, thanks
Comment #3
mrsinguyen commentedFixed at commit http://drupalcode.org/project/commerce_moa.git/commit/ebae752
Comment #4
mrsinguyen commented