Sergey Kornilov 4/18/2008 | |
Uncomment this line and use GBP as a currency: info=info & "<input type=""hidden"" name=""currency_code"" value=""GBP"">"
|
W
|
wypman 6/20/2008 |
I've been having these problems too. I changed the PayPal_Submit code to: $info.="<input type=\"hidden\" name=\"currency_code\" value=\"GBP\">";
$s=format_currency($data["Price"],"GBP") . " " . $data["Label"];
|
W
|
wypman 6/21/2008 |
Sorted this one now from the language settings on the Miscellaneous Sheet |
J
|
jasp 11/21/2008 |
for all the people on as steep a learning curve as me as me, |