Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Contributor
thutchinson
Posts: 12
Registered: 03-22-2010
0

Shipping Rate Calculation by percentage

I am working on a way to charge our customers estimated freight using shipping rate maintenance to calculate the amount based on order total. It seems that the only way to do this is to use a freight table and assigning a flat amount to a dollar range. I would rather use a percentage of the order total. Does anyone know if it is possible to calculate freight using a percentage of the order total?

 

I am currently using MAS 200 4.3 but will be upgrading to 4.4 in December..

Super Contributor
DFeller
Posts: 2,943
Registered: 10-28-2008
0

Re: Shipping Rate Calculation by percentage

Yes you can do this with a script on a button next to the freight field.  You pass to your script the taxable + nontaxable fields, and in your script you add them up and multiply times your rate.

 

Dawn