#Free Shipping over certain amount configureable in admin?

10 messages · Page 1 of 1 (latest)

cloud root
#

Good day,

I would like to implement a minimal order value for carts to offer free shipping.

I have found this guide https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules#free-shipping-for-orders-above-a-certain-amount which allows it to do this programmatically. But I would like product people to be able to change this if required. Is this possible in medusa admin? Or do I have to do this custom?

Explore Medusa's recipes, API references, configurations, storefront guides, and more.

cloud root
#

As the pr lacks description, I cannot really tell what it’s doing unfortunately.

Also PR is still in draft 😄

visual rune
#

@cloud root hey man, you can see it was added to the templates array, which is used to resolve the available promotions in the UI out of the box

cloud root
#

Hmm. But the promotion only needs to be added when a basket value is reached

visual rune
#

mhm none of the durrent conditions that make up the rules in the UI yet supports that i think, so that would still need to be programmatic? Maybe after creating the base promotion, adding a widget promotion.details.before or promotion.details.after to allow to add custom rules to the promotion?

cloud root
#

Wow 😂 I completely missed this small icon there… thanks.

visual rune
#

me too man haha thanks to your question i found out will digging through, hope it helps!

cloud root
#

Yep that did!