Could someone please let me know how to display manufacturers part number in simple product xml package.
Could someone please let me know how to display manufacturers part number in simple product xml package.
You would need to modify the sproc used in the product XML package to get product data (aspdnsf_GetProduct in ML8, aspdnsf_ProductInfo in ML9) to return that value, then the GetMLValue XSLT function can do that:
Code:<xsl:param name="pManPartNum" select="aspdnsf:GetMLValue(ManufacturerPartNumber)"></xsl:param>