Magento 1.9 – How to Change Template Layout for Customer ‘My Account’ Page

ce-1.9.0.1customlayouttemplate

This might be very basic…

I need to change the Template Layout for the "My Account" page

It is currently using:
frontend/mypackage/mytheme/template/page/2columns-left.phtml

And I need to change it to:
frontend/mypackage/mytheme/template/page/1column.phtml

I can't see any way to change it… I don't even know which file the template is defined. It might be using the 'default' setting – but I don't know where that is populated. Please help 🙂

Best Answer

It seems you are using a theme. It might have it's own XML to define layouts or not, since i dont know the theme i cant tell you. But the most normal way to do this is to open customer.xml in the layout folder of your theme and find the path to the My account page (customer_account_index) and change your layout from there. See this, it is very similar to your question and might help you.