Purchasing Products with a Minimum/Maximum Quantity
To purchase a product with a minimum/maximum quantity, at first the customer needs to select a product and add the selected product to the cart.
Adding a product that has a minimum amount set will show that minimum quantity in the cart. Suppose a customer buys Beanie, they need to order a minimum of 2 pieces in order to complete the order. So, when they click on the add to cart button, it will automatically add 2 pieces of that product to the cart.
If the customer reduces the quantity from the minimum amount ( in this case to 1 ), then the Proceed to checkout button will disappear. And it will show a message “min quantity X”.
Also, if the number of products exceeds the maximum quantity then the customer also can’t complete the checkout.
Only if the quantity matches the set number, then customers can complete the checkout process.
Purchasing Products with a Minimum/Maximum Amount
To purchase a product with a minimum/maximum amount, at first customers need to select a product and add the selected product to the cart.
Now, if the total order amount doesn’t cross the minimum amount ( in this case that is $10 ), customers can’t proceed to complete the checkout as the Proceed to checkout button will disappear. Also, there will be a message “Min amount $10”.
Also, if the total amount crosses the maximum amount mark, then the customers also can’t complete the checkout process.
If the total amount matches the minimum or the maximum amount then the customers can complete the checkout process.
Purchasing Products with Min/Max Quantity & Min/Max Amount Feature
Customers need to match both the minimum/maximum amount and quantity in order to complete the checkout,
Note: In case of variable products, the customer needs to choose the variants in order to activate the min/max feature.