Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Paypal Express not sending order details

    The cause is explained in my posts earlier in this thread.
    .

    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.

  2. #12
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    1

    Default Re: Paypal Express not sending order details

    It took me a lot of time to figure out why my zen cart 1.3.9h won't send sales detail to Paypal today.

    I am using split tax line module, which will record multiple ot_tax lines into order_total table per order. However, in paypalwpp.php and paypaldp.php, TAXAMT is calculated as "if ($order_totals[$i]['code'] == 'ot_tax') $optionsST['TAXAMT'] = round($order_totals[$i]['value'],2);". This means only one ot_tax line per order is supported, or the total amount won't match the calculated total amount.

    Change "$optionsST['TAXAMT'] = round($order_totals[$i]['value'],2);" to "$optionsST['TAXAMT'] += round($order_totals[$i]['value'],2);" will fix the issue. Hope this can be integrated into the new beta version.

  3. #13
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Paypal Express not sending order details

    I just upgraded a couple of stores from 1.3.7 to 1.3.9h, I had tried first updating to 1.5.1, but that didn't go too smooth so I'm sticking with 1.3.9h for at least a month or two.

    I'm having the problem with the product details not being sent to PayPal. I do use Specials and after checking the products with Specials most have more than 2 decimal places. Is there some setting that can be changed so it only uses 2 decimal places?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139a Paypal Express not sending order details
    By gal_op in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 20 Oct 2012, 11:48 PM
  2. PayPal Express not sending full details back to store (COWOA)
    By val-ent in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Nov 2011, 12:02 AM
  3. Paypal express not sending order details in 1.3.9h, logs show them being sent?
    By scianiac in forum PayPal Express Checkout support
    Replies: 17
    Last Post: 29 Sep 2011, 06:28 AM
  4. Zen Cart not sending e-mails or order details
    By americanav in forum General Questions
    Replies: 0
    Last Post: 20 Jan 2011, 06:01 PM
  5. Zencart NOT sending my order details to Paypal
    By only1patrick in forum General Questions
    Replies: 4
    Last Post: 2 Sep 2009, 11:50 AM

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