Quote Originally Posted by linuxguy2 View Post
Searched the web & the forums but can't find anything.
Does anyone know of a plugin or mod than would override the minimum quantity in the shopping cart.
Example:
I want to enforce a minimum quantity of "6" on a product but when I get to the shopping cart I'd like to increase or decrease it by some quantity other than the minimum.

Because of other mods my site requires I cannot use attributes.

Thanks,
Quote Originally Posted by gjh42 View Post
You mean you want the customer to be able to reduce the quantity in the shopping cart to less than the "minimum"?

I'm pretty cetain that there is nothing currently available to allow that. If the "product units" is set to 1 (default), the quantity can always be increased at will, or decreased down to the minimum.
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.