
Admin Report "Products Viewed" RESET?
Admin Report "Products Viewed" RESET?
Hi. Just wondering if it's possible to reset the report in Admin called "Products Viewed" so that it starts from zero again, thanks. 

Re: Admin Report "Products Viewed" RESET?
The easiest was is to run this query on your database:
You will get errors in the admin. To get rid of it simple visit/view at least one product in the catalog.
Code: Select all
UPDATE `product` SET `viewed` = '0';
Re: Admin Report "Products Viewed" RESET?
Thanks Leo, perfect! Off to do it right now...Cheers.
Re: Admin Report "Products Viewed" RESET?
Beautiful! Worked like a charm, got the error you mentioned, viewed one product, all good! Thanks again for a great cart.
Re: Admin Report "Products Viewed" RESET?
In the template manager, I have Center Content set to Content. What file controls "Content"?
Last edited by SoftBird on Tue Mar 17, 2015 10:59 pm, edited 2 times in total.
Re: Admin Report "Products Viewed" RESET?
The template files are:
/catalog/template/default/shared/multiple_columns.tpl and single_column.tpl.
The controllers are in the /catalog/extension/module dir.
/catalog/template/default/shared/multiple_columns.tpl and single_column.tpl.
The controllers are in the /catalog/extension/module dir.
-
- Posts: 1
- Joined: Tue Mar 03, 2015 10:29 am
Re: Admin Report "Products Viewed" RESET?
heck out and ticket logs show price and charges for shipping correct but the statements from merchant account show each charge to customer less the shipping amount. My records in the admin show everything is okay and correct with my shipping cost as well, but this log does not match the merchant account actual charges to customer.
______________________________________________________
http://www.test-king.com/cert-CCNA-Rout ... tching.htm
http://test-king.com/learning/Cloud-Certifications.htm
http://www.stanford.edu/
______________________________________________________
http://www.test-king.com/cert-CCNA-Rout ... tching.htm
http://test-king.com/learning/Cloud-Certifications.htm
http://www.stanford.edu/
Last edited by Abraham12li on Tue Mar 17, 2015 10:58 pm, edited 1 time in total.
Re: Admin Report "Products Viewed" RESET?
What payment method are you using.