通过local.xml将静态块添加到Magento中的一个页面签出

时间:2013-08-14 08:17:01

标签: magento checkout

我想在我的Magento结帐中的可用送货方式上方添加一个CMS静态块(basket_shipping_message)。我可以编辑phtml文件,但宁愿通过我的local.xml文件来完成。

以下代码似乎没有用,有什么想法吗?

<checkout_onepage_index>    

    <reference name="content">

        <reference name="shipping_method">

                <block type="cms/block" name="basket_shipping_message" before="available">
                    <action method="setBlockId"><block_id>basket_shipping_message</block_id></action>
                </block>

        </reference>

    </reference>

</checkout_onepage_index>

1 个答案:

答案 0 :(得分:2)

您是否使用了phtml模板getChildHtml(&#39; basket_shipping_message&#39;)?应该这样做。没有那个magento就不会渲染块