Announcement

Collapse
No announcement yet.

How can I add the chosen shipping method into the customer email?

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

    How can I add the chosen shipping method into the customer email?

    This will show you how to include the customer’s selected shipping class as a variable in the online receipt.

    Open ‘OrderScript.pl’ on Notepad and search for “read the template”.

    It will jump to the following lines:

    #
    # Read the template
    #

    Just above this, enter the following lines:

    #
    # Add shipping info
    #
    $ACTINIC::B2B->SetXML('ShippingClass', $::s_Ship_sShippingDescription);
    You can then enter <Actinic:ShippingClass/> into the 'Customer Email' layout wherever you want the shipping method to appear.
Working...
X