Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Title


Vesper

Recommended Posts

Posted

I can change the title for the index page and the category page, but when I get to a specific product the title is osCommerce.

 

Is there a way to change this, and if so what file do I change?

Posted

why not use header tags controller contribution?

Posted

Another option is:

<title><?php echo strip_tags($breadcrumb->trail(' » ')); ?></title>

It uses the breadcrumb trail as the page title.

 

ed

Archived

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

×
×
  • Create New...