RE: breaking down session contents and customer basket info

alverman <[email protected]> 16 Aug 2003 09:12:35 -0000
Newsgroups gmane.comp.web.oscommerce.devel
Message-ID <cacaff5727d77d5c1ea35b2ed5926a85@osCommerce-Forums>
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=214672#214672
----------------------------------------------------------------

Those numbers represent options and options values that your customer has chosen to associate to the product he/she's buying:
in the std package: [code]products_id=1{4}2{3}6[/code] (Graphic card)
[b]1[/b] = product id
option_id [b]{4}[/b] = memory
option_value_id [b]2[/b] = Memory 8 mb
option_id [b]{3}[/b] = model
option_value_id [b]6[/b] = Model Premium
Product Options are defined in Administration > Catalog > Products Attributes.
HTH