You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Looking into this now. What I don't understand is why the shipping would do to 0 once the domestic method becomes ineligible. What is supposed to happen is that the next cheapest eligible method is selected, see:
In your case, I am guessing the "pick up" method has a price of 0, which would cause it to be selected over the more expensive international method. Is that the case?
Describe the bug
Order gets stuck in
Modifying
state after changing the shipping-address, because of recalculated shipping price.To Reproduce
Steps to reproduce the behavior:
Setup 2 shippingMethods, both use a custom eligibility checker to check the shippingAddress:
Modify order
> Edit shipping address > select Nepal > check 'recalculate shipping' > preview changesConfirm
.Modyfying
.Cancel modification
I am not allowed to transition it to any of the states in the popup.Expected behavior
I would expect the order to return to 'Payment Settled'
Environment (please complete the following information):
Additional context
The order now has 'pick-up' as shippingMethod, probably because the 'Shipping in Netherlands', is not elligible anymore.
Order returned by
getOrder
The text was updated successfully, but these errors were encountered: