PDA

View Full Version : Act_CustomerEmail.txt Tags


rmladden
14-Oct-2003, 10:57 AM
Where are the tags in Act_CustomerEmail.txt defined? I want to add information to the e-mail, such as the general prompts.
These tags are like <Actinic:SHIP_SALUTATION/><Actinic:SHIP_NAME/>

Also how do I make the date for <Actinic:ORDER_DATE/> a US format?

rmladden
14-Oct-2003, 11:23 AM
I found some information in the advanced user guide. But I still need to know how to add the shipping instructions to the e-mail and how to make the date in the US format.

jxm28788
14-Oct-2003, 11:38 AM
I'm sorry I don't know. But if you find out how to stop the mail going out as 'high priority' let me know because I never did get an answer to that one and it's still bugging me...

cdicken
15-Oct-2003, 03:33 PM
Bob

Does the thread at http://community.actinic.com/showthread.php?s=&threadid=3581 help you out?

rmladden
15-Oct-2003, 11:49 PM
Yes, I think I have accomplished what I wanted.

I also fixed the date (or broke it depending on your point of view).

In OrderScript.pl there is a line
my $sDatePrompt = ACTINIC::FormatDate($mday, $mon, $year, $::FALSE);

I reversed $mday and $mon.

This is hardcoded. Earlier in OrderScript.pl the date in an unambiguous format is set. Strange that was not done here.

I'm happy now! :D