Announcement

Collapse
No announcement yet.

Act_CustomerEmail.txt Tags

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

    Act_CustomerEmail.txt Tags

    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?
    Bob Ladden

    #2
    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.
    Bob Ladden

    Comment


      #3
      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...
      John

      Comment


        #4
        Bob

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

        Comment


          #5
          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!
          Bob Ladden

          Comment

          Working...
          X