Due to a very complex return policy of our customer we would like to split all lineitems on quantity into own lineitems. The cart can work as of now, but when we convert to a purchaseorder is there anyway to split the lineitems on quantity so that they all live on there own row?
Due to a very complex return policy of our customer we would like to split all lineitems on quantity into own lineitems. The cart can work as of now, but when we convert to a purchaseorder is there anyway to split the lineitems on quantity so that they all live on there own row?
Example.
Cart
RowId_1 Product1, quantity 1
RowId_2 Product 2, quantity 3
Then when converted to a purchaseorder.
RowId_1 Product1, quantity 1
RowId_2 Product 2, quantity 1
RowId_3 Product 2, quantity 1
RowId_3 Product 2, quantity 1
Any ideas?
Cheers