Jump to content

[Solved] Add a field in email template


seb776

Recommended Posts

That's it.
Thank you.

if ($history->id_order_state == _PS_OS_SHIPPING_ AND $order->shipping_number)
   $templateVars = array('{followup}' => str_replace('@', $order->shipping_number, $carrier->url) ,
   '{delivery_number}' => $order->delivery_number);

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...