Reputation: 499
Is it possible to name the category and product standard to be included in the TITLE of the page? Now only the default title is displayed.
For example the title of a product in the category 'XXX' must have the automatic page title: PRODUCT NAME | XXX | Default title.
Upvotes: 1
Views: 128
Reputation: 5381
Yes it is possible to change the title of page,just look for View.php file in app\code\core\Mage\Catalog\Block\Product folder and find function _prepareLayout()
in this function you can see the title variable and change the title anything you want.
Upvotes: 1