Well, you could do this. Everytime someone adds an item to that cart, add the 
item(s) to a related tblCartItemsLog. Or you might wanna call this whole thing 
tblCartInfoLog, tblCartitemLog. 

Drop a FK into tblCartItemLog to make the relationship. Whether the customer 
checks out or not, you always have this log for your client to view. It may not 
be perfectly accurate since a custome may remove or update items in his cart, 
if you don't wanna go as far as updating the log table everytime a move is 
made, but at least your client can see what folks have added. 

Will 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264024
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to