gerkintrigg Posted August 26, 2006 Share Posted August 26, 2006 I've written my own shopping cart system and it's using an array to keep a track of the contents of the cart.I also have started extending the functionality of this cart by writing a script for the admin section, whereby the administrator can add options to the item like colour, size, material etc. These options are entirely dynamic and the amount of options can change. Eg: item #1 might have 3 sets of options, whereas item #2 might not have any, and item # 3 might only have one set of options. For a "working example" please visit: [url=http://magic2k.com/shop/index.php?cat_open=&open=1&itemid=55]http://magic2k.com/shop/index.php?cat_open=&open=1&itemid=55[/url]My question is this:When I click on "Add to Cart", what's the easiest way of recording the various options against the shopping cart contents? I also have a potential problem of a customer ordering a blue deck of cards and a red deck of cards. this would currently display as 2 decks of cards.Can anyone suggest a way around this?I hope i explained myself adequately.Thanks, Link to comment https://forums.phpfreaks.com/topic/18737-array-in-a-session/ Share on other sites More sharing options...
gerkintrigg Posted August 26, 2006 Author Share Posted August 26, 2006 To clarify, can i expand an array, by just adding values to an identifier? Link to comment https://forums.phpfreaks.com/topic/18737-array-in-a-session/#findComment-80852 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.