- 37
I am developing a wine site that uses spec filters for all navigation i.e. there is just one category, "wine". I am in the process of putting in links for the top menu, so that, for example, a user can quickly jump to red wine. Instead of having a category I will redirect them to the “wine” category with the red filter preselected. I can do this currently by setting the URL to /wine#/specFilters=14m!#-!436. However, it would be nice both from a user’s perspective and for SEO purposes to make the URL /redwine.
I have looked through the core nop code and I can see how the standard routing is set up to route /wine to the correct controller with the correct id, but I am struggling to work out how to manage the specFilters part of the URL i.e. #/specFilters=14m!#-!436.
Can you point me in the right direction for this? Is this part of the URL being read by one of your DLLs (which I have no access to the code for) or is there something in your javascript that I can modify so that I can achieve what I need?
I have looked through the core nop code and I can see how the standard routing is set up to route /wine to the correct controller with the correct id, but I am struggling to work out how to manage the specFilters part of the URL i.e. #/specFilters=14m!#-!436.
Can you point me in the right direction for this? Is this part of the URL being read by one of your DLLs (which I have no access to the code for) or is there something in your javascript that I can modify so that I can achieve what I need?