Hi, we have a customer who logged in and have a saved shoppingcart with so many products that it gets a timeout. We want to empty this cause he dosen’t want theese anyway.
How do I do that in the database?
Litium version: 6.3.2
Hi, we have a customer who logged in and have a saved shoppingcart with so many products that it gets a timeout. We want to empty this cause he dosen’t want theese anyway.
How do I do that in the database?
Litium version: 6.3.2
The cart is saved in the table dbo.ECommerce_ShoppingCart2
where the column LastUpdatedUserID
contains the system id of the user.
Thanks!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.