What is the fastest most reliable way to split one orderline into multiple orderlines?
Ex.
2 x PROD1
Shall become
1 x PROD1
1 x PROD1
By default when you buy more than one of one product it is merged, and that is good.
But we have a scenario where we have custom orderline fields that needs to be filled out seperatly on each instance of the product.
So when you buy 2 of the same product we are now stuck with only having the possibility to write the same information on both products, but we need to be able to write two separate lines of information.
Are there any nice ways to solve this?