How to set order price limit at checkout ?

How to set order price limit at checkout ?

Karine_Paquet
Tourist
25 0 1

HI !

 

I will beginning to collet VAT and I cannot take orders over 150 euros.  What is the best way to set a price limit on orders ?  Thanks !

Replies 3 (3)

JoesIdeas
Shopify Partner
2419 224 645

If you have Shopify Plus, you can access the code to checkout pages, and when there if the order is above 150 euros you could add a message and prevent the custom from advancing.

 

If not on Plus, you can add some logic to your product pages and cart pages.

 

Here's what I would do (you'll probably need a developer):

1) Add some JavaScript so that when someone clicks on add to cart button, it checks the contents of the cart + the price of the product, and if it's too high prevent the add to cart action and trigger a warning message instead.

2) Add similar logic on the cart page, preventing them from clicking the checkout button until they lower the contents on their cart, just in case they were able to add more to the cart (like if from an app or something).

 

That would be my plan B.

 

My plan A would be to do whatever you need to do to remove that 150 euro limit. You'll be leaving money on the table by having a limitation. I've owned a store and even with low priced products have orders in the hundreds, and some in the thousands of dollars.

 

 

• Creator of Order Automator [auto tag, fulfill, connect FBA, order jobs]
• Co-Creator of Product Automator [suite of features for products / collections]
• Shopify developer for 10+ years, store owner for 7 years
• Blog: Shopify Tips, Guides, and Automation Tools
helen_c
New Member
5 0 0

Yes I am interested in this too, I have Plus. Can w set this for EU customers only?

JimJong
New Member
56 0 0

It is possible to set order price limit using the Cart Lock https://apps.shopify.com/cart-lock very easily. Here is how you can do it:

 

  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 add 150 in the "Block if more than" field.
  3. In the "Error message" field, add an appropriate message which will be displayed in the checkout page.
  4. Save the rule.

 

price-limit.png

 

Now your customers cannot order over 150 euros.