So, like gjh42 says, the minimum is intended to be exactly that, the minimum number of a product that must be purchased/added to the cart to even be able to get that product. The value of units allows you to increase by that number of units or decrease, but in the end if at least the minimum number of a product is in the cart, then ZC basically won't allow the sale of that item.
Now, if you want it to be that it is required to have a minimum quantity, but for the sake of ease, to default to some quantity greater than the minimum and allow decreasing to some smaller number, then that can be done with some additional coding/change in existing code.
The more flexible and robust it is made, the easier it will be to adjust for other factors.



Reply With Quote
