How do I convert US Dollars to other currency (Great Britain Pound Sterling, etc) in the template?
The basics for converting from one currency is the same except for the unique codes required in HTML and in Paypal®. To convert US Dollars to GBP Sterling, here are the steps: 1. Go to your SubPage.htm file and open it for editing. 2. Change this line: if (obj1.tot) obj1.tot.value = “$” + Dollar (amt); to if (obj1.tot) obj1.tot.value = Dollar (amt); 3. Change these lines: to 4. Change each of your pricing options fromto5.