Jerome,
Thanks for the prompt reply... especially on a weekend.
For me, the loadCart function does not return the list of products within the cart... here is what I get:
object(stdClass)#1292 (10) {
["cart_id"]=> string(2) "79"
["user_id"]=> string(1) "0"
["session_id"]=> string(32) "fc3d2524b62ec8c676771f4cfea2aefc"
["cart_modified"]=> string(10) "1426959722"
["cart_coupon"]=> string(0) ""
["cart_type"]=> string(4) "cart"
["cart_current"]=> string(1) "0"
["cart_share"]=> string(6) "nobody"
["cart_name"]=> string(0) ""
["cart_params"]=> string(0) ""
}
The loadFullCart function returns the list of products for the current user/session.
Are you saying that I should use these two functions together? Perhaps I do not understand... but what I am looking for is a way to display the the products within a cart given a cart_id, not using the cart_id from the current session.
Thanks again,
Dennis