skip to Main Content

I want to modify the top level menu using code. I want it to a show list of pages in top level. How is it possible?

2

Answers


  1. You can modify this file ‘appdesignfrontendyourthemetemplatepagehtmltopmenu.phtml‘ and add custom code there to show list of pages.

    Login or Signup to reply.
  2. `<reference name="top.links">
            <block type="checkout/links" name="checkout_cart_link">
                <action method="addCartLink"></action>
                <action method="addCheckoutLink"></action>
            </block>
        </reference>
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search