Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2006
    Posts
    24
    Plugin Contributions
    0

    Default PayPal Problem, HELP!!!

    We got a new paypal account, and when we switched over to the new account, it just stopped working(account's been verified). like when a costumer place an order, the order will show up in paypal, but it won't show up in my admin page. So i turned on the debugging mode.

    and from the emails i get, it seems that everything went thro smoothly for the first 3 steps, but when it gets to step 4, there s an error.

    "IPN WARNING::Transaction email address not matched. From IPN = [email protected]: From CONFIG = [email protected] "


    thats the error message i got....and I really donno what to do anymore...heeelllppp

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: PayPal Problem, HELP!!!

    Make sure that you have applied that latest PayPal Patch for Zen Cart v1.3.7 at:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Nov 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: PayPal Problem, HELP!!!

    I'm using 1.3.5, can I still use that patch? or is there another patch thats for older version?

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: PayPal Problem, HELP!!!

    You should really upgrade as there are several known issues with v1.3.5 and addresses etc.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Nov 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: PayPal Problem, HELP!!!

    mmm...maybe it's time for me to upgrade...can i just download the 1.3.7 and only use the installation files to do a DB upgrade? or do I have to overwrite my older files with the newer 1.3.7's? the reason i stayed away from upgrading is that everything seems to run ok, and I spent so much time tweaking codes...and I really have no idea what codes I have added to which file....so I really don't want to risk missing things up. Any advice on that?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal Problem, HELP!!!

    No, I don't recommend simply using the v1.3.7 files on v1.3.5 without doing a complete upgrade.

    Since you're using uppercase letters in the email address you use on PayPal, I suggest making the following change in the code:

    /includes/modules/payment/paypal/paypal_functions.php
    line 60 says this:
    Code:
        if ($postArray['business'] != strtolower(MODULE_PAYMENT_PAYPAL_BUSINESS_ID)) {
    change that to this:
    Code:
        if (strtolower(trim($postArray['business'])) != strtolower(trim(MODULE_PAYMENT_PAYPAL_BUSINESS_ID))) {
    That should force more intelligent matching between the address returned from PayPal and the address stored in your cart.
    .

    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.

 

 

Similar Threads

  1. Need help. PAYPAL problem after upgrade to 1.3.9d
    By silva10 in forum PayPal Express Checkout support
    Replies: 37
    Last Post: 26 Jul 2010, 06:55 PM
  2. Help::Paypal account login problem
    By diytools in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 27 Mar 2009, 08:44 PM
  3. PayPal Checkout problem - HELP
    By oniongear in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 9 Apr 2008, 01:46 AM
  4. Desperate for help! PayPal echeck problem
    By whitknits in forum Managing Customers and Orders
    Replies: 3
    Last Post: 8 Feb 2008, 02:49 PM
  5. Please help me with Paypal Express problem!
    By yellow1912 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 28 Mar 2007, 07:28 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR