Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to Clear Products Viewed in Admin Panel


adrian.pearce

Recommended Posts

Posted
Does anyone know how to reset the Products viewed and Products Purchased in the Admin Panel Please !!!!!

 

There are probably other ways to do it but I use phpmyadmin and make the changes in the database.

 

Products purchased -- table "products"

Products viewed -- table "products_description"

 

Picked this tip up on the forum but can't remember from who so sorry can't give credit to it.

 

-- Mindy

Posted
There are probably other ways to do it but I use phpmyadmin and make the changes in the database.

 

Products purchased -- table "products"

Products viewed -- table "products_description"

 

Picked this tip up on the forum but can't remember from who so sorry can't give credit to it.

 

-- Mindy

 

OK Thanks i will try it. Not sure what to do but i will have a look.

Posted

just click the sql tab on phpmyadmin and run the following queries

update products set products_ordered = 0
update products_description set products_viewed = 0

Archived

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

×
×
  • Create New...