Hi,
I have this in my custom layout xml:
<checkout_onepage_index translate="label">
<reference name="root">
<action method="setTemplate">
<template>page/1column.phtml</template>
</action>
</reference>
</checkout_onepage_index>which is working perfectly. So why instead this is not working:
<whishlist_index_index translate="label">
<reference name="root">
<action method="setTemplate">
<template>page/1column.phtml</template>
</action>
</reference>
</whishlist_index_index>I need to remove the sidebar from the whishlist pages, and have 1 column layout.
Thanks a lot
Solved! Go to Solution.
typo, you have whishlist_index_index instead of wishlist_index_index
omg, I'm *VERY* tired. Thanks a lot ![]()