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).
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).
v1.1.1 is now available in the Plugins area for download.
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
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
Just found a file I have not uploaded yet, ipn_main_handler.php. What changes are in that?
andyb
Learning Fast.
Eden Craft Supplies
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
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.
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