Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information box


Guest

Recommended Posts

I have added an entry to my Information Box and when I tried testing it in my browser, I got a web address ending in /catalog/FILENAME_ABOUT instead of /catalog/about.php.

 

I have already done the file changes in the /language/english directory AND in the file in the /catalog/ directory.

 

Is there another file I need to edit?

 

Nathalie

 

P.S. Admittedly I am a total beginner when it comes to PHP and I still managed to figure it out to this point all by myself but now I am stuck.

Link to comment
Share on other sites

If you have a file in catalog/includes called filenames.php, you need to define the filename there. If not, it's in catalog/includes/application_top.php.

 

Just copy one of the fileneme definition lines and replace it with

 

define('FILENAME_ABOUT', 'about.php');

 

HTH

 

Gunter

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...