PDA

View Full Version : Tracking number clickable link



nielsnorby
08-05-2009, 03:25 PM
Want to create a link your customer can click on to track a package when you send them an html shipping notification email?

In bizwizard, click on configuration, then shipping methods

For ups shipments, open all that use ups (ie. ups ground, ups next day...) and add the following code to the end of the Shipping Notification Email Text field:

<BR><BR><A HREF="http://wwwapps.ups.com/etracking/tracking.cgi?Requester=WS&TypeOfInquiryNumber=T&build_detail=yes&InquiryNumber=[%Order.Tracking-Number%]" TARGET="_blank">Click Here to track your package</A>

This will create a link for your customer to click on from the email you send them

do not use fedex so not sure on the coding there

Hope this is helpful

cheers

M. David Matney
09-20-2009, 12:02 AM
Want to create a link your customer can click on to track a package when you send them an html shipping notification email?

In bizwizard, click on configuration, then shipping methods

For ups shipments, open all that use ups (ie. ups ground, ups next day...) and add the following code to the end of the Shipping Notification Email Text field:

<BR><BR><A HREF="http://wwwapps.ups.com/etracking/tracking.cgi?Requester=WS&TypeOfInquiryNumber=T&build_detail=yes&InquiryNumber=[%Order.Tracking-Number%]" TARGET="_blank">Click Here to track your package</A>

This will create a link for your customer to click on from the email you send them

do not use fedex so not sure on the coding there

Hope this is helpful

cheers

You can now add this custom code to the shipping method itself. This will allow you to customize the shipping notification e-mail without having to modify the e-mail template.