UK to USA Tariff Calculator

Breakdown of costs

Item Cost: £{formtext: name=price; cols=10}
Customs Tariff Rate: {formtext: default=15; name=tax_rate; cols=3}% Based on Country of Origin.
Current Exchange rate: {formtext: default=1.35; name=exchange_rate; cols=8} ( Can vary )
Tracked postage excl. tariff: £ {formtext: name=postage; cols=6}

{if: isnumber(price) and isnumber(tax_rate)}
Customs Tariff: {=(price * tax_rate / 100)+0.5; format=$,.2f} ( Incl. £0.50 Royal Mail handling charge )
Total incl. Tariff: {=price+(price * tax_rate / 100)+0.5+{=postage}; format=$,.2f}
Approx US$ cost: ${=(price+(price * tax_rate / 100)+0.5+{=postage})*{=exchange_rate}; format=,.2f} Dependent on current rate.

{else}
{error: Please enter valid numbers for both the price and the tax rate}
{endif}

{button: price=0
tax_rate=0; label=Reset all}

4 Likes

Be aware that the Country of Origin is NOT the country it is dispatched from. As an example, we buy yarn from a UK wholesaler, but the yarn is originally milled in Italy so the tariff is based on the rate for the EU. Tony

I would like to have the Exchange Rate dynamic so it gets the current rate but don't have the expertise to accomplish this.

Let us continue the conversation in Currency conversion - #2 by Gaurang_Tandon