How To Set A Minimum Total Purchase Amount?

How To Set A Minimum Total Purchase Amount?

Hello @jgelicame , Can you please briefly explain the requirement and share your store URL?

url is metalgardenscreen.com

I want it to be minimum purchase 200 and if the customer tries to checkout below the min amount, there will appear a note that the customer needs to purchase at least 200 to proceed.

Hi @jgelicame Either you can custom code this or use a Shopify App to achive this. You can check the Checkout Guardian App avaialble on the Shopify App store which can help you to achive this.

Can you give me a sample custom code?

Hello @jgelicame ,

Hope you’re doing well. As you want to set a minimum total purchase amount, you can try the MultiVariants - Bulk Order app.

With this app, you can a minimum purchase value for a specific product or set a minimum purchase value/amount on the whole store. You’ll get 5 days of free trial to explore the app. If the minimum amount is not reached, a warning message will be displayed on the cart page. Without reaching the minimum amount, the checkout button will not activated.

Feel free to knock me if you want to check the demo product.

It is possible to set a minimum total purchase amount using the Cart Lock https://apps.shopify.com/cart-lock app easily. Follow the steps below:

  1. Open the app and click on the “Add a new rule” button.
  2. Click “Add a new condition” and select the “Cart total” then put 250 in the “Block if less than” field.
  3. In the “Error message” field, add an appropriate message which will be displayed in the checkout page.
  4. Save the rule.

Now your customers cannot purchase less than the defined amount. Thanks.