Hi,

Concerning the PayPal Express payments not showing up in the Super Order v3.0.2 details for ZC1.3.9h users, it looks like this issue has been addressed in SO v4 for zc 1.5 and development is moving in a forward direction, and rightfully so.

But still, at the same time, I think there's a lot of us stuck on 1.3.9h for the foreseeable future due to many reasons. Like for me, my site is quite customized so I would have no choice with upgrading to 1.5 until all the addon modules that I depend on have been updated for 1.5 support. So I looked into SO v3 and came up with a solution to the PayPal problem.

Linked are the files that have been modified to include the necessary code to include PayPal payment information in the Super Order customer order details.

http://www.robophung.net/zencart/sup...xpress_fix.zip

There are changes to exactly 3 files...

/includes/classes/super_order.php
/YOUR ADMIN FOLDER/classes/super_order.php

and...

/includes/classes/order.php

Now concerning the /includes/classes/order.php...this is a originally a CORE EDIT file in the original Super Orders v3 mod, so you have to take good precaution and make sure to MERGE the change in code rather than just overwriting your existing order.php file, unless you are absolutely sure that you don't use any other modules that have altered this file in the past.

I haven't tested too extensively, but everything seems to work great, and I think it's good to go because the PayPal records injected into the SO_PAYMENTS table in the zen-cart database are done so correctly in the few dummy orders that I tested.

Let me know if you guys have any questions, hope this helps!