How do I empty a customers shoppingcart in the Database?

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.

2 Likes

Thanks! :grinning:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.