| ||||||||||
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 |
#11
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
I changed the code on my side and it shows the button in the email now, etc. The button opens to the UPS page with a blank tracking# field, so that's good.
Now, the code posted after Code:
I'm new to all of this so I don't really know how to edit the codes and make them work. Thanks a lot! Take care
__________________
Samz -------------------------------------- Heavily modified X-Cart Gold v4.1.10 |
|||||||
#12
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Quote:
for the url, use this... Code:
__________________
X-Cart version 4.1.7 - PHP 5.2. - MySQL server 5.0.41-community-nt - MySQL client 5.0.22 - Web server Apache/2.2.4 (Win32) - PHP/5.2.2 |
|||||||
#13
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
I had it 'rigged' another way which I just got working.. but this is definately much better heh. Thanks for your help!
__________________
Samz -------------------------------------- Heavily modified X-Cart Gold v4.1.10 |
|||||||
#14
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Quote:
This would be a great feature to really add some function to the confirmation e-mail to the customers. If anybody that has some insight to this dilema I know two of us would be much appreciative.... Thanks... |
|||||||
#15
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Where would you add a trackit now on the orders pages when a customer login to there account ...
to use the following code <a href="http://www.google.com/search?q={$order.tracking}" target="new">TRACK IT</a> Sorry I found it
__________________
http://www.lingerieblowout.com Version 4.1.10 http://www.topnichewebsites.com Version 4.4.5 Michael |
|||||||
#16
|
|||||||||
|
|||||||||
Re: Add a UPS "track it" button to customer email
Dear friends, it there any same way we could track shipments to Canada(https://em.canadapost.ca/emo/basicPin.do?language=en), Germany(http://www.dhl.de/oservices/t_u_t/en/) and UK(http://www.parcelforce.com/portal/pw).
Please, advice. i need it very much. Thanks a lot!
__________________
X-card Gold 4.1.7 Batch Order Mod/Order Processing Detailed Order Management Mod Order Audit/Profit reports Advanced Product Search Ajax Username Checker Direct Product Enquiry Form FAQ Manager Social Bookmarking Tabs Mod v3 MagneticOne.com All-IN-ONE X-Cart Export Show Referrer Information on Order Details Page www.medsmarket.net |
|||||||||
#17
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
I am like cutterc - I ship two methods - USPS and FedEx. Below is what I put in the e-mail... But I'd love to add an if statement that shows only the appropriate link for that customer... I'm looking for the smarty equivalent of
If order.shipping like '%FedEx%' then 'show FedEx link else 'show USPS link end if ***************** {if $order.tracking} <tr> <td><b>{$lng.lbl_tracking_number}:</b></td> <td width="10"> </td> <td><tt>{$order.tracking}</tt></td> </tr> <tr> <td><b>Tracking links:</b></td> <td width="10"> </td> <td><tt><a href="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?origTrackNum={$order.tracking }"><b>USPS Tracking</b></a> | <a href="http://www.fedex.com/Tracking?tracknumbers={$order.tracking}&cntry_code =us&language=english&clienttype=ivother&"><b>FedEx Tracking</b></a></tt></td> </tr> <tr> <td> </td> <td width="10"> </td> <td><tt>Please allow 24 hours for tracking info to be updated.</tt></td> </tr> {/if}
__________________
X-Cart 4.1.8 |
|||||||
#18
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
I use UPS and DHL, would love to be able to find IF/THEN statements and also what if you have multiple tracking numbers per order??
Thanks, 4.1.6 |
|||||||
#19
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Quote:
This one is much better: http://www.iship.com/trackit/track.asp?T=1&Track={$order.tracking} Takes care of UPS, FedEx, USPS, DHL and Airborne Express.
__________________
X-Cart 4.2.0 | PHP 5.2.9 | MySQL 4.1.21 | Apache/1.3.41 (Unix) | Linux |
|||||||
#20
|
|||||||
|
|||||||
Re: Add a UPS "track it" button to customer email
Quote:
I did this using a little smarty brute-force... My UPS acct # will never change.. so if the tracking number starts with my 1Z12A (or whatever your first 5 characters of your ups acct are)... I am using this: Code:
I only ship UPS or USPS. I like using the UPS tracking for UPS. I think iShip looks better than Google for USPS. There are other wasy to do this. This is one way.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4 |
|||||||
|
|||
X-Cart forums © 2001-2020
|