GazNewt wrote:I'm not sure what you want to do exactly, but in Kooboo you can edit routes in the Routes.config file
I want to create a custom URL for my product.
As I said above, I don't see any problem to create a correct link with custom URL.
But when user click on custom link.
I would intercept it, then find a product by custom Url, replace URL and send for processing default.
In routes.config, I've found Common and CommonInDNSHost rules.
So, Could I create a custom controller inherited from CommonController class?
Which functions should be overridden Where I should implement several steps:
1. Find product by current path
2. If I've found product, replace path to correct, current KooBoo path
3. Run default processing