When displaying the shipping checkout page the possible shipping options are displayed. When displaying this page the shipping line items should be removed from the order because it gives issues when selecting the available shipping options.
Example:
* You have a free shipping option if the order total is above 20 EUR and a shipping option for 5 EUR if the order total is below 20 EUR.
* Your cart has for 18 EUR of goods when you arrive at the shipping page the first time.
* You select the shipping option at 5 EUR.
* You continue
* You change your mind or just go back to the shipping page.
* Because your order total now is 23 EUR you will have the free shipping option which is not the intended behavior.
So either the shipping line items should be removed or there should be a way to compare the order total sans shipping line items in rules.
Comments
Comment #1
googletorp commentedIt's your rules logic that's broken, not the module.
If we did delete the shipping line items like this, I'm pretty sure you could remove the shipping fee and complete checkout.
Anyways I don't see any reason to force this on others using the module, there is a rule action created to delete all shipping line items, so you could setup this yourself on your site.