#Medusas recommended way for minimum order amount before checkout

2 messages · Page 1 of 1 (latest)

meager iris
#

What is the "medusa way" of implementing a minimum amount before checkout? E.g. customer needs to have a minum basket of 20 USD befor being able to checkout... Before I implement this on my own I was wondering if there is a native medusa way. thx

#

Initial idea would be to check on the server if cart.total > X and then render some message on checkout or something...