I was given the following fix by Sellerdeck Support for the above problem:
1. Find and Edit "OCCPayPalTemplate.pl" within the (site)\CommonOCC folder with a text editor like Notepad.
2. Do a search for the line
$sCountry =~ s/^GB$/UK/;
3. Replace it with
$sCountry =~ s/^UK$/GB/;
4. Apply and ok the changes and then update the site.
----------------------------------------------------------------------------------------
[1] http://createsend.com/t/r-48C6F778F2...40EF23F30FEDED
I did this but when I got to Apply and OK, I got a dialogue box sying "Access Denied" and I couldn't complete the fix.
Any suggestion?
Thanks
Doug
1. Find and Edit "OCCPayPalTemplate.pl" within the (site)\CommonOCC folder with a text editor like Notepad.
2. Do a search for the line
$sCountry =~ s/^GB$/UK/;
3. Replace it with
$sCountry =~ s/^UK$/GB/;
4. Apply and ok the changes and then update the site.
----------------------------------------------------------------------------------------
[1] http://createsend.com/t/r-48C6F778F2...40EF23F30FEDED
I did this but when I got to Apply and OK, I got a dialogue box sying "Access Denied" and I couldn't complete the fix.
Any suggestion?
Thanks
Doug
Comment