Shopping Cart with multiple orders in ASP
        Posted  
        
            by Joao Heleno
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joao Heleno
        
        
        
        Published on 2009-12-23T11:30:19Z
        Indexed on 
            2010/05/13
            9:44 UTC
        
        
        Read the original article
        Hit count: 273
        
I'm building an e-commerce website in ASP.Net/C# and I'm having some difficulties with my shopping cart...
I want my costumers to be able to say "I want X boxes, and each box carries Y items".
Let's say, for instance, my website sells flowers. A client logs in and then chooses X bouquets and then for each bouquet he adds flowers from the catalog.
Can you point me out some links or tips in order to achieve this behaviour?
Thanks
© Stack Overflow or respective owner