Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change "What's New Here"?


carbo

Recommended Posts

How do i edit "what's New Here"???

 

I've searched and searched...

 

I found this post http://www.oscommerce.com/forums/index.php?sho...;hl=english.php

 

But it refers to 'defualt.php'. I don't have that file, something wrong?

 

Thanks.

 

Carbo

Your search and search post, that was from 2002. There are plenty of latter posts about this.

Does your page say:

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', '');

 

The post you found said catalog/includes/languages/english/default.php, change that to catalog/includes/languages/english/index.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...