Make a backup copy of /includes/classes/shopping_cart.php and then edit that file. Locate this section (towards the top):
Code:
/**
* set to TRUE to see debug messages for developer use when troubleshooting add/update cart
* Then, Logout/Login to reset cart for change
* @var string
*/
var $display_debug_messages = FALSE;
var $flag_duplicate_msgs_set = FALSE;
and change that to:
Code:
/**
* set to TRUE to see debug messages for developer use when troubleshooting add/update cart
* Then, Logout/Login to reset cart for change
* @var string
*/
var $display_debug_messages = true;
var $flag_duplicate_msgs_set = FALSE;
That will cause shopping-cart debug messages to be displayed in the "messageStack".