inv Posted December 20, 2004 Posted December 20, 2004 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
boxtel Posted December 20, 2004 Posted December 20, 2004 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 <{POST_SNAPBACK}> put your breadcrumb in the title Treasurer MFC
inv Posted December 20, 2004 Author Posted December 20, 2004 is there another way? because then it will have SITENAME >> TOP >> CATEGORY >> PRODUCT
boxtel Posted December 20, 2004 Posted December 20, 2004 is there another way? because then it will have SITENAME >> TOP >> CATEGORY >> PRODUCT <{POST_SNAPBACK}> try this : http://www.oscommerce.com/forums/index.php?showtopic=125724 Treasurer MFC
boxtel Posted December 20, 2004 Posted December 20, 2004 try this : http://www.oscommerce.com/forums/index.php?showtopic=125724 <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.