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.
如果类别具有分层导航,我正在尝试$this->getIsAnchor()从类别模板文件中调用以显示某些信息。该函数总是返回 false,即使它应该为 true。
$this->getIsAnchor()
以这种方式从模板文件调用函数有问题吗?如果是这样,调用此函数的正确方法是什么?
您需要对类别进行此调用:
$_category->getIsAnchor();
根据您要实现的目标,您可能会发现使用 layout.xml 是一种更简洁的选择。分层和非分层类别有不同的句柄:
非分层分类手柄
<catalog_category_default>
分层类别句柄
<catalog_category_layered>