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/>
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/>
Comment