Hi guys,
First time here, so please be gentle.
I recently started putting together an E-Commerce website for one of my relations.
I stumbled across the ejunkie cart and decided it was a brilliant and simple way to implement a cart onto the website. I found everything easy enough, and all is well, apart from the fact the currency, once through to PayPal, displays in USD. I need it to be British sterling. I tried altering the following code-
<!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports -->
<input type="hidden" name="currency_code" value="USD"/>
I altered the "USD" value to "GBP", which I assumed would do the trick, however, when testing, once I click "Fast Checkout with PayPal" on the shopping cart screen, I get the following error.
Cart Error: aeb01dce4c4cd877c53ad54144245f66 Validation Failed
Can anybody tell me what I'm doing wrong?
Thanks.