Magento 1.9 CEを実行しています。
ベースから削除された後、左のブロックを再度追加しようとしています。
base / default / layout / storelocator.xml:
<dealers_index_index translate="label">
<update handle="storelocator_index_index"/>
<label>Store Locator</label>
<remove name="right"/>
<remove name="left"/>
...
jason / default / layout / local.xml:
<dealers_index_index translate="label">
<reference name="root">
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
</reference>
<reference name="left"/>
</dealers_index_index>
顧客のロギングなどに応じて変更されるため、左の要素を明示的に設定する必要なく、単に左を再追加することを望んでいました。
add
またはreset
コマンドはありますか?