Announcement

Collapse
No announcement yet.

Delivery Instructions on Customer E-mail

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

    Delivery Instructions on Customer E-mail

    Just on the off-chance.......

    In v11 we had the customers deliver instructions appear on the customer's e-mail. The modifications to achieve this are listed below.

    However, this doesn't work on v12 and I was wondering if anyone has a way of doing this?

    Many thanks.






    Edit OrderScript.pl in the site folder search for "read the template", you will see
    #
    # Read the template
    #
    Immediately before this insert the lines
    #
    # Add shipping info
    #
    $ACTINIC::B2B->SetXML('SHIP_DELIVERY', $::g_ShipInfo{'USERDEFINED'});
    Save and Exit

    In Actinic, edit the layout 'Customer Email'
    Insert where required

    <Actinic:SHIP_DELIVERY/>

    #2
    This fix does still work correctly in the latest software version 12.0.2. It works with the HTML email layout and the text only email layout. You may need to check that you are applying the fix correctly.
    Peblaco

    Comment


      #3
      You know, I've been trying for days to get this working with no success.

      I then read your post and, hey presto, it works. I didn't even have to change anything in the OrderScript file. Just the fact I read your post got it working.

      I knew you were good Louise, but I didn't realise you were that good!

      Richard

      Just as a PS, would you know how I switch the customer emails from text to HTML?

      Comment


        #4
        I don't know my own power. Yes I do know how to switch it, I could write it but it is quicker for me to link to the tutorial, see: SellerDeck 2013: Changing the email format
        Peblaco

        Comment


          #5

          I know how she does it!

          Revealed: The SellerDeck Ouija Board:



          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X