I remarked that if a user has to insert a word/text with accents, letters with accents (and following with/without accents) are ignored and aren't stored in the order details.
In Paypal, it works well.
This problem arrives when data are sent back from Paypal to Gallery.
checkout module v. 033
checkout by Paypal module v. 0.33
Posts: 4338
Try adding this to your PaymentButton.tpl file at line 11:
If it works, I'll include it in the module.
By the way, the latest version of checkout is 0.3.5, so you should probably update your installation.
Posts: 55
I have upgraded to the latest version of checkout.
Unfortunately this doesn't work with and without this line of code.
Posts: 55
I tried with v. 0.4 but results are the same as before: letters with accents and following are ignored.
Can you have a look at that problem?
Thank you in advance
Posts: 4338
I haven't looked at it the first time yet!
Posts: 4338
Although checkoutpaypal sets the language encoding correctly (according to paypal documentation) as far as I can tell, the IPN is not encoded in the requested way. The solution is to go to you paypal account, profile -> language encoding -> More Options and set the language encoding yourself as per the attached.
Posts: 55
Thank you very much, it works!