|
Please help me to solve the problem.
Objective: to remove the category list in the sidebar of the product page.
The shop works on a standard template Magento.
Instead of the standard display categories in the sidebar module installed Codnitive Sidebar Navigation. Everything works fine, but you need to exclude this module and display a list of categories in the sidebar to display products, that is, when the buyer opened the product page - it should not be there.
From the main page managed to hide the category with an entry in the custom design of code:
<reference name="right">
<action method="unsetChild"> <name> sidenav.right </ name> </ action>
</ reference>
Can I use this code to remove the list of categories in the sidebar to the article?
Similarly, the need to get rid of the block voting (polls) of all pages except the home page. From the main removed by code:
<reference name="right">
<action method="unsetChild"> <name> right.poll </ name> </ action>
</ reference>
Thanks in advance. <reference name="right">
<action method="unsetChild"> <name> right.poll </ name> </ action>
</ reference>
Thanks in advance.
|