Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing the Index page


dblevins

Recommended Posts

Posted

I want to ammend just two small parts of the index page. I want to change the words "catagories" and "Manufacturers" to something different. I don't need to delete the boxs or their function. I just want to change the titles of the boxes as they appear on the page. Problem is I can't find where the script is that inputs them.

 

Any help would be appreciated.

Posted
I want to ammend just two small parts of the index page. I want to change the words "catagories" and "Manufacturers" to something different. I don't need to delete the boxs or their function. I just want to change the titles of the boxes as they appear on the page. Problem is I can't find where the script is that inputs them.

 

Any help would be appreciated.

 

Sorry on further browsing of the rest of the site I would need to change the words Manufactuer and Catagories everywhere they appear.

Posted

It should be in includes\languages\english.php. Look for

 

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

or define('BOX_HEADING_CATEGORIES', 'Shop For');

 

And change whatever is in the quotes to whatever you want.

 

Nicole

Posted
It should be in includes\languages\english.php. Look for

 

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

or define('BOX_HEADING_CATEGORIES', 'Shop For');

 

And change whatever is in the quotes to whatever you want.

 

Nicole

 

Thanks Nicole. That worked a treat.

Archived

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

×
×
  • Create New...