レイアウト xml ファイルを使用して既存のブロックを削除するにはどうすればよいですか? 具体的には、「top.switches」という名前のブロックから「currency」という名前のブロックを削除したいと考えています。次のように、directory.xml ファイルに挿入されます。
<default>
<reference name="top.switches">
<block type="directory/currency" name="currency" before="store_language" template="directory/currency.phtml"/>
</reference>
<reference name="head">
<block type="core/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml" />
</reference>
</default>