Announcement

Collapse
No announcement yet.

Shipping and Handling User Definable

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

    Shipping and Handling User Definable

    I want customers to have the option of entering special delivery instructions at checkout.... I am using the 'Shipping and Handling User Definable' field to do this but the contents of this field do not appear in the order emails I receive?!?!?!?! How can I get this information to appear on the order emails???

    #2
    Hey,

    Open Act_CustomerEmail.txt from within your site folder. Insert:

    <ActinicELIVERYTEXT/>

    Where you would like the field to appear.

    Open OrderScript.pl with notepad and look for:

    #
    # Print the company contact information
    #

    Enter the folloing code immediately before the above comment:

    $ACTINIC::B2B->SetXML('DELIVERYTEXT', ACTINIC::GetPhrase(-1, 2044) . " " .$::g_ShipInfo{'USERDEFINED'});

    Save, upload and test.

    I hope this helps.
    Regards,

    Toby Blanchard

    Comment

    Working...
    X