Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    bug PayPal Express on 1.3.7 Russian problems!

    Hi all,

    When “Russia” customers using paypal express to pay, the country in the address will be changed to “US” automatically.

    I heard that it is the problem of zencart (maybe country ISO code problem) with paypal module.

    It is only apply to Russia address.

    Anyone know what is wrong?

    I am using 1.3.7 Full version.

    Thank you very much.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: PayPal Express on 1.3.7 Russian problems!

    Quote Originally Posted by explorer1979 View Post
    I am using 1.3.7 Full version.
    There were numerous fixes and improvements to the v1.3.7 PayPal code. If you're not going to upgrade to v1.3.8a or newer, then you should at least patch your PayPal code using the latest update from here: http://www.zen-cart.com/forum/showthread.php?t=56216
    .

    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
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: PayPal Express on 1.3.7 Russian problems!

    Dr. Byte.

    Thank you, let me for a try.

  4. #4
    Join Date
    Oct 2005
    Location
    Finland
    Posts
    186
    Plugin Contributions
    1

    Default Re: PayPal Express on 1.3.7 Russian problems!

    This is still a problem in latest Zen Cart 1.3.8, also fort other countries

    Even when the right address is showing up right at PayPal, it becomes a US address after returning to shop. This allso causes tax issues for shop owners.

    Diging further into the dirt ... trying to figure it out ...

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: PayPal Express on 1.3.7 Russian problems!

    Here's the workaround:
    /includes/modules/payment/paypalwpp.php
    line 2316 (v1.3.8a)
    Change 'title' to 'iso_code_2', as shown:
    Code:
        $sql = $db->bindVars($sql, ':countryId', $address_question_arr['country']['title'], 'string');
    becomes
    Code:
        $sql = $db->bindVars($sql, ':countryId', $address_question_arr['country']['iso_code_2'], 'string');

    THIS FIX IS INCLUDED IN v1.3.9a and newer.
    .

    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.

  6. #6
    Join Date
    Oct 2007
    Location
    UK
    Posts
    82
    Plugin Contributions
    0

    Default Re: PayPal Express on 1.3.7 Russian problems!

    Thank you DrByte. Solved a small problem! :)

 

 

Similar Threads

  1. Problems paypal express
    By anthony0217 in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 3 Oct 2011, 02:24 PM
  2. Paypal Express Configuration problems
    By ak6000 in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 22 Jul 2011, 08:59 PM
  3. PayPal Express Checkout Problems
    By Mom0fgirls in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 9 Nov 2008, 07:10 AM
  4. Paypal Express Problems
    By roadless in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 11 Sep 2007, 06:29 AM
  5. Paypal Express problems
    By Dazed and Confused in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 11 Jun 2007, 08:45 AM

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