vmf08034 Posted April 28, 2009 Posted April 28, 2009 I am starting my store and nned to set to zero all statistics filled with test orders and so forth. Thanks
MarcellaE Posted April 28, 2009 Posted April 28, 2009 I am starting my store and nned to set to zero all statistics filled with test orders and so forth. Thanks you have to go into your database and zero them out. look at your "products_description" table and your "products" table.
♥geoffreywalton Posted April 28, 2009 Posted April 28, 2009 Here is one sql statement, I'll leave you to work out the other one. Look upon it as a voyage of discovery through the features and facilities of phpmyadmin. update products_description set products_viewed = 0 www.w3schools.com for more on mysql Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
vmf08034 Posted April 29, 2009 Author Posted April 29, 2009 Here is one sql statement, I'll leave you to work out the other one. Look upon it as a voyage of discovery through the features and facilities of phpmyadmin. update products_description set products_viewed = 0 www.w3schools.com for more on mysql Thanks very much, I could even figure out how to do the second one!!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.