ウィジェット レイアウト用に私が持っている xml コードは次のとおりです。
<reference name="left">
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
<block type="core/text_list" name="left.permanent.callout" template="callouts/left_col.phtml">
<!--<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>-->
<block type="cms/block" name="left_callout">
<action method="setBlockId"><block_id>left_callout</block_id></action>
</block>
<action method="setLinkUrl"><url>checkout/cart</url></action>
</block>
</reference>
そして、私が得た対応する出力は、製品がメニューの下と製品の上に表示されることです。最近見た商品ウィジェットをメインの商品の下に、できれば「あなたも好きかも」セクションの下に置きたいです。ページのレイアウトは1カラムレイアウトです。助けてください。何をすべきか????