Page 1 of 1

Products Purchased Reset

Posted: Tue Apr 08, 2025 7:57 pm
by KenSO
Hello,

Please can someone tell me how to flush/reset the products purchased count in admin or in the database?
products_purchased.jpg
Thanks ....

Re: Products Purchased Reset

Posted: Tue Apr 08, 2025 8:23 pm
by burt
Be sure you want to do this, as this will not be easily un-doable.
Make a DB backup.

Then in PHPMyAdmin or via your hosting control panel.

Code: Select all

UPDATE products SET products_ordered = 0

Re: Products Purchased Reset

Posted: Tue Apr 08, 2025 8:35 pm
by KenSO
That worked like a charm. I'm setting up a new store using backup data from another store. Thank you Sir @burt