-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
I have instances where a customer will order duplicates of one product. Currently when the second of the product is picked the cart will update the existing line item for that product. Say if they order 3 products, item #1 is Product A, item #2, is Product B, Item #3 is Product A again. Currently the cart will update the quantity value for product #1, when product #3 is added to the cart. So instead of 3 items in the cart, there will be 2.
Is it possible, in that instance for product #3 to create it's own line item, instead of updating the value in product #1?
Thanks!