I require some assistance on Magento 1.14. I am currently coding a new theme for a an existing Magento website and require the Catalog layouts all to be 1 column as opposed to the default "2 Columns With Left".
When I change the "page layout" under one of the categories it changes on the front-end as you would expect. However I don't want to have to go through each category and set these to 1 column.
I have tried an override in local.xml file but this doesn't seem to affect anything, please could someone advise. This is the code I added to the local.xml file
<catalog_category_view> <reference name="root"> <action method="setTemplate"> <template>page/1column.phtml</template> </action> </reference> </catalog_category_view> Regards
