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

Thread: How to add Product Description to Receipt

  1. #1
    Hank is offline Member
    Join Date
    Nov 2007
    Posts
    42

    Default How to add Product Description to Receipt

    We are using ML 8.0.1.2

    On the current receipt, it just shows the product name. How can I add the product description - or at least part of it - on each line item?

    In other words, for each product we need to be able to display the contents of the product description that was filled in in the admin area for that product.

  2. #2
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    You will need to alter the notification.receipt.xml.config file in the XmlPackages directory. Out of the box I don't think the query contains that info. You can see the 2nd query called OrderItems, that will need a join to the Product table and optionally to the ProductVariant table, if you have descriptions in there.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  3. #3
    Hank is offline Member
    Join Date
    Nov 2007
    Posts
    42

    Default

    OK so I have made this change. But to be safe I want to use a different name for this xml file.

    How do I tell ASPDNSF to use my new, renamed xml file instead of the default one?

  4. #4
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Change the appconfig "XmlPackage.OrderReceipt"
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!