Hi currently this returns the image url for Product
returns values as /images/products/icon/ball.jpgCode:<xsl:value-of select="aspdnsf:ProductandEntityLink(ProductID, SEName, $EntityID, $EntityName, 0)" disable-output-escaping="yes" />
But I want to append a External url to the image name
I want to get the result as
http://www.externalSite.com/images/products/icon/ball.jpg
Can any one suggest how can i get this done?
Thanks
ASPDNSF 8.0.1.2