Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Clear Down Data Base

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Added an option to cear out all Credit Card information held in the ORDERS table.

This is an essential thing to do if you have ever stored CC info either intentionally or inadvertantly by using the default cc payment module.

There is a world of grief waiting for you if the CC companies find out you have this data on your server, especially if you get hacked and it is traced to you.
If you running with session_id in admin side when you click on any link parameters order gets wrong
Like:

clear_db.php?osCAdminID=7fa6b32506f2d8f4467bc326f52d78c1?action=cust

because of wrong usage of

tep_href_link(FILENAME_CLEAR_DB). '?action=prod">' ....

should be:

tep_href_link(FILENAME_CLEAR_DB, 'action=prod') . ">' ...

Full package including this fix.

Very usefull addon if you are running a test server. It works however some code controls needed for unavailable tables in db
Corrected check for existance of product extra fields, customer extra fields.
Also clears customer wishlists if it is in the database.
Added new option to clear sessions and customers baskets that are over 1 month old.
Changed option 4 to clear down some extra statistical tables when the sessions table is cleared.
   Posted on: 11/11/2008     See contribution details Request Installation with Paid service