I have installed the latest version (0.8.16100). The page title for product page is “Product name - Sub Category - Category - Store Name”.
This shows same information even if I add meta title to product. I also tried to add diiferent titles to different stores (English, German, French and Defailt) but still showing the same page title.
I have also cleared the cache but still same thing.
I’m plaaning to remove store name from the page title. and I tried to edit view.php in app\code\core\Mage\Catalog\Product
Though i also think theres a bug in there. the call “$this->getLayout()->createBlock(’catalog/breadcrumbs’);” seems to clash with the $title attribute and mess things up. hmm.
Let me mention the problems one at a time.
In this new version, I uploaded the sample products. Now when I change the product meta title in all three languages and default store, I still see the product name and category as the page title. I changed the meta title to something like English Store Test, French Store Test and so on. But it is still showing the product name! (Cach is cleared and disabled.)
Is this happening to anyone else?
Let me mention the problems one at a time.
In this new version, I uploaded the sample products. Now when I change the product meta title in all three languages and default store, I still see the product name and category as the page title. I changed the meta title to something like English Store Test, French Store Test and so on. But it is still showing the product name! (Cash is cleared and disabled.)
Is this happening to anyone else?
yes its happening to me too. i believe its because of that breadcrumb creation block that overwrites the title. like here: