Announcement

Collapse
No announcement yet.

Changing the subject for Customer Emails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Changing the subject for Customer Emails

    Hi All,

    I would like to change the subject for the email that customers receive when an order is made ("customer email").

    Currently the subject is "Order Number: EC40PA00002434" or something similar.

    I can edit the layout and content of the actual email itself via the design tab, but can't see any way to change the title. I have had a look at the main acitinic help, and searched the forum, but could not find an obvious answer.

    Sorry if this is a silly question or if there is a really obvious way to do it that I have missed.

    I would appreciate any help / advice.

    Thank you

    Mahibur

    #2
    The part "Order Number:" can be changed by going to the Order Number Prompt variable in Design | Text.

    To find this, open Design | Text, click 'Go To' button in the bottom left, enter 234 in the ID box and click OK.

    The actual order number is inserted by OrderScript.pl by the line

    Code:
    print MFILE ACTINIC::GetPhrase(-1, 234) . " $::g_InputHash{ORDERNUMBER}" . "\n";	# print the subject

    Comment


      #3
      Thank You

      Thanks very much bentleybloke, that worked perfectly.

      Best wishes

      Mahibur

      Comment

      Working...
      X