Page 1 of 1

Cart Array- Where is the option data and price?

Posted: Thu Feb 24, 2011 4:53 am
by harryusa
I see the cart array in $_SESSION[cart] and the cart's discrete code ([cart] => Array ( [30:594.597] => 2 [30:595.597] => 1 [49:612.616] => 1 )) but what how do I decipher the product code, options selected and price from this? Or is that stored somewhere else?
-Harry

Re: Cart Array- Where is the option data and price?

Posted: Thu Feb 24, 2011 5:02 am
by Qphoria
30:595.597

30 is the product id
595 and 597 are option value ids

Re: Cart Array- Where is the option data and price?

Posted: Thu Feb 24, 2011 5:15 am
by harryusa
Thanks, I just opened up the database and figured it out.