Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I set to zero most viewed, most purchased?


vmf08034

Recommended Posts

Posted

I am starting my store and nned to set to zero all statistics filled with test orders and so forth.

 

Thanks

Posted
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.

Posted

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 ======>>>>>.

Posted
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!!!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...