Hi Everyone,
I opened a ticket a while back on this issue that we were having. When you add an item from your wish list to your cart, if you either already have some quantity of that item or add more of that specific item to your cart, the line items do not combine. You now will have 2 lines of the same product with whatever quantities were added. This is super confusing for our customers and our shipping team. The customers get confused and accidentally order more of the 1 product than they actually need and our shipping team has to pick 2 separate line items for the same product which are not always right next to each other on the pick list.
I was told this is just how it functions in the database and the development team does not think it is an issue. I double checked the database records and it is indeed adding a new line item with a new line_id in the s01_OrderItems table. An alternate workaround was suggested to just disable the wish list functionality, but our customers use that heavily and we do not want to force them away from it.
So my dream feature request would be to add some logic that runs when adding something to the cart from the wish list or the main site that would check to see if there is already a line item for this product and add the quantity to that line item.
Anyone else having this issue? Anyone find another workaround? Thank you so much!
--Scott
I opened a ticket a while back on this issue that we were having. When you add an item from your wish list to your cart, if you either already have some quantity of that item or add more of that specific item to your cart, the line items do not combine. You now will have 2 lines of the same product with whatever quantities were added. This is super confusing for our customers and our shipping team. The customers get confused and accidentally order more of the 1 product than they actually need and our shipping team has to pick 2 separate line items for the same product which are not always right next to each other on the pick list.
I was told this is just how it functions in the database and the development team does not think it is an issue. I double checked the database records and it is indeed adding a new line item with a new line_id in the s01_OrderItems table. An alternate workaround was suggested to just disable the wish list functionality, but our customers use that heavily and we do not want to force them away from it.
So my dream feature request would be to add some logic that runs when adding something to the cart from the wish list or the main site that would check to see if there is already a line item for this product and add the quantity to that line item.
Anyone else having this issue? Anyone find another workaround? Thank you so much!
--Scott
Comment