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: Receipt XML package

  1. #1
    medsupply is offline Senior Member
    Join Date
    Jul 2011
    Posts
    99

    Default Receipt XML package

    I need to display the variant Manufacturer Part # in the receipt xml package. How can I do this?

  2. #2
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    It probably depends where you want to display this field.

    If you are lucky, you might just need to modify the SQL and display within the receipt XML Package.

    Alternatively, if you need it displayed with each line item on the order, you might have to modify the App_Code/ReceiptXsltExtension.cs to get this to display which can be a bit more complex.