Building a hierarchical url system (SeoExtensions)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Hello everybody,

We are trying to build a very, very simple, hierarchical url system. In order to do that, we plan to:

- Insert one greedy route at the top of the routes table, so it processes all the requests.
- Allow to save urls in the seo tab, that contains the slash character. We need to allow slugs like 'somecat/subcat' to be stored.

We are well aware about the problems that we can induce. Please, if anybody has done something similar, we'd like very much to hear your advices.

Also we are a bit surprised about the fact that SeoExtensions (SeoExtensions.cs) is completely static. What is the reason behind this?. We've been forced to modify the class directly instead of extending it.

Thanks as always for your help!
9 years ago
Jacob84 wrote:
Hello everybody,

We are trying to build a very, very simple, hierarchical url system. In order to do that, we plan to:

- Insert one greedy route at the top of the routes table, so it processes all the requests.
- Allow to save urls in the seo tab, that contains the slash character. We need to allow slugs like 'somecat/subcat' to be stored.

We are well aware about the problems that we can induce. Please, if anybody has done something similar, we'd like very much to hear your advices.

Also we are a bit surprised about the fact that SeoExtensions (SeoExtensions.cs) is completely static. What is the reason behind this?. We've been forced to modify the class directly instead of extending it.

Thanks as always for your help!


Perhaps you can give this a try? Hierarchical Product Url (with Category Breadcrum in the URL) in nopCommerce
7 years ago
Is there still no update on this? 3 years later?
5 years ago
Hi Wooncherk,

I tried your solution in version 3.9 but did not work.
Please suggest.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.