Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing text from the main index page


ChrisJChrisJ

Recommended Posts

I removed alot of text in languages/english/index.php

 

but the following remains on the index page"

 

"osCommerce 2.2-MS2" .

 

It's right below:

"Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?"

 

I can't find "osCommerce 2.2-MS2" at languages/english/index.php. Can you direct me to where i can remove that text? Thanks.

Link to comment
Share on other sites

The file to edit is includes/languages/english/index.php

 

Leave just this to remove all of the text:

 

define('TEXT_MAIN', '');

 

leave everything from/including this on down to the end of the page.

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...