Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to get rid of "whats new" ?


neoelectrex

Recommended Posts

Posted

John,

 

You can find the language definitions in your language file (english.php)

 

 

 

 

Chris

Posted

John,

 

You can find the language definitions in your language file (english.php)

 

 

 

 

Chris

 

it is catalog / includes / languages / english (or your language) / index.php

this

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

Change it to

define('TABLE_HEADING_NEW_PRODUCTS', '');

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

Nic,

 

Actually,

 

It is in the english.php file as I said:

 

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

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

 

 

 

Chris

Posted

It might well be Chris but read the question again and John is asking how to get rid of the Whats new for September (%), which is in the index.php file

The one you are quoting does not relate to the question.

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

  • 3 weeks later...
Posted

Thanks guys I'll try these out and report back!

 

 

I can't get any of these solutions to work >.< I've almost got it all set up the way I'd like just this one thing is left aside from a custom theme I'm working on. Thanks again guys!

Posted

Maybe what you want to know is here

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...