Hi,
I need to create a rate cost which contains fixed and variable value depending upon weight.
for e.g. Upto 10 Kg the rate should be flat 80 USD. Beyond 10 Kg it has to be charged 5 USD/Kg. So if my total weight is 13 kg then total amount should be 80 + 5*3 = 95 USD
Regards
Ashoo
I need to create a rate cost which contains fixed and variable value depending upon weight.
for e.g. Upto 10 Kg the rate should be flat 80 USD. Beyond 10 Kg it has to be charged 5 USD/Kg. So if my total weight is 13 kg then total amount should be 80 + 5*3 = 95 USD
Regards
Ashoo
Comment