I’ve looked for literally over an hour and cannot find an answer to a seemingly simple task. I want to add links to a custom menu that link to pages within Magento, as opposed to a category page.
Does anyone have an answer?
Thanks in advance.
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.
Do you want it to automatically generate the page links?
If not you could just use a static block to create your menu, and then add the block to your layout.
1) Create a new static block with name: left_menu andd add the HTML to the static block.
2) Add this layout update to show the block in the left column: