current shopping carts

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
can I delete Current Shopping Carts if yes how I can do that?
Hace 13 años
Connect to your database and execute the following SQL script:
DELETE FROM Nop_ShoppingCartItem
Hace 13 años
Thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.