Hi there,
I ran into a weird scenario. I have a multi-step checkout process where the user selects the shipping fee at step 2. The fee is correctly added to the cart, and is included in the total. However when I reenter the cart, the fee is missing from the total price, but it gets listed correctly in the cart (a Mini cart in the header). On all pages I see this:
Product 1 2000
Shipping fee 100
Total price 2100
On step 1 I see this:
Product 1 2000
Shipping fee 100
Total price 2000
Notice how the fee exists but isn't included in the total price.
It's almost as if the total is calculated before my custom fee provider is executed.
Any ideas?
Imar