Page 1 of 2 12 LastLast
Results 1 to 10 of 33

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    I've submitted v1.1.1 to the plugins for review; it includes the correction posted by DrByte here for the main paypalwpp module (handling of PayPal error 10486).

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    v1.1.1 is now available in the Plugins area for download.

  3. #3
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    In file tpl_shopping_cart_default.php is there only one line change

    from;

    if (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True')

    To;

    if ( (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True') || (defined('MODULE_PAYMENT_PAYPALWPP_V84_STATUS') && MODULE_PAYMENT_PAYPALWPP_V84_STATUS == 'True') ) { //-20131230-lat9-paypalwpp_v84-c
    Learning Fast.
    Eden Craft Supplies

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    Yes, just that one line is changed.

  5. #5
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    Yes, just that one line is changed.
    I have found a '}' in the file I have that I cannot relate it to anything. So instead of one line copy, I did all, including the comments, for the express checkout.

    It may be an idea to be added to the next upgrade, instead of up-loading the file tpl_shopping_cart_default.php you give instructions on changing that bit of code. I did find I had other code in my file that was needed so I had to do a find & replace. (only an idea)

    Thanks for the mod though
    Learning Fast.
    Eden Craft Supplies

  6. #6
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    Just found a file I have not uploaded yet, ipn_main_handler.php. What changes are in that?

    andyb
    Learning Fast.
    Eden Craft Supplies

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    Quote Originally Posted by adb34 View Post
    Just found a file I have not uploaded yet, ipn_main_handler.php. What changes are in that?

    andyb
    Just search for lat9, each of the changes is marked. There are no functional changes, just the addition of one notifier to allow the plugin's observer to grab and process and another section that allows currently unsupported IPN returns to be processed.

  8. #8
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    123
    Plugin Contributions
    0

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    The documentation with this module indicates that the "...display of an order's PayPal history now includes the entire history as part of the Customers->Orders->Edit Order display..." So a subsequent refund will show up as a second history listing.

    But that is not happening in our implementation. The PP Express works perfectly except it only shows the initial charge in the "Order Edits History." Subsequent refunds do not appear.

    We have made one modification to the module: in the modules/payment/paypal/paypalwpp.v84_admin_notification.php file, we changed all five instances of "customer_notification = 0" to -1 so that the paypal comments do not print on pack lists and invoices. Putting these back to 0 (no email) and then testing with a paypal purchase/ refund creates no improvement to the issue noted above.

    We've winmerged all the other files and found them to be completely vanilla.

    Any ideas? TIA

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    No idea, at the moment. I'll give this a look in the morning.

    Some additional information that will help:
    - Zen Cart version
    - Additional plugins that might have altered /YOUR_ADMIN/orders.php
    - Any debug-logs generated?

    UPDATE: Did you see the screenshot that's present in this thread's first posting? The PayPal status history displays in the upper greyed-out section of the orders page, not as part of the orders status history.
    Last edited by lat9; 4 Nov 2015 at 10:21 PM.

  10. #10
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    123
    Plugin Contributions
    0

    Default Re: PayPal Express Checkout Using NVP 84.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    - Zen Cart version
    - Additional plugins that might have altered /YOUR_ADMIN/orders.php
    - Any debug-logs generated?

    UPDATE: Did you see the screenshot that's present in this thread's first posting? The PayPal status history displays in the upper greyed-out section of the orders page, not as part of the orders status history.
    Thanks Lat9:

    - Ver 1.5.3.
    - Other mods: I should have thought to check this - I'm sure we have at least 1, e.g. UPS Tracking... I'll look into this. Thank you for mentioning.
    - Debug Logs - hadn't seen any specific to this, but i haven't looked very recently. Another great idea that I'll follow up upon.

    Again, thank you. You mentioned looking closer in the a.m., but feel free to let me pursue these suggestions before you invest more of your time.

    Much obliged,

    Matt

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. PayPal Express Checkout (NVP 84.0) getting 10736 errors
    By daffy in forum Addon Payment Modules
    Replies: 1
    Last Post: 8 May 2014, 09:18 PM
  2. v151 Testers Wanted: PayPal Express Checkout Updated to NVP v84.0
    By lat9 in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 2 Jan 2014, 08:59 PM
  3. Using Paypal express checkout issue...
    By wondergirl in forum PayPal Express Checkout support
    Replies: 35
    Last Post: 18 May 2011, 07:46 AM
  4. Does the Paypal Express checkout support Products with attributes?
    By adam9110 in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 9 Jun 2008, 09:40 AM
  5. Error when using paypal express checkout...
    By webopt in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 4 Sep 2007, 12:11 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