Deleting Cart Details
Hi,
I am facing the following error when i am deleting a item from cart through user control.Can you please help me in this regard.
Row not found: GenericOID@a4ec4b49 CartDetail id=eceef11f-6f8d-69eb-8392-ff000025ce27
UPDATE [sf_ec_cart_detail] SET [title_]=?, [last_modified]=?, [voa_version]=? WHERE [id] = ? AND [voa_version]=?
(set event logging to all to see parameter values)
Thanks
Hemanth
Hello Hemanth,
Can you post the code you're using to make these changes to the cart? Can you verify this row actually exists in your database? Look for a cart with this as an id eceef11f-6f8d-69eb-8392-ff000025ce27.
Thanks in advance.