Hi,
I have a product with different variants. When I add the first variant I get the column OrderlineProductvariantId to VO6.VO8 in EcomOrderLine table in DB. But if I add another variant of the same product it overrides it and just add quantity to 2 instead of a totally new row which it should be because it has a new variantId?
So now my orderline has OrderlineProductvariantId VO4.VO8 for example.
Im using: <input type="hidden" name="VariantId" value="" /> this one to add my VariantID before post with cartcommand add.