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}
perfecto. funciona OK en PS 1.3.7
ReplyDeletei 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?
ReplyDeletei added the shipping number code in the end after user_id