dlaery Posted May 5, 2009 Posted May 5, 2009 What is the best way to delete the sample data? The only way I have found is one at at time. Thank you, David
shahriat Posted May 5, 2009 Posted May 5, 2009 You can delete sample data in two ways first one is just make it empty all database tables data and 2nd one is delete from admin panel but i think best choice just delete from admin panel because all product images also will be deleted if u make it from admin panel but not possible if u delete it from database. -- Shahriat Hossain www.shahriat.com http://twitter.com/shahriat
♥geoffreywalton Posted May 5, 2009 Posted May 5, 2009 Try one of my add ons/contributions Clear down db Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
ondago42 Posted May 6, 2009 Posted May 6, 2009 Sorry, but I am completely new to osCommerce. I was able to go in and add my product and get rid of most of the sample data but do you know how I would go about taking out the information on the index page? I found the index page in the file manager but I don't know PHP coding. Is there some other way to change this information. This is what is showing... This is a default setup of osCommerce Online Merchant. Products shown are for demonstrational purposes. Any products purchased will not be delivered nor will the customer be billed. Any information seen on these products is to be treated as fictional. Error Messages If there are any error or warning messages shown above, please correct them first before proceeding. Error messages are displayed at the very top of the page with a complete background color. Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. Editing Page Texts The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/english/index.php That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules. The text is set in the following manner: define('TEXT_MAIN', 'This is a default setup of the osCommerce project...'); The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist: define('TEXT_MAIN', ''); More information concerning the PHP define() function can be read here. Online Documentation Online documentation can be read at the osCommerce Knowledge Base site. Support is available at the osCommerce Support Site.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.