Hi everyone, I'm stuck on this and it must be so simple but can't get my head 
round it.

I have 2 different shopping cart arrays going at the same time because some 
products are handled differently to 'normal' products, know it's unusual but 
this is how it had to be. I also need to have a 3rd cart array which combines 
all items form Cart 1 and Cart 2 into 1 single array.
Each cart array is actually a new structure to hold items with ItemName and 
ItemID.
Is it possible to 'dynamically' populate cart 3 with the contents of cart 1 and 
2 so if I add an item to cart 1 it'll automatically be shown in cart 3, or if I 
add one to Cart 2 it'll also be shown in cart 3.
All these arrays with structures are store in SESSION.
Hope that all makes sense.
Any help would be greatly appreciated. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346654
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to