Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie help please: defining header text


Guest

Recommended Posts

Posted

I have successfully changed the title of the default 'What's New' infobox

by editing the includes/languages/english.php

changing line 79:

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

to

define('BOX_HEADING_WHATS_NEW', 'Featured Products');

 

Now when I click on the link next to the infobox heading (Featured Products), the page it takes me to is still headed: "New Products"

 

My question is: how do I change that heading text on that page from 'New Products' to "Feature Products"?

 

I assume it has to be defined somewhere else, but I cannot seem to find which files to edit in order to achieve this?

 

Hope this is clear.

 

Many thanks

Posted

/includes/languages/english/products_new.php

 

and you might want to looks at

 

/includes/languages/english/index.php

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
/includes/languages/english/products_new.php

 

and you might want to looks at

 

/includes/languages/english/index.php

 

Got it! Thank you.

Archived

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

×
×
  • Create New...