|
I have installed a turnkey website, when you place an order it goes to paypal and the currency is set to USD. I want to change this to GBP (£). I have tried all the variables with no joy. I think this is the code that i need to change, can someone tell me what i need to change it to.
<input type="hidden" name="amount" value="9.95">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
Your help is appreciated
Thanks in anticipation
|