Hi I am looking for a way to make certain products only purchasable after a threshold of e.g 400€ is met. Is there a way to set these conditions? I appreciate any help, thank you very much.
Hi Huks,
While I’m not currently aware of any solutions, if you’re on a Shopify Plus store, you can build a custom app using Shopify’s Cart & Checkout Validation Functions API .
It’ll allow you to validate, on the server side, whether the order total is 400. If it’s not, but those specific products are in the cart, you can reject the cart and actually prevent the customer from checking out.
If you’re not on Plus, then you’d probably have to wait for a developer to release this as a public app, as only Plus stores can use Shopify Functions in custom apps.
I also might build an app for this within the next year, so if you’re interested in that, you can reply to this comment.
Otherwise, if you have any questions about this API, I’ll be happy to help.
Best,
Tobe