Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 list.phmtl 文件的网格视图中回显每个产品价格下的元标题内容。我最初使用这个:
echo $this->getLayout()->getBlock('head')->getTitle();
但它会在每个产品下打印当前页面标题。我实际上想在每个产品下打印产品的页面标题。我正在尝试这个:
echo $_product->getTitle();
但没有运气。有什么建议么?
非常感谢
您必须使用$_product->getMetaTitle(),并确保meta_title在产品列表中使用该属性。
$_product->getMetaTitle()
meta_title