NEW : Add __SHIPPINGTRACKNUM__, __SHIPPINGTRACKNUMURL__ into shipping
mail template
This commit is contained in:
parent
d0f03d9ff6
commit
b43d4bba68
@ -1924,6 +1924,8 @@ else if ($id || $ref)
|
|||||||
// Tableau des substitutions
|
// Tableau des substitutions
|
||||||
$formmail->setSubstitFromObject($object);
|
$formmail->setSubstitFromObject($object);
|
||||||
$formmail->substit['__SHIPPINGREF__']=$object->ref;
|
$formmail->substit['__SHIPPINGREF__']=$object->ref;
|
||||||
|
$formmail->substit['__SHIPPINGTRACKNUM__']=$object->tracking_number;
|
||||||
|
$formmail->substit['__SHIPPINGTRACKNUMURL__']=$object->tracking_url;
|
||||||
|
|
||||||
//Find the good contact adress
|
//Find the good contact adress
|
||||||
//Find the good contact adress
|
//Find the good contact adress
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user