Add to cart without updating row quantity

In Litium 8, is it possible to add multiple rows to the cart with the same article? I dont want to update the quantity on a existing row, but create a new row with another quantity. I.e I want the “tryAddToExistingOrderRow: false” functionality from Litium 7. Is it possible?

Litium version: 8.7.2

Set the AlwaysAddItem to true when calling the CartContext.AddOrUpdateItemAsync and a new row will be added.

Thanks, makes sense, dont know how I missed that :joy:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.