Is it possible to have more than one line item property?

Hey there,

so we have the following problem in the cart. The cart should look like beneth but it was told, that it is not possible to have the same property name values multiple times. Is this correct?

The partslist shows: SKU|name|quantity

Product

  1. version: grey

partslist-item: 13310015 | grey | 1

  1. option: rose

partslist-item: 13310048 | rose | 2

  1. option: blue

partslist-item: 13310076 | blue| 3

  1. option: green

partslist-item: 13310008 | green | 4

1 Like

Is this a selector name? Yes, It is possible if youll change one of them they all change. You need a psuedo class selector for this one.

No the partsitem-list property will be filled out via a javascript and depends on the status of a forloop index. So i guessnthe problem is the loop..

1 Like

You can use textfield for the line property and use javascript to fill the value.