I did not found a way to remove existing content from magento sidebar and to add my own content.
How do I do this?
Please help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to change the “
page.xml” (located in “app/design/frontend/<your_package_name>/<your_theme_name>/layout/” folder) to have only “1column.phtml” template, instead of other possible templates (like “2columns-left.phtml“, “2columns-right.phtml“, “3columns.phtml“).Hope it helps.