I think the rule is handled in the checkout, but the problem seems to be that when the total price is greather than or equal 100 USD, then you give an award of 0 USD. So you won't see any difference in the price (but if you debug the code you should be able to see the added discount).
So what you should do to give a free shipping fee is to set amount to 100 USD or better to use percentage and set it to 100 %. Then if you later change the total price value in the rule, you don't have to change the amount value in the award too. But if you want to give fixed discount in shipment price, you can use the amount value.
Marketing - Rules
Hello,
I'm trying to add a rule, that above some total price the shipment price will be zero.
attaching screenshot:
But this rule does not handled in checkout process. Maybe I'm missing something. Please help.
Umbraco Version: 6.2.4 TeaCommerce Version: 3.0.1
Hi Oleg
I think the rule is handled in the checkout, but the problem seems to be that when the total price is greather than or equal 100 USD, then you give an award of 0 USD. So you won't see any difference in the price (but if you debug the code you should be able to see the added discount).
So what you should do to give a free shipping fee is to set amount to 100 USD or better to use percentage and set it to 100 %. Then if you later change the total price value in the rule, you don't have to change the amount value in the award too. But if you want to give fixed discount in shipment price, you can use the amount value.
I hope that helps and it make sense? :)
/Bjarne
Yes, it's make sense:)
Thanks
is working on a reply...