Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Heading Title


srmiller

Recommended Posts

Posted

I'm wondering if anyone knows how to change the heading title? I know where it's at, and can change the text, but am looking to have each category page come up with it's category name instead of "Let's See What We Have Here"

 

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

When a customer clicks on a category from the menue on the left, would like the text to read:

 

Listing all available <catetory> or something of the sort, as long as I can include the category name.

 

Any help would be greatly appriciated.

 

Scott

  • 4 weeks later...
Posted

Hi Scott,

 

Would you mind tell me how did you do it? I downloaded the code you suggested and replaced line 6 and 232. but nothing changes. Please help.

Thanks a lot!

 

 

 

got it to work the way I wanted - used:

 

http://addons.oscommerce.com/info/6981 - and a little minor modification is now working the way i wanted.

Posted

Hi Scott,

 

Would you mind tell me how did you do it? I downloaded the code you suggested and replaced line 6 and 232. but nothing changes. Please help.

Thanks a lot!

 

If you just want to change one or two pages, then you would edit this line in a typical information page

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

If you want to do your categories and/or products you could use Header Tags SEO for that.

Archived

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

×
×
  • Create New...