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: Modify text in receipt

  1. #1
    DENT is offline Member
    Join Date
    Mar 2010
    Posts
    42

    Default Modify text in receipt

    Which file do I edit to modify the content/text in the order's receipt?

    Will this effect both the receipt web page and email text?

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

    Default

    The receipt is generated by the notification.receiptv1.xml.config in the {root}/XmlPackages folder. Changing that will affect both forms of the receipt, yes.

  3. #3
    mongesc is offline Senior Member
    Join Date
    Dec 2008
    Posts
    166

    Default

    I want to put a simple feedback link for customers. Can you put html in the xmlpackage? It was giving me errors when I tried to put html. What is the proper way of doing this?

    THank you

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Sure. Check out {root}/XMLPackages/Notification.adminneworder.xml.config file and mimic how we add an <a href> tag to view the receipt.