in reply to Re: Splitting a scalar variable problem
in thread Splitting a scalar variable problem

Poj, Good Morning....

Please disregard my last entry to this node about selecting multiple items.

I want to go another way. I would like to have a person place an item in the cart with one color and then place the same item in the cart with another item. The result in the view cart would be an item appearing twice but with different color entries.

Right now, my code does not allow that. If I place an item in the cart with a color and try to place the same item with a different color, the previous choice is updated. My cart only shows the item once with the most recent color chosen.

Would you have any thoughts on how I can fix my code to accomplish my goal? All the code is still in this node that deals with adding items to the cart. Thanks for your help.
  • Comment on Re: Re: Splitting a scalar variable problem