Magentoをベースにしたサイトのホームページの右側のサイドバーを編集しようとしています。Layout Update XML
ホームページの一部でフィールドを編集すると、Custom design
次のコードが表示されます。
<reference name="right">
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
<action method="unsetChild"><name>right.newsletter</name></action>
<action method="unsetChild"><name>cart_sidebar</name></action>
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"/>
</reference>
しかし、ブロックタグで指定されたレイアウトがどこにあるかわかりません。コード全体を削除しても、サイドバーは引き続き表示されますが、残りのサイドバーの上に[サイドバーワイドの比較]が表示されます。
私はMagentoを初めて使用し、少し迷っています。お手伝いありがとうございます。