Force single Cartitems

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
Hi,

Is there a way in nopcommerce to force products beging added to cart/order as single entries with quantity 1?

What I mean is, is that when for example a product is added to the cart with quantity 3, I need 3 separate entries in ShoppingCartItem/OrderProductVariant table like:

OrderProductVariant
Id, OrderId, ProductVariantId, Quantity
1, 1, 1, 1
2, 1, 1, 1
3, 1, 1, 1

instead of:

OrderProductVariant
Id, OrderId, ProductVariantId, Quantity
1, 1, 1, 3

I hope I'm being clear here ;-)
11 Jahre weitere
It would require custom coding
11 Jahre weitere
ok thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.