我在我的 Magento 商店 www.casekit.com.br 上有这个,我需要更改这个 html 但我找不到
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
在 catalg.xml 我有这个
<block type="core/template_facade" name="product.info.container2" as="container2">
<action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
<action method="setDataByKeyFromRegistry"><key>options_container</key>
<key_in_registry>product</key_in_registry></action>
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
<action method="append"><block>product.info.options.wrapper</block></action>
</block>
我需要编辑这个 HTML 文件,但我找不到,我总是遇到这种 magento 问题。
我试图搜索其他方式,但我找不到任何东西
谢谢