17 March 2011

Tracking Number In Transit E-mail v1.0

Adds the courier tracking number to the "In Transit" e-mail sent to the customer.
#
#----------[ OPEN ]----------
#
admin/tabs/AdminOrders.pp

#
#----------[ FIND ]----------
#
'{followup}' => str_replace('@', $order->shipping_number, $carrier->url),

#
#----------[ AFTER, ADD ]----------
#
'{shippingnumber}' => $order->shipping_number,
#
#----------[ OPEN ]----------
#
mails/(your language)/in_transit.html
mails/(your language)/in_transit.txt

#
#----------[ ADD, WHERE YOU WANT ]----------
#
{shippingnumber}

2 comments:

  1. perfecto. funciona OK en PS 1.3.7

    ReplyDelete
  2. i added this (only for 1.5.4.1) but my template just shows the text ({shipping_number} ) do you have any idea how to fix this?

    i added the shipping number code in the end after user_id

    ReplyDelete