| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Add a UPS "track it" button to customer email | ||||
|
|
Thread Tools | Search this Thread |
#31
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email - 4.1.10 update
Quote:
Great mod, thank you for posting it, saved me a lot of time and frustration. I use x-cart version 4.1.10, so I changed $order.shipping_vendor to $order.shipping. Now it works fine.
__________________
xcart gold 4.1.11 Dedicated server Intel i5-2400 CPU, 8GB RAM CentOS 5, Plesk Panel v10.4 mods: MAP Pricing, Advanced Speedbar, Tabbed Product Menu, Multiple Manufacturers, Customer Reviews Search, Edit & Delete, Pre-login Shipping Estimate, FREEOVERX. X-AOM |
|||||||
#32
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Hi guys,
in Australia, I mostly use TNT as my carrier. However, I can't quite get my head around how to populate their tracking form with my TNT tracking numbers. I can get the Track It radio button to head over to TNT's website (www.tnt.com.au), but I just can't seem to get it to populate the consignment input box with the tracking number. If anyone has gone down this path already, I'd be really interested to read about it. Thanks Dean
__________________
X-Cart Gold v4.1.8 |
|||||||
#33
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Hi guys,
it's me once again. I managed to work out how to populate the shipping form on the newly released Australian TNT web site, and it works like a charm. It was the new asp form on TNT Australia's site that was tricking me. In modules/Order_Tracking, create a TNT template called tnt.tpl like this: HTML Code:
Don't forget to create a new label, in Languages, called txt_tnt_redirection. Populate that label with: Code:
This allows your customers to click Track It! and it will take them to the results page for the TNT Domestic Consignment Tracker for that consignment. I have done the same with Couriers Please (slightly different code but same results), and also embedded a Track It! button in the Order Completion emails for good measure. For anyone who may be interested, the Couriers Please tracking template looks like this: HTML Code:
Dean
__________________
X-Cart Gold v4.1.8 |
|||||||
#34
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Would like code to make this work with fedex
|
|||||||
#35
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
For fedex here is the code
<p><a href="http://www.fedex.com/fedextrack/?tracknumbers={$order.tracking}">Track My Order</a></p> Add to email template in commonfiles/mail/html/order_customer_complete.tpl Might be somewhere else depending on your template and config but its definatly in order_customer_complete.tpl You are all welcome. |
|||||||
|
|||
X-Cart forums © 2001-2020
|