【发布时间】:2015-01-13 13:01:24
【问题描述】:
我想在 magento 的产品视图页面上的产品标签之前或产品描述之后添加我的自定义块。我使用了下面的代码,但它不起作用:
<catalog_product_view>
<reference name="content">
<block type="module/block" after="product.description"
name="example_block" template="module/example.phtml"/>
</reference>
</catalog_product_view>
【问题讨论】:
标签: xml magento layout block product