Announcement

Collapse
No announcement yet.

Subject line in customer email

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

    Subject line in customer email

    Can I amend the 'subject' line of the email that is sent to the customer when an order is placed? I can get into the text OK, but can't find where the subject line is added. Currently it just uses the order number.

    #2
    Hi Richard,

    I'm afraid it is not possible to change the subject line within the actinic software. You would need to change the orderscript.pl file.

    Just having a look, at line 7122, you will see the following line:
    Code:
    print MFILE ACTINIC::GetPhrase(-1, 234) . " $::g_InputHash{ORDERNUMBER}" . "\n";	# print the subject
    You could change this, although it has never been tested.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X