I've gone so far as making a structure as a field, show the options on the front-end and add the chosen size to the order. But when trying with multiple sizes. The Cart object adds the different sizes together (while they should be separated) and thus merging the sizes and causing an issue. How do you separate the cart items?
I've gone so far as making a structure as a field, show the options on the front-end and add the chosen size to the order. But when trying with multiple sizes. The
Cart
object adds the different sizes together (while they should be separated) and thus merging the sizes and causing an issue. How do you separate the cart items?