Hi,
I have checkout steps set like this: login, adress, shipping, payment, cart, end
I have 2 manual shipping methods. First cost 1.49eur if orders is 19.99eur or less, second is free shipping if orders is more when 20 eur. Everything loads fine except when using coupon code.
Lets say I add product for 15eur, in the cart view I have coupon view. Entering discount for -30% will give discount. All Ok.
But if user decides to add 1 more product for 5eur or more and going again through all steps in shipping method selection there is same shipping method for 1.49eur and no free shipping. Without coupon all works fine. It seems coupon stays in user session and gives troubles for auto load shipping method restriction...
Anyway to fix it? I tried to change checkout workflow but it made no difference.
Thanks