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を使用する場合、このブロックの正しい参照名は何ですか?