Ive set my minimum order amount to $80 before shipping becomes available. If their cart doesn’t add up to $80 the pickup option is all that shows. Is there a way that i can add a note to the checkout so that people know they need to spend a bit more to get shipping> ive had a few people just click pickup even though they live in a different state. I do have a not in my announcement bar but people tend to miss it.
I want to write something like “Minimum order $80 for shipping” in the yellow box in pic below
1 Like
Hello @Danmuges , I’m sorry to share that only Shopify plus users can have access to edit the checkout page. It’s batter to add some other way to restrict user to add at least minimum amount of order to cart.
Regards,
Osama Farooqi
Only Shopify Plus level can implement minimum orders? WTH?? AGAIN, this is basic shopping cart stuff here. Again, Shopify is forcing us to give them more money or pay for an app to do basic, basic things that we need to thrive - so, um, maybe one day we can afford to level-up. So stupid.
Someone needs to remind me why I switched to Shopify. #ridiculous
Hi don’t feel bad, you can achieve this using custom coding on client end.
You can disable Add to Cart button until user have added minimum quantity
in cart and, or set a minimum quantity for quantity picker.
Regards
You can add a note at the checkout to let customers know of minimum by using the Cart Lock https://apps.shopify.com/cart-lock app. Here is how you can do it:.
- Open the app and click on the “Add a new rule” button.
- Click “Add a new condition” and select the “Cart subtotal” then put 80 in the “Block if less than” field.
- Click “Add a new condition” and select the “Delivery types” then add “Shipping”.
- In the “Error message” field, add “Minimum order $80 for shipping”.
- Click “Match conditions” and select the "ALL.
- Save the rule.
Now your customers cannot checkout if the cart subtotal is less than $80.