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 6 of 6

Thread: Extension Data - Miscellaneous Text:

  1. #1
    rizzy is offline Member
    Join Date
    Aug 2007
    Posts
    56

    Default Extension Data - Miscellaneous Text:

    In the product admin there is the extension data tab and then a text box that says: "Miscellaneous Text:"

    How do you access this on the xmlpackages to display on the product page?

  2. #2
    itdept is offline Member
    Join Date
    Aug 2006
    Posts
    56

    Default

    What xml package were you going to use ?

  3. #3
    rizzy is offline Member
    Join Date
    Aug 2007
    Posts
    56

    Default

    Quote Originally Posted by itdept View Post
    What xml package were you going to use ?
    I am taking the existing simpleproduct one and modifying it to make my own.

  4. #4
    GraphicAudio is offline Member
    Join Date
    Jun 2007
    Posts
    48

    Default

    Was anybody able to figure out how to display Misc. Text?

  5. #5
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    Miscellaneous Text is stored in the MiscText column of the Product table. The XMLPackage uses the aspdnsf_GetProductInfo stored procedure to return specific columns from that table, but it does not return the MiscText column.

    You would need to add MiscText to the select query inside the aspdnsf_GetProductInfo stored procedure. You could use it with an <xsl:value-of> tag.
    Jon Wolthuis

  6. #6
    PD24 is offline Junior Member
    Join Date
    Jun 2011
    Posts
    26

    Default

    Sorry to bump this old thread but i am trying to do this with ML9... any ideas?