- Joined
- Apr 30, 2007
- Posts
- 3,614
- Reaction score
- 28
http://jobsinhull.co.uk
I set this up a while back now and had a PayPal issue with the currency coding. I've come back to it ( PR3
) and want to get it up and running.
basically you go through the form and click to pay and it throws this error up -
I know it's to to with the format of the "£" but for the life of me get it working.
if ( $currency == "USD" || $currency == "AUD" || $currency == "CAD" || $currency == "NZD" || $currency == "HKD" || $currency == "SGD" ) { $currencysymbol = "$"; }
else if ( $currency == "GBP" ) { $currencysymbol = "£"; }
else if ( $currency == "JPY" ) { $currencysymbol = "¥"; }
else if ( $currency == "EUR" ) { $currencysymbol = "€"; }
else { $currencysymbol = ""; }
I've change the £ to £
But still no joy. I ahve tried Euros too and that errors.
I can change it to dollars in the admin and it works fine.
Any help welcome. Wood for the trees?
I set this up a while back now and had a PayPal issue with the currency coding. I've come back to it ( PR3
basically you go through the form and click to pay and it throws this error up -
The link you have used to enter the PayPal system contains an incorrectly formatted item amount.
I know it's to to with the format of the "£" but for the life of me get it working.
if ( $currency == "USD" || $currency == "AUD" || $currency == "CAD" || $currency == "NZD" || $currency == "HKD" || $currency == "SGD" ) { $currencysymbol = "$"; }
else if ( $currency == "GBP" ) { $currencysymbol = "£"; }
else if ( $currency == "JPY" ) { $currencysymbol = "¥"; }
else if ( $currency == "EUR" ) { $currencysymbol = "€"; }
else { $currencysymbol = ""; }
I've change the £ to £
But still no joy. I ahve tried Euros too and that errors.
I can change it to dollars in the admin and it works fine.
Any help welcome. Wood for the trees?
Last edited: