Question

$title = $product->getMetaTitle();
if ($title) {
   $headBlock->setTitle($title.' << MyPage');
}

So , I want to add the string "MyPage" to all of the title from all the pages ? How can I do that and where can I write code, in which file ? thx

enter image description here

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top