in reply to Re: Re: Re: Re: Need duplicate item entries in shopping cart
in thread Need duplicate item entries in shopping cart

That's not quite what I meant. I was thinking that every color of an item would have a unique item_id, so the blue sweater would be item_id 7 and the red version of the SAME sweater would be item_id 8. Then you would tie the related ones together with another table that links items 7 and 8 as part of the same "product" to be displayed on one page.
  • Comment on Re: Re: Re: Re: Re: Need duplicate item entries in shopping cart