Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog Page Edit


Guest

Recommended Posts

Posted

Sirs:

 

I am new to OsCommerce and to PHP. I have been able to change colors of my boxes and the header and footer banner successfully as well as eliminating most of the bugs. My host server is Empire Data Tech and they have been helpful in setting permissions. I only seem to have two difficulties which I have not been able to determine with online research. One is how to remove the text from the main Catalog page and the other is the warning error for catalog/indludes/configure.php. The text I wish to remove is this:

 

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

hen I need to remove the warning error. I did find something about a protect.php which I uploaded but it has not changed the warning. Can anyone assist with these two items.

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 Knowledge Base site.

 

Community support is available at the osCommerce Community Support Forums site.

 

Then I would also like to get a free skin for the site as well. Thanks.

 

David Williams

Posted

I tried to make part of the first post in two colors but I created an error. I am also trying to remove a catalog/includes/configure.php error and I have installed protect.php but with no change. Any ideas?

 

David Williams

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...