Hello, I am so excited to use this module! I am currently using Zen Cart 1.5 and Ty package tracker 1.5x. I did a test run and the only thing I can't seem to work right is the email that is sent to the customer. The Tracking number itself isn't the link (which I would like it to be). The part that customer would copy and paste into the web address is a link though. How can I make the tracking number itself the link? Please tell me exactly what file to modify and what to change it to, thank you so much! I have gone through the forums and thought I found the answer, but it didn't fix it. It was suggestion that changed the code in admin/orders.php from:
original coding:
PHP Code:
if (zen_not_null($track_id1)) { $notify_comments .= "\n\nYour " . CARRIER_NAME_1 . " Tracking ID is " . $track_id1 . " \n<br /><a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }
to new coding that should have made the tracking number a link, but it didn't work, so I changed it back
PHP Code:
if (zen_not_null($track_id1)) { $notify_comments .= "\n\n<br />Your " . CARRIER_NAME_1 . " Tracking ID is <a href=" . CARRIER_LINK_1 . $track_id1 .">$track_id1</a>. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }
I have copied the email below:
Your UPS Tracking ID is 1ZR200090393977848.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://wwwapps.ups.com/WebTracking/p...00090393977848
It may take up to 24 hours for the tracking information to appear on the
website.
Your order has been updated to the following status:
New status: Shipped
Bookmarks