am nevoie sa adaug un produs intr-o clasa de sesiune, la afisare print_r($_SESSION['cart']) imi apare urmatorul sir:
shoppingCart Object ( [contents] => Array ( [3152] => Array ( [qty] => 4 ) [3256] => Array ( [qty] => 1 ) ) [total] => 12.5 [weight] => 0 [cartID] => 00739 [content_type] => [free_shipping_item] => 0 [free_shipping_weight] => 0 [free_shipping_price] => 0 [observers] => Array ( ) )


