How to change url

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
The url for example products/45-dog-dna-testing-kit-by-biopet.aspx has the number 45 in it, how can I change the url so numbers are not included in url. Helps for search engine optimizing. In fact, I would like to get rid of the Products too. I would like it to read:

http://www.whatismydogtype.com/DNA-Dog-Breed-Testing-Kit.aspx - and this would be the product page where customer would put in cart.

Thanks
15 years ago
Presume this relates to http://forums.nopcommerce.com/forums/default.aspx?g=posts&t=308

As mentioned on this post, you need the ID for the rewriting but can change the rest of the url. See http://www.urlrewriting.net/160/en/documentation.html for more documentation.

If you only have a few categories or products you could define these mappings yourself using standard ASP.net url mappings, but you would need to override the urls generated by nopCommerce (e.g. GetCategoryUrl in SEOHelper.cs)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.