pgmakr05 Posted December 18, 2005 Posted December 18, 2005 How in the world do I get rid of this message on the main page of my store, everything seems to be running great. I am well aware of a few things I have to change which are mentioned below but I want to get my store logo going in the top left corner and get the store ready to go. I followed the directions and turned all the values to false at the bottom of includes/application_top.php but no luck. Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? This is a default setup of the osCommerce project, 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. Securing The Administration Tool It is important to secure the Administration Tool as there is currently no security implementation available. Online Documentation Online documentation can be read at the osCommerce Wiki Documentation Effort site. Community support is available at the osCommerce Community Support Forums site. If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on osCommerce version osCommerce 2.2-MS2. What all do I have to do?
Guest Posted December 18, 2005 Posted December 18, 2005 Hi, to modify the text on that page you need to edit your index.php file in the language you use. This is located in the main catalog folder and also inside the specific language folder in catalog/includes/english/index.php. If you read the text you listed above it actually tells you where to find the files to edit. Where it says the text shown here can be modified in the following file.... hope this helps Lowly
pgmakr05 Posted December 18, 2005 Author Posted December 18, 2005 The index.php file located under includes/languages/english was the one I was needing to edit thanks for the help worked great!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.