Add an quantity option to make customer order set multiples of 5, 6, 10, 12, etc. (incrementing quantities) (3)
Many of our products are sold in packs of 5, 6, 10, and 12. It would be nice to show the individual price rather than the pack price and force the user to order in multiples of 5, 6, 10, 12, etc. Currently this option is available in the REST API but we are using embedded commerce / remote carting and we need the quantity_increment option to be available in the javascript clientapi.
0
-
Are you using real catalog items or phantom items? If you are using actual items that exist in your store, there is a product field called "Quantity Multiple" that does pretty much exactly what you're looking for. This field is on the Inventory tab of the product editor: From the help text: Require customers to order products in multiples of a specific quantity. If this value is anything other than 1, the system will round all AddToCart and UpdateCart quantities for this item to the next multiplier. For example, if this value is 5 and the customer tries to add 1 item to the cart, it will automatically adjust the quantity to 5 and display a message notifying the customer of the rounding up. If they add 11, it will round to 15. 0 -
Hi Devs, I would need this for phantom items. 0
Please sign in to leave a comment.
Comments
2 comments