This is a discussion on Reset counter and product accesses into database within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi! Just finished my webshop. But while configuring the shop I accessed my site more than 2000 times. And the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi! Just finished my webshop. But while configuring the shop I accessed my site more than 2000 times. And the visited products already have lots of hits! How can I delete these counter stats from database? Michael |
|
#2
| |||
| |||
| I can't believe no-one has answered this post by now. And you may have already figured itout, so this reply is for those that haven't been down this path...... To reset your counter and Date, login to your Domain's Control Panel (not the catalog Admin CP), then (hopefully you have phpmyadmin) log in to your database and find the "counter" table. Click "Browse" There you will be able to "edit" the entries OR, if you have a hard time locating that section, use the text below (cut & Paste) to run an SQL query #Modifying the VALUES with your preferences will reset the counter. #I used today's date and reset the counter to zero INSERT INTO counter (startdate, counter) VALUES ('20031104', 0); |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help required - product is a code stored in a database | melfalcon15 | osCommerce 2.2 Modification Help | 0 | 09-29-2005 09:33 AM |
| remove request since counter | okatoma | osCMax v1.7 General Mods Discussion | 3 | 07-19-2004 06:54 AM |
| Change language in counter | Lord | osCommerce 2.2 Modification Help | 3 | 05-04-2004 06:48 AM |
| Reset Counters | Anonymous | osCMax v1.7 Installation | 1 | 05-02-2004 12:31 AM |
| Click to Enlarge accesses empty window | Lady_Lobo | osCMax v1.7 Discussion | 3 | 03-22-2004 10:01 AM |