not sure if this is nbstore or my use of openurlrewriter provider for nb store but i was hoping someone could point me in the right direction.
In my product-list templates for nb store there are uses of [TAG:LINK] and this does get rewritten and shown correctly onpage. However urls for related items dont get rewritten and have CatId and ProdId in the url. I am assuming its because they are generated using xsl <xsl:attribute name="href"><xsl:value-of select="./link" disable-output-escaping="yes" /></xsl:attribute> and this method bypasses the friendly url provider?
Are urls returned from [TAG:LINK] already rewritten? in which case how can i change the xsl to also get a rewritten url?
I'm using nb store here www.vjtech.co.uk if you look in any of the products pages you will see that related item urls dont get rewritten but all the categories/products on thier own do.
In my product-list templates for nb store there are uses of [TAG:LINK] and this does get rewritten and shown correctly onpage. However urls for related items dont get rewritten and have CatId and ProdId in the url. I am assuming its because they are generated using xsl <xsl:attribute name="href"><xsl:value-of select="./link" disable-output-escaping="yes" /></xsl:attribute> and this method bypasses the friendly url provider?
Are urls returned from [TAG:LINK] already rewritten? in which case how can i change the xsl to also get a rewritten url?
I'm using nb store here www.vjtech.co.uk if you look in any of the products pages you will see that related item urls dont get rewritten but all the categories/products on thier own do.