3.3.5.6
Have been trying the Shipping cost variance formula but could not crack it. Help?
Tagged:
0
Comments
-
Hello @Winter01 ,
Without having the purpose in front of me, I understand that this value:
- Will only change in the case the Shipping method is changed.
- Hence you need to think that, as a boolean, there are two states for "Override Shipping Method?" either true or false
- When it is not overridden, the value will have to be 0, as there will not be no variance. This seems to be the most frequent situation.
- When overridden, it will be the difference between the original Shipping Costs and the newly calculated Final Shipping Costs.
I hope the lines above were clear enough. If you still have doubts do not hesitate to keep asking!
4 - Will only change in the case the Shipping method is changed.
-
Hello
Good day to you !
can you help me for the Shipping cost variance formula
Thanks0 -
IF NOT Override Shipping Method? THEN 0 ELSE Shipping Costs - Final Shipment Amount
this is the formula I am using.
can you please let me know if this is a correct formula or not
thanks0 -
Is the above formula right?
I also applied this.
0