我正在使用带有 EasyTabs 扩展的 Magento。我有一个自定义的 attributes.phtml 我想用于某些产品,我正在尝试使用设计更新 XML 来切换默认的 attributes.phtml,以便仅在某些产品上进行自定义。我正在尝试找出该块的正确参考名称。
该块的模板提示显示:
frontend/default/MY_THEME_NAME/template/easytabs/attributes.phtml
我试图用于布局更新的 XML 是:
<reference name="[REFERENCE NAME???]">
<action method="setTemplate"><template>[CUSTOM ATTRIBUTES.PHTML]</template></action>
</reference>
我试过了:
product.info.attributes
product_info_attributes
product.attributes
product_attributes
easytabs.attributes
easytabs_attributes
product.view.attributes
product_view_attributes
这些都不起作用。使用 EasyTabs 时,此块的正确参考名称是什么?