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.
Announcement
Collapse
No announcement yet.
Subject line in customer email
Collapse
X
-
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
Kind RegardsNadeem Rasool
SellerDeck Development
Comment