Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I get rid of the what's new here stuff


Recommended Posts

Stephen,

 

In catalog>includes>languages>english.php on or around line 79 you will find:

 

// whats_new box text in includes/boxes/whats_new.php

define('BOX_HEADING_WHATS_NEW', 'What\'s New?');

 

 

You can change the What\'s New? to anything you want or remove it entirely by changing it to this:

 

define('BOX_HEADING_WHATS_NEW', ' ');

 

 

Chris

Link to comment
Share on other sites

Stephen,

 

In catalog>includes>languages>english.php on or around line 79 you will find:

 

// whats_new box text in includes/boxes/whats_new.php

define('BOX_HEADING_WHATS_NEW', 'What\'s New?');

 

 

You can change the What\'s New? to anything you want or remove it entirely by changing it to this:

 

define('BOX_HEADING_WHATS_NEW', ' ');

 

 

Chris

 

Agin thank you very much! This worked just fine.

Link to comment
Share on other sites

Hello,

 

The following website has a lot of free osCommerce Video Tutorials to help you to get started:

 

http://www.oscommerce-template-easy.com/os...lumn-series.htm

 

Best regards

 

 

Alex, this is good stuff! I whsh I had this a long time ago. Do yuo know of any other sources similar to this? THanks by the way!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...