cancel
Showing results for 
Search instead for 
Did you mean: 

whishlist layout 1 column

SOLVED

whishlist layout 1 column

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: whishlist layout 1 column

typo, you have whishlist_index_index instead of wishlist_index_index

View solution in original post

2 REPLIES 2

Re: whishlist layout 1 column

typo, you have whishlist_index_index instead of wishlist_index_index

Re: whishlist layout 1 column

omg, I'm *VERY* tired. Thanks a lot Smiley Happy