Non seo url

In the product description sometimes I use links to some other products in the shop. Problem is that when I change the product name the url is changed and links stop working. Is there a way to get non seo url for linking purposes?

Hi,

check out $this->blSeoMode = false; in config.inc.php :wink:

Regards

You can always link to an product simply by its oxid, like yourdomain.com/index.php?cl=details&anid=<oxid>

Works also if SEO URL’s are enabled.

[QUOTE=jschindler;124544]You can always link to an product simply by its oxid, like yourdomain.com/index.php?cl=details&anid=<oxid>

Works also if SEO URL’s are enabled.[/QUOTE]

This works great, thanks!