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
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