Hi,
I'm having an issue on a old solution (Version 8.0.2.0)
The customer would like to get SEO friendly URL's, but the productlist are made by getting productID from the database, why it doesn't show, when they have used the filter.
if (objTemplateRecipeItem.TagExists("Link")) { if (this.Properties.get_Value("DetailPage") != string.Empty) { objTemplateRecipeItem.SetTag("Link",this.Properties.get_Value("DetailPage") + "&ProductID=" + prd.ID); } }
My question is: Are there some kind of method to make a URL like this to a SEO friendly URL?