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

Thread: How to modify new order email?

  1. #1
    omairkha is offline Member
    Join Date
    Aug 2011
    Posts
    89

    Question How to modify new order email?

    Hi, does anyone know where I can modify the look and contents of the New Order email that we receive when someone places an order?

    I'm sure there must be an XML package for the body (which I can't seem to find). But also, I wanted to know if there is a way to add the order number into the subject?

    Thanks for the help!

    MS 9.1.0.1

  2. #2
    vnr is offline Banned
    Join Date
    Jan 2012
    Posts
    19

    Default New Order Notification

    Here is the xml file name.

    notification.adminneworder.xml.config

    Getting order number will be easy if you have source code otherwise some investigation needed.

    ivnr
    Last edited by vnr; 03-15-2012 at 11:41 AM.

  3. #3
    omairkha is offline Member
    Join Date
    Aug 2011
    Posts
    89

    Default

    Hi vnr,

    thanks for pointing me in the right direction.

    I don't have source code, so does that mean I cannot edit the email subject then?

  4. #4
    vnr is offline Banned
    Join Date
    Jan 2012
    Posts
    19

    Default New Order Notification

    I hope this will help.

    replace
    <title>New Order Notification</title>

    with
    <title>New Order Notification <xsl:value-of select="/root/OrderData/Data/OrderNumber" /></title>

    ivnr

  5. #5
    omairkha is offline Member
    Join Date
    Aug 2011
    Posts
    89

    Default

    Hi vnr,

    Thanks for the suggestion but that did not work.

    It seems like the subject is built from string resource "common.cs.4" but I could not find it being used anywhere in the files I have access to.