标签: magento
例如,我需要在评论页面标题中的“产品名称”之前添加两个单词“Reviews for:” 如何?找不到方法 THX!
答案 0 :(得分:1)
我认为您可以使用观察者为 review_controller_product_init_after 事件执行此操作。 在观察者中,您可以使用以下方法:
$this->getControllerAction()->getLayout()->getBlock('head')->setTitle(...)