breaking down session contents and customer basket info
kellymeeks <[email protected]> 6 Aug 2003 15:20:25 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <5cad12d9dc2c36ace17759344be77075@osCommerce-Forums> |
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=208614#208614
----------------------------------------------------------------
Trying to parse out info that's stored in the customer's basket and sessions (stored in mysql...) and need some help.
Looking at the session text itself, it's obviously tracking alot of info - how is that parsed, and what's the idenity of it's elements?
Also, when looking that the customer basket contents and the info in products_id..
If a customer has item 444 in their cart, you'll see info in their products_id field to the effect of
444{1}xxx where xxx is some other number. Whats the number in the curly braces and the number to the right - how are they used?
Any guidance is appreciated....