Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Paypal IPN - "unsupported characters for this field"

    I tried doing a search, but did not find a resolution to the problem.
    I have a fresh install testing 1.3.7, nothing is modified or added and it is only the testshop following the install that is included.

    When I entered a testshopper for Paypal IPN, everything goes well with the orders, but when buyer is directed to Paypal, an errormessage shows up: "You have entered unsupported characters for this field. Current available language character types are: European, Chinese, Korean, Japanese, and Thai. Please try again."

    At first I thought that it was because of the norwegian language and the letters Æ,Ø,Å in the customers adress, but when I tested it with a name and adress not including these letters, the error still occurs.

    The error does not prevent the transaction from happening, but if I was a real customer I would certainly think something was wrong and might stop the transaction.

    What to change and where?

    My testshop is located here: www.igroshage.no/test

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Paypal IPN - "unsupported characters for this field"

    Does the same occur when using Express Checkout ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    Quote Originally Posted by DrByte View Post
    Does the same occur when using Express Checkout ?
    I haven't installed the express checkout, I thought it was only available to the US? I'll give it a try and report back.

  4. #4
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    And after installing express checkout and the patch, it works like a charm! Thank you, for some reason I thought you had to be located in North America to use it, but now I understand it is not so.

  5. #5
    Join Date
    Oct 2006
    Posts
    209
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    Hi,

    I'm getting the same error message. What is the resolution of this problem?

  6. #6
    Join Date
    Oct 2006
    Posts
    209
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    I figured out why its doing it. It's because I spell my name

    Tomás

    How do I stop the error in future for something similar?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Paypal IPN - "unsupported characters for this field"

    Quote Originally Posted by tbrides View Post
    I figured out why its doing it. It's because I spell my name

    Tomás

    How do I stop the error in future for something similar?
    The May 10 patch should fix this.
    http://www.zen-cart.com/forum/showth...071#post372071
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default Long history of pain reg. unsupported characters!!!

    Hi there

    I am using Cart v1.3.8 and I am just about to go nuts regarding special (German) characters like e.g. 'ü':

    1) I noticed pretty soon that Zen Cart naturally displays special characters like 'ü' wrongly with questionmarks and thelike. Therefore, I followed the advice on http://www.srw2d.com/content/utf-8-zen-cart and basically changed on phpMyAdmin the Collation to utf8_general_ci and changed the Zen Cart encoding in includes/languages/german.php etc. from IS0-8859-1 to UTF-8.

    2) Now I have noticed that Zen Cart displays the special characters nicely but when forwarding them to PayPal IPN, I see questionmarks on the PayPal site. PayPal tech support told me to change character encoding to "Windows-1252" in their admin too, but this didn't help. I then got the advice from a smart guy from Austria to delete the line '$s = preg_replace ('/&([a-zA-Z])(uml|acute|elig|grave|circ|tilde|cedil|ring|quest|slash|caron);/', '$1', $s);' of the function replace_accents($s) in the file /includes/functions/functions_general.php. Having done that, PayPal now perfectly displays the special characters.

    3) But now I still have PayPal writing the following message in red letters: 'You have entered unsupported characters for this field. Current available language character types are: European, Chinese, Korean, Japanese, and Thai. Please try again.'!!!!

    I have read more or less all available information on that subject but I can't find a solution.

    Since PayPal tech supporters told me that I am the only one with this problems, I fear that I have somehow messed up my store regarding character encoding.

    Is there anyone how could help me out here??? You would save me from definitely getting nuts!

  9. #9
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    Hmmmmm.... you are saying that the May 10 2007 patch would fix this issue about "unsupported characters for this field", but today using ZC v1.3.8 I am still encountering exactly the same problem!!!

    Actually, if a client is redirected to my PayPal IPN page and deletes the complete prefilled form on the PayPal page and then fills in the form again without using any special characters and then tries to process the payment, PayPal still gives back this nasty "You have entered unsupported characters for this field..." sentence.

    How can that be??? I mean, the user is reentering the form date on the PayPal page and he still get's back this message.

    Pleeeeease help!

  10. #10
    Join Date
    Mar 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Paypal IPN - "unsupported characters for this field"

    Yesssss!!!!!!!!!!!!! I have got the solution!!!

    I have tested the following browsers and found out that only Chrome shows the error message! Seems that Chrome has a bug here.

    Crome 5.0 Error
    Firefox 3.6 OK
    IE 8.0, 7.0 OK
    Safari 4.0 OK
    iPhone/Safari OK


    I am actually a little bit surprised that no one else seems to have spotted this bug. Could anyone of you shorty test your PayPal IPN integration with Chrome and let us know whether you are experiencing the same problems?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Paypal IPN: How to select "goods" "Service" as the kind of payment?
    By gisco in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 9 Jun 2009, 02:31 PM
  2. " Orders, Group Pricing, PayPal IPN " and "reports" can't use !
    By greenlight in forum Customization from the Admin
    Replies: 1
    Last Post: 8 Sep 2008, 12:45 PM
  3. Downloads: 0 for unlimited, leaves weird characters in "my account" for "remaining"
    By Elarya in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Mar 2008, 04:06 AM
  4. Changing "Paypal IPN" to "Pay With CC"
    By apieroni in forum General Questions
    Replies: 4
    Last Post: 24 Jul 2007, 10:44 PM
  5. PayPal ...unsupported characters for this field.
    By Peace Freak in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Sep 2006, 05:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg