We ordered kit item which we sell in our shopping cart which is getting stored in two table order_kitcart and orders_shoppingcart.
When we order one kit product(2 quantity), which is updating the orders_shoppingcart table with 2 quantity, but the orders_kitcart table is updating each kititems of kit product with only one quantity.
Here we are expecting orders_kitcart table also should update the quantity of kititems as 2, Is it possible to achieve?
Please help me with this.