Are you looking to set minimum order amount in Magento 2?
Setting a minimum order amount in Magento 2 means the customer has to add products to the shopping cart and achieve a specific order value to do a checkout.
If you sell cheaper products in your Magento store, the shipping cost could be more than what you make on a product. You can save on shipping costs by sending many products, but you have to ensure the customers order a minimum amount of product.
The checkout page will hide the checkout button if the customer does not add enough orders that match the minimum order amount. Once the minimum order amount is obtained, the customer can book an order.
Read: Hide the Add to Cart button in Magento 2
Why set the minimum order amount?
The minimum order amount helps the Magento owners to save the shipping cost. Sometimes the product is not expensive.
For example: Keyrings, Earrings, Cups, Mugs etc.
Often, the product value is less than the shipping cost. If the customer orders a single product, the shop owners must bear the loss.
The workaround is to set the minimum order amount in Magento 2.
You have to calculate the margin on each sale and find the minimum number of products to sell to have the cost price more than the shipping cost. Thus having a profit.
It will establish a positive cash flow and ensure profit at each order. The order value should always be more than the delivery charges.
You can set the minimum order amount in Magento 2 without installing a Magento extension.
How to set the minimum order amount in Magento 2?
Follow the steps to set the minimum order amount in Magento 2:
- Log in to Admin Panel
- Navigate to the Stores > Settings > Configuration
- Find the Sales under the Sales option
- Click on the Minimum Order Amount section to expand it
- Set the Minimum Order Amount
Enable: Set Yes to require a minimum order amount.
Minimum Amount: Enter the minimum amount needed for the subtotal after applied discounts.
Include Discount Amount: Discount to give when the customer achieves the minimum order value.
Description Message: The shopping cart will show the message when the subtotal is lower than the minimum order value.
Error to Show in Shopping Cart: The error message shows if the order value is lower than the minimum value.
Click on Save Configuration to apply changes. Thatβs it. The minimum quantity order is implemented.
Wrap Up
Setting up a minimum order amount in Magento 2 is unnecessary, but it is a good practice while selling low priced products.
If you are new to an ecommerce business, you must disable the zero shipping cost, set the minimum order amount, and enable the advance payment.
Setting the minimum order value saves you from incurring the loss due to enormous shipping costs.
In this quick tutorial, we learn to set the minimum order amount in Magento 2. If you encounter any issues, please leave them in the comment box.