1

I have a category structure which goes Socks>>Casual>>No-Show, Crew and would like the URL to be socks/casual/no-show.html, for example.

However, I would like the generated top navigation menu ("topMenu") to skip the 2nd level, i.e. "Casual", so that the dropdown menu shows Sock>>No-Show, Crew.

What's the best way to do this?

Thank you!

1 Answer 1

3

You can create URL rewrites for all your categories where the 2nd token has to be dropped. Then you can observe page_block_html_topmenu_gethtml_after event and modify the main menu links.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.