webcomm_man Posted August 18, 2006 Share Posted August 18, 2006 Hi, I have been testing the store before it going live. It has created lot of data for report in items viewed. ordered etc.. Now I want to clear the reports as the store has gone live. How can I do it? webcomm_man [email protected] Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 18, 2006 Share Posted August 18, 2006 Hi, I have been testing the store before it going live. It has created lot of data for report in items viewed. ordered etc.. Now I want to clear the reports as the store has gone live. How can I do it? webcomm_man [email protected] open phpmyadmin and run two updates, one is for products table for the ordered products, one in products description for the viewed products (report stores it separetely for each language) update products set products_ordered = '0'; update products_description set products_viewed = '0'; As a general tip, in the install folder of osCommerce you find the database file oscommerce.sql This is your best friend when you want to find column names, configuration key parameters or even IDs for a special country fast ... just search in this file. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
webcomm_man Posted August 22, 2006 Author Share Posted August 22, 2006 Thanks Monika. I appreciate this. I would like to work on some enhancements in my store. Some of the enhancements I need are: 1. Processing Gift Certificates. 2. Offering discount on an item if purchased with another item. How to go about it. I would like to collaborate with other programmers WebComm_Man Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 22, 2006 Share Posted August 22, 2006 Thanks Monika. I appreciate this. I would like to work on some enhancements in my store. Some of the enhancements I need are: 1. Processing Gift Certificates. 2. Offering discount on an item if purchased with another item. How to go about it. I would like to collaborate with other programmers WebComm_Man both have already been coded and work fine ... you find them in the contribution section I use CCGV(trad) by vger for gift voucher, and have not used but know it's good 2gether discount contrib by boxtel http://www.oscommerce.com/community/contri...earch,CCGV+trad http://www.oscommerce.com/community/contri.../search,2gether :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
webcomm_man Posted August 25, 2006 Author Share Posted August 25, 2006 both have already been coded and work fine ... you find them in the contribution section I use CCGV(trad) by vger for gift voucher, and have not used but know it's good 2gether discount contrib by boxtel http://www.oscommerce.com/community/contri...earch,CCGV+trad http://www.oscommerce.com/community/contri.../search,2gether Thanks Monika. I would look at them - WebComm_Man(Canada) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.