When I add the second step:
HTML Code:
<xsl:param name="pLink" select="aspdnsf:ProductLink(ProductID, SEName, 0)" />
I also tried
HTML Code:
<xsl:param name="pLink" select="aspdnsf:ProductLink(ProductID, SEName, '',0)" />
Any ideas?
I get error message:
Message:Error Calling XSLTExtension Function ProductLink: Invalid value specified for ProductID ()
Stack Trace:
at AspDotNetStorefrontCore.InputValidator.ReportError (String ParamName, String ParamValue)
at AspDotNetStorefrontCore.InputValidator.ValidateInt (String ParamName, String ParamValue)
at AspDotNetStorefrontCore.XSLTExtensionBase.ProductL ink(String sProductID, String sSEName, String sIncludeATag, String sTagInnerText, String sJustProductPage)
at AspDotNetStorefrontCore.XSLTExtensionBase.ProductL ink(String sProductID, String sSEName, String sIncludeATag, String sTagInnerText)