Hi all,
Wondering if anyone has successfully updated their code for shipping tracking link in the order shipped emails. The standard code is that is comes back to your store and the tracking code is hyperlinked there. I want to send the hyperlink directly to the right shipper and the tracking code.
What happens is that as soon as our system generated the tracking number, the email goes to the customer and of course it's not active yet. So they come back 2 or 3 more times and call us too. I'd like to send them to the shipper's website where they can sign up for alerts and track their shipment without coming back to our site a bunch to keep checking status.
Tracking Number: <a href="[store_url]/shiptracking.asp?trackno=[trackingcode]">[trackingcode]</a><br>
Shipping Method: [oshipmethod]
Wondering if anyone has successfully updated their code for shipping tracking link in the order shipped emails. The standard code is that is comes back to your store and the tracking code is hyperlinked there. I want to send the hyperlink directly to the right shipper and the tracking code.
What happens is that as soon as our system generated the tracking number, the email goes to the customer and of course it's not active yet. So they come back 2 or 3 more times and call us too. I'd like to send them to the shipper's website where they can sign up for alerts and track their shipment without coming back to our site a bunch to keep checking status.
Tracking Number: <a href="[store_url]/shiptracking.asp?trackno=[trackingcode]">[trackingcode]</a><br>
Shipping Method: [oshipmethod]
Comment