brown705 Posted November 16, 2006 Posted November 16, 2006 Is there a way to reset the "products viewed" and "products purchased" statistics in the Reports section? If so, how? Michael
Guest Posted November 17, 2006 Posted November 17, 2006 you can do this by running queries on the database using phpmyadmin: update products_description set products_viewed = 0; update products set products_ordered = 0; Sonia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.