Thank you so much for the quick response. I installed the Session Viewer found here...
http://www.zen-cart.com/index.php?ma...products_id=84
However I receive the following error when trying to view the report...
Code:
Displaying 6 records...
PAYPAL SESSION INFO for record #3, which expires on 1175597192
Session_ID=2e145eb3844d0c196645e878369359c7
customers_host_address => c-71-201-104-215.hsd1.il.comcast.net
cartID => 27775
Catchable fatal error: Object of class shoppingCart could not be converted to string in /hermes/web05/b141/pow.cheezylu/htdocs/pinkpuppy/htdocs/store/admin/view_stuck_paypal_orders.php on line 71
I am running Zen 1.3.7 with the Google Checkout Module installed.
Line 71 of the above mentioned file is...
Code:
echo "<strong>$key</strong> => <em>$value</em><br />";
Any ideas?