Page 66 of 100 FirstFirst ... 1656646566676876 ... LastLast
Results 651 to 660 of 998
  1. #651
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    No.. I can't replicate it if I install Ty Package Tracker out the box with no other mods installed..
    Thank you for your reply. Unfortunately, I did install other mods and Ty Package Tracker was an after thought. I will need to completely start over to install it. Thanks again.

  2. #652
    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 Zadris View Post
    Thank you for your reply. Unfortunately, I did install other mods and Ty Package Tracker was an after thought. I will need to completely start over to install it. Thanks again.
    Yeah I can't help troubleshoot changes to the orders.php files that are as a result of other add-ons you installed.. The error you have indicates that some other add-on has modified a section of the orders.php file that is NOT modified by Ty Package Tracker.. When you re-install make sure you use WinMerge or Beyond Compare to carefully check any of your core file changes..
    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.

  3. #653
    Join Date
    Jun 2012
    Posts
    94
    Plugin Contributions
    0

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

    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

  4. #654
    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.

  5. #655
    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.

  6. #656
    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.

  7. #657
    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.

  8. #658
    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.

  9. #659
    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!

  10. #660
    Join Date
    Feb 2006
    Posts
    326
    Plugin Contributions
    0

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

    Trying to load 2.0 on zc1.5.0 fresh install. I DID bring over order history from a previous install, as I don't want to lose all those comments and tracking numbers. All the functions of tracking seem to be working, but I can't get the Ty config page to show.

    This statement works fine:
    SELECT @tyid:=configuration_group_id FROM zen_configuration_group
    WHERE configuration_group_title= 'Ty Package Tracker';
    DELETE FROM zen_configuration WHERE configuration_group_id = @tyid;
    DELETE FROM zen_configuration_group WHERE configuration_group_id = @tyid;

    This statement works fine:
    INSERT INTO zen_configuration_group VALUES (NULL, 'Ty Package Tracker', 'Settings for Ty Package Tracker features', '0', '1');
    UPDATE zen_configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
    SELECT @cgi:=configuration_group_id FROM zen_configuration_group WHERE configuration_group_title = 'Ty Package Tracker';

    This statement gives an error:
    /*
    Register Admin Page
    */
    SELECT @typackageadmin:=page_key
    FROM zen_admin_pages WHERE language_key='BOX_CONFIGURATION_TY_PACKAGE_SETTINGS';
    DELETE FROM zen_admin_pages WHERE page_key=@typackageadmin;

    INSERT INTO zen_admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order )
    VALUES ('configTyPackageTracker','BOX_CONFIGURATION_TY_PACKAGE_SETTINGS','FILENAME_CONF IGURATION',CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);

    The error is:
    SQL query:

    INSERT INTO zen_admin_pages( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order )
    VALUES (
    'configTyPackageTracker', 'BOX_CONFIGURATION_TY_PACKAGE_SETTINGS', 'FILENAME_CONFIGURATION', CONCAT( 'gID=', @cgi ) , 'configuration', 'Y', @cgi
    );

    MySQL said: Documentation
    #1048 - Column 'page_params' cannot be null

    Any help would be very appreciated!
    Give us your best shot!
    http://www.photoimprints.com

 

 
Page 66 of 100 FirstFirst ... 1656646566676876 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR