Results 1 to 10 of 1015

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Search back through the thread.. there is a solution posted.. (haven't had time to make the change and upload the correction)

    Quote Originally Posted by WWRepair View Post
    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
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    H,

    thanks for your contribution. You have made a wonderful mod.

    i have a question....
    how can i have the shipping address and telephone number in a single column in the order details page where we fill the tracking details, so that i can just copy and paste the address and phone at a one go to the shipping label?

    thanks in advance.

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by muteyaar View Post
    H,

    thanks for your contribution. You have made a wonderful mod.

    i have a question....
    how can i have the shipping address and telephone number in a single column in the order details page where we fill the tracking details, so that i can just copy and paste the address and phone at a one go to the shipping label?

    thanks in advance.
    honestly that question is more of a general "how can I do this in Zen Cart" sort of question vesus a Ty Package Tracker support question. You'll get better responses if you post this as a seperate post in a new thread..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #4
    Join Date
    Jun 2012
    Posts
    94
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by DivaVocals View Post
    Search back through the thread.. there is a solution posted.. (haven't had time to make the change and upload the correction)
    As I said, I did do as they thread suggested and it doesn't work. It still shows the Tracking number as regular text, but the link you are suppose to copy and paste IS the link. How can I make the tracking number the link? In my original inquiry above, I did show exactly what the thread said to change in the admin/orders.php BUT it didn't work. Does the code suggested look correct? I suppose I can just wait until you have fixed it and put out an update. Thank you for your time and great module. If you have a solution, I would love to hear it.

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by WWRepair View Post
    As I said, I did do as they thread suggested and it doesn't work. It still shows the Tracking number as regular text, but the link you are suppose to copy and paste IS the link. How can I make the tracking number the link? In my original inquiry above, I did show exactly what the thread said to change in the admin/orders.php BUT it didn't work. Does the code suggested look correct? I suppose I can just wait until you have fixed it and put out an update. Thank you for your time and great module. If you have a solution, I would love to hear it.
    Honestly I misspoke when I said I was going to fix that.. I thought you were referring to another issue for which I posted a solution..

    When I get some time to post the minors updates I did add to this, I will "fix" this by re-wording the outbound e-mail so that it reads as follows:

    Zen Cart Test Store Order Number: 9

    Detailed Invoice:
    http://yourstore.com/index.php?main_...nfo&order_id=9

    Date Ordered: Wednesday 20 June, 2012


    Your FedEx Tracking ID is 123456789101

    Click the following URL address to track your package:
    http://www.fedex.com/Tracking?action...s=123456789101

    If the above link does not work, copy the URL address and paste it into your Web browser.

    It may take up to 24 hours for the tracking information to appear on the website.

    Your current order status is: Shipped


    Please reply to this email if you have any questions.
    Solves the immediate issue.. I'll post the changes to get this result later..


    In the meantime, if anyone wants to post a solution which makes the tracking number clickable, then post it.. and if I can test it and verify that it works I will include it..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #6
    Join Date
    Jun 2012
    Posts
    94
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by DivaVocals View Post
    Honestly I misspoke when I said I was going to fix that.. I thought you were referring to another issue for which I posted a solution..

    When I get some time to post the minors updates I did add to this, I will "fix" this by re-wording the outbound e-mail so that it reads as follows:



    Solves the immediate issue.. I'll post the changes to get this result later..


    In the meantime, if anyone wants to post a solution which makes the tracking number clickable, then post it.. and if I can test it and verify that it works I will include it..
    Thank you so much for looking into it! For now, the customer can click on the other link until another solution is reached. Thanks again!

  7. #7
    Join Date
    Feb 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    I've installed TY tracker 3.1.1 onto zc1.3.9 with EO 3.0.3. Everything appears to be working on the admin side (I've not tested the emails). Although I have checked on the Catalog side and I'm getting a blank page when i click on the order history ...index.php?main_page=account_history_info&order_id=... I've gone through many times and tried to find the file that may be conflicting this but I'm unable to see where the error is being generated. I've checked both the server error log and the cache log and do not see any errors being generated from this issue. Yes the tracker module is also set to True.

    Thank you.

  8. #8
    Join Date
    Feb 2011
    Posts
    33
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by Whitebear View Post
    I've installed TY tracker 3.1.1 onto zc1.3.9 with EO 3.0.3. Everything appears to be working on the admin side (I've not tested the emails). Although I have checked on the Catalog side and I'm getting a blank page when i click on the order history ...index.php?main_page=account_history_info&order_id=... I've gone through many times and tried to find the file that may be conflicting this but I'm unable to see where the error is being generated. I've checked both the server error log and the cache log and do not see any errors being generated from this issue. Yes the tracker module is also set to True.

    Thank you.
    No Matter... after 15 hours and reinstalling the backup site I've got it to work... It took me a while but I believe it has something to do with where the templates actually are routing and looking for files and not exactly what is in the instructions on where the files would/should be.

  9. #9
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by Whitebear View Post
    No Matter... after 15 hours and reinstalling the backup site I've got it to work... It took me a while but I believe it has something to do with where the templates actually are routing and looking for files and not exactly what is in the instructions on where the files would/should be.
    Really??? and exactly what part of the instructions do you think is incorrect??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. v150 Is there a FedEx plugin to quote on package size and postal code/zone?
    By Music Man in forum Addon Shipping Modules
    Replies: 7
    Last Post: 3 Aug 2014, 10:30 PM
  2. UPS/DHL shipping in Europe
    By DML73 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jan 2009, 09:43 PM
  3. what is the track your package url?
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 06:49 PM
  4. going from small package to large package
    By luna_99 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2007, 02:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg