Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help me with this


lonhearth

Recommended Posts

Posted

Hi

 

In my store, when i click a category, i get the sub-category displayed and below it i get the WHAT´S NEW?

 

How can i remove the WHAT´S NEW? from this page?

 

thanks

Posted

You need to edit this line

 

define('HEADING_TITLE', 'What\'s New Here?');

 

make it look like

 

define('HEADING_TITLE', '');

 

File is

 

catalog/includes/languages/english <or your language folder>/index.php

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

thanks Fimble

 

what i meant whas not only the title, but the products as well

just want to get the sub-category pics

Posted
thanks Fimble

 

what i meant whas not only the title, but the products as well

just want to get the sub-category pics

 

 

open catalog/includes/boxes/whats_new.php then delete source code and save it.

i hope it help.

Posted

might be better to comment out the include line in /includes/column_xxxx.php so you can add it back if you ever want it again.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
might be better to comment out the include line in /includes/column_xxxx.php so you can add it back if you ever want it again.

 

yeah i think that's better.

Archived

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

×
×
  • Create New...