Is there an easy way to limit the permitted max quantity of items in the shopping cart? Restrict amount of items per product, per customer
Announcement
Collapse
No announcement yet.
Max qty limitation
Collapse
X
-
1. There is a Minimum and Maximum Quantity module from Emporium Plus
2. You could have a module developer build you something custom, Kent has something similar.
3. There is some code (unsupported) on this thread that you could fork:
https://www.miva.com/forums/forum/on...es-in-memorium
4. I think I heard that this feature request made next year's road map
- 1 like
-
It wouldn't be too difficult to do this with SMT code, a custom field (holding product max) and touch of jQuery. Use the SMT code to pull the custom field code on the basket (it should be already available on the product page) and use the jQuery to limit the QTY field with whatever is in the custom field.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
It's an interesting oversite. Min Max should be available at the product, price group (by product) and maybe even category to align with retail norms (esp. B2B).Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Yea we actually do that on a site. The QTY box is limited to stock at hand. Basically a simple jQuery populated by "Stock on Hand".Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment