Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Having Category name In <title>


inv

Recommended Posts

Posted

How do I make it when i goto a category it has the name of the category aswell as the title of the website in <title> tags

 

Also How would I do the same thing for Products.. have the category and product name in the title tags

 

Thanks

Posted
How do I make it when i goto a category it has the name of the category aswell as the title of the website in <title> tags

 

Also How would I do the same thing for Products.. have the category and product name in the title tags

 

Thanks

 

put your breadcrumb in the title

Treasurer MFC

Posted

 

 

in the function you find this statement :

 

for ($i=1, $n=sizeof($this->_trail)-1; $i<$n; $i++) {

 

 

the trail starts at 0 so this statement skips the first one (home or top or whatever)

 

if you want to skip the first 2, change it to :

 

for ($i=2, $n=sizeof($this->_trail)-1; $i<$n; $i++) {

Treasurer MFC

Archived

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

×
×
  • Create New...