My cart is localized for English and Japanese...
We have been having some problems with the last stage of our PayPal checkout process, so we decided to buy some products ourselves and try and resolve them.
One new problem that cropped up, that none of our customers mentioned, so we don’t really know if it happening every time or just the one time we tried, was we got the following error, after placing an order on the Japanese side:
Parse error: parse error, unexpected ')' in /home/globalpe/public_html/store/includes/languages/japanese/checkout_success.php on line 23
Here are the two sections of PHP from both the J and E sides on line 23:
Japanese:
define('FOOTER_DOWNLOAD', '?'%s?'???????????????????????????');
English:
define('FOOTER_DOWNLOAD', 'You can also download your products at a later time at \'%s\'');
As I do not know about PHP at all, could someone give me their considered opinion on this little quirk?
Thanks in advance...



