I want to use a custom template file for the magento homepage. I used the following code in the layout / local.xml file of my theme, as described in this
tutorial
<new_layout translate="label">
<label>New Layout</label>
<reference name="root">
<action method="setTemplate"><template>page/home.phtml</template></action>
<action method="setIsHandle"><applied>1</applied></action>
</reference>
</new_layout>
But the path template tooltip shows the /3columns.phtml page. Anyone, please indicate the exact way to install one template on the home page and the other on the product page. Also, you want to delete the basket and compare the fields only from the sidebar of the main page and show it on other pages. I am using magento 1.4. 1
source
share