如何将块从内容移动到自定义位置

时间:2015-12-09 15:11:43

标签: magento

下面的块添加到内容的底部。我希望从catalog / product / view.phtml中调用此块。所以我可以用$ this-> getChildHtml()。

来放置它
</PRODUCT_TYPE_bundle>
<reference name="content">
   <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom_bundle.phtml" translate="label">
      <label>Bottom Block Options Wrapper</label>
      <action method="insert"><block>product.tierprices</block></action>
      <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone_bundle.phtml"/>
      <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart_bundle.phtml"/>
    </block>
</reference> 
</PRODUCT_TYPE_bundle>

怎么做?我是否添加了新参考?喜欢:

<reference name="content">
  <reference name="blockname">
    <block></block>
  </reference>
</reference>

0 个答案:

没有答案