adrian.pearce Posted March 21, 2006 Posted March 21, 2006 Does anyone know how to reset the Products viewed and Products Purchased in the Admin Panel Please !!!!!
adrian.pearce Posted March 21, 2006 Author Posted March 21, 2006 Does anyone know how to reset the Products viewed and Products Purchased in the Admin Panel Please !!!!! Can i reset this in the cookies ?
Guest Posted March 21, 2006 Posted March 21, 2006 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
adrian.pearce Posted March 21, 2006 Author Posted March 21, 2006 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.
Guest Posted March 22, 2006 Posted March 22, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.