I have a rather weird problem. I have to create a webshop in magento.
The problem is in the navigation menu. My client wants to have a list item with a dropdown which has all the categories. But he also wants to choose a couple of the categories to display seperately in the nav bar as well.
Of course i could use a url rewrite for this. But the problem is. The client can change the chosen categories at any time. And these categories can have subcategories too.
So far i created a new category attribute which has a dropdown with all the categories. I want to make it so that if this attribute is set. Then the category which it will load on this listitem will change (the value of the dropdown items are the ID's of the categories).
I hope i'm making sense so far.
I have no idea how to fix this problem though.
Hope someone can point me in the right direction.
Any help is appreciated :)