Forum

Thread tagged as: Question, Configuration, PayPal

How do I change the Paypal Shop's currency from GBP to USD?

I'm assuming I need to change the HTML template for products to show a dollar sign instead of a pound sign, but how do I change it so it is internally listed as USD, so that Paypal understands it is in USD?

Michael Griffin

Michael Griffin 0 points

  • 7 years ago

I figured it out.

You just change the currency code in the /perch_shop_paypal/templates to USD, and change the "&pound" character to "&dollar."

You'll do these two things in both the 'productinlist.html' and 'product.html' templates.

It will look like this:

<perch:input type="hidden" name="currency_code" value="USD" /> 

and

<span class="price">&dollar;<perch:shop id="productPrice" /></span>
Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, it's all just in the templates.