Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: How to call value of manufacturer's part number in XML packages

  1. #1
    metals is offline Junior Member
    Join Date
    Apr 2010
    Posts
    2

    Default How to call value of manufacturer's part number in XML packages

    Could someone please let me know how to display manufacturers part number in simple product xml package.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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>