|
Has anyone come up with a clear explanation of how to change the sidebars on the homepage.
For the life of me, I have not been able to remove the “mini cart” and “compare products” on the home page of my site. I have read through a million tutorials and tried them all, but nothing seems to be working. I am under the impression that I need to go to Custom Design on my home page within the CMS and alter the Layout Update XML. I have tried to add
<reference name="right">
<action method="unsetChild"><name>cart_sidebar</alias></name>
<action method="unsetChild"><name>catalog.compare.sidebar</alias></name>
</reference>-->
And nothing happened. I tried to add
<reference name="right">
<action method="unsetChild"><alias>cart_sidebar</alias></alias>
<action method="unsetChild"><alias>catalog.compare.sidebar</alias></alias>
</reference>-->
And nothing happened.
Basically I want to place some images where the “My Cart” and “Compare Products’ are on the homepage. Someone please please please help. I have spent days trying to do simple things and they aren’t working!
Here is the site
http://www.lilquark.com/hiquhe/
Any help would be greatly appreciated!
|