Hi Guys,
We have a ecom solution where the urls for products are defined by the MetaUrl field.
For example "example_product" in the metaurl field would result in the following url: http://domain.com/products/example_product
This was working fine when the solution was running on 9.3.3, after we have updated to latest version 9.5.5 it doesn't work anymore.
When we open the url it now gives a 404. When we open the product with the raw url: http://domain.com/Default.aspx?ID=1&ProductID=101
This redirects to the following url: http://domain.com/products/exampleproduct
So the underscores from the metaurl are stripped, even though they are still present on the product
Is there a way to prevent this behaviour?
BR, Jesse