#Reuben - Checkout Shipping threshold
1 messages · Page 1 of 1 (latest)
We're using the shipping methods from Stripe. Currently we have 2 per region then only show the applicable based on basket value when we send in the json to create the checkout.
After that we don't have any ways of changing what shipping method that should be applied for obvious reasons.
Not sure it's a good practice to send customers back to the shop when/if they like to edit the basket
(we are using the hosted checkout)
Gotcha. I am looking in to this, not currently seeing a way to configure this but I will keep looking and get back to you
Many thanks
There's a reference in the documentation that "for now you can only use fixed prices on shipping".
Sounds to me that flexible shipping rates are coming. Any change you can confirm if that includes a free shipping threshold setting?
Another neat thing would be if you could apply the shipping rate to a specific country. Same as you can for Tax rates.
Looking in to that. It looks like this is not currently possible with our shipping rates API but I am wondering if it is possible to give a conditional coupon or something (unfortunately I don't think there is but I am looking)
Definitely can put in a feature request for that last one if there isn't something for it on the roadmap already
Unfortunately I am not seeing a good way to do this with Checkout with our current APIs
Coding this with a custom page with Elements would likely be the best way to go for the full version of this functionality. I am not sure what the closest that Checkout can really get is, it doesn't really have the ability to do things based on these changing amounts as far as I am aware