Is there any way to get userdefined URLs to work with a eCom productpage?
Developer forum
E-mail notifications
Userdefined URLS and eCom
Replies
I already does. Or what do you mean? Just make sure that it's an internal link, and Dynamicweb will attempt to parse it.
If i have a page called ProductList with a list of products and click on one of the products I get a URL tha looks like:
ProductList.aspx?ID=43&ProductID=300702
Is there some way to the URL to display the Productname in the URL like :
My_Product_That_I_Clicked_On.aspx?ID=43&ProductID=300702
or something similar...
/Aki
Oh. No, not at the moment, I'm afraid. We've had requests for it, so maybe in a near future.
You might be able to make a handler for this using a custom module for handling http 404 errors.
Sorensen wrote:
Oh. No, not at the moment, I'm afraid. We've had requests for it, so maybe in a near future.
You might be able to make a handler for this using a custom module for handling http 404 errors.
OK, thanks.
You must be logged in to post in the forum