Page 71 of 100 FirstFirst ... 2161697071727381 ... LastLast
Results 701 to 710 of 998
  1. #701
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

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

    Thank you very much again DivaVocals fro your patience. I know I am being a pain in the rear. My apologies. Reason is I am not versed in zencart or any programming matter. Also learning as I go even though I have been using Zencart for 5 years.

    one final question:

    If I add new web templates. Do i put all those file in the YOUR_TEMPLATE in the new template folders to have it work?
    Last edited by twi; 24 Jan 2013 at 09:41 PM.

  2. #702
    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 twi View Post
    Thank you very much again DivaVocals fro your patience. I know I am being a pain in the rear. My apologies. Reason is I am not versed in zencart or any programming matter. Also learning as I go even though I have been using Zencart for 5 years.

    one final question:

    If I add new web templates. Do i put all those file in the YOUR_TEMPLATE in the new template folders to have it work?
    You don't need to know ANY programming to install this module (hence the detailed readme file)

    and yes, if you change template you have to move all of your template overrides into the new template's folder.
    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. #703
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

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

    I had this working perfect on the 1.3.9. I now upgraded to 1.5 and need to reinstall. Why do we need to uplaod all the images which replace standard ZC images and are different? I do not want to over ride anything standard unless needed. This is a tremendous mod and is extremely beneficial. You think that this would be a standard feature within ZC already.

    This install looks harder than the previous one.

    Thanks for the great mod.

  4. #704
    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 MagicMan View Post
    I had this working perfect on the 1.3.9. I now upgraded to 1.5 and need to reinstall. Why do we need to uplaod all the images which replace standard ZC images and are different? I do not want to over ride anything standard unless needed. This is a tremendous mod and is extremely beneficial. You think that this would be a standard feature within ZC already.

    This install looks harder than the previous one.

    Thanks for the great mod.
    They are just nicer images to match the ones required for this mod.. Simply don't override the default ones if you don't want to.. The install isn't any harder than any other Zen Cart module.. In fact the auto-installer makes it easier..
    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. #705
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

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

    When I put the tracking number into the box in my default orders page it posts in the "Comments" box, not in the "Tracking ID" box and there is no hyperlink. I have Edit orders installed and when I update an order there, it appears and is hyperlinked.

    I need the link to show on the regular order detail page. Is this something it can no longer do if enabled to work with edit orders? I had it working in my old 1.3.9h shop and it is such a valuable mod. Thanks for you work on it and thanks for any insights as to why this might be happening.

  6. #706
    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 athena View Post
    When I put the tracking number into the box in my default orders page it posts in the "Comments" box, not in the "Tracking ID" box and there is no hyperlink. I have Edit orders installed and when I update an order there, it appears and is hyperlinked.

    I need the link to show on the regular order detail page. Is this something it can no longer do if enabled to work with edit orders? I had it working in my old 1.3.9h shop and it is such a valuable mod. Thanks for you work on it and thanks for any insights as to why this might be happening.
    I can only suggest doublechecking your unstall.. out the box this mod doesn't behave as you describe. So I can only think that there is an install issue..
    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. #707
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

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

    Thank for being quick.

    Everything looks good but I will try and re edit the orders.php as that must be the issue...it looks pretty identical though in Winmerge....except for one or two little info-at-a-glance edits etc.

    The only other thing I can see is where I left out one line as it seemed duplicated in my Edit Orders. That is BUTTON_TO_LIST

    Code:
    // BEGIN EDIT ORDERS  ----------------------------------------------
    define('ENTRY_CUSTOMER_ADDRESS', 'Customer Address:');
    define('TEXT_MAILTO', 'mailto');
    define('TEXT_STORE_EMAIL', 'web');
    define('TEXT_WHOIS_LOOKUP', 'whois');
    define('BUTTON_TO_LIST', 'Order List');
    define('SELECT_ORDER_LIST', 'Jump to Order:');
    
    // END EDIT ORDERS  ----------------------------------------------
    // TY TRACKER 1 BEGIN  ----------------------------------------------
    define('HEADING_TITLE_ORDER_DETAILS', 'Order # ');
    define('TABLE_HEADING_TRACKING_ID', 'Tracking ID');
    define('TABLE_HEADING_CARRIER_NAME', 'Carrier');
    define('ENTRY_ADD_TRACK', 'Add Tracking ID');
    
    define('IMAGE_TRACK', 'Add Tracking ID');
    define('SELECT_ORDER_LIST', 'Jump to Order: ');
    // END TY TRACKER 1 -------------------------------------------------
    I'll post back when I figure it out.

  8. #708
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

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

    I'm checking my files to find why the link is not posting to the tracking id cell in order detail page....

    In this Ty Tracker file there is one difference I did not go along with due to my lack of understanding of these things...but it seemed a closing tag was missing.

    Is this correct that the last line is blank with no (?>) on the last line in includes > languages > english > mytemplate > acount_history_info.php >

    Code:
     // End Ty Package Tracker
    define('TABLE_HEADING_STATUS_ORDER_STATUS', 'Order Status');
    define('TABLE_HEADING_STATUS_COMMENTS', 'Comments');
    define('QUANTITY_SUFFIX', ' ea.  ');
    define('ORDER_HEADING_DIVIDER', ' - ');
    define('TEXT_OPTION_DIVIDER', ' - ');
    ~~~~~~~~~~no closing tag~~~~~~~~~~~~

  9. #709
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

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

    I honestly can't see anything wrong with my admin > orders.php file.

    If anyone else is running Edit orders with Ty Tracker and is successfully seeing the tracking number post in the Tracking Id field on the order detail page with a hyperlink after updating the page, would you mind posting your orders.php page here?

    Thanks for any help.

  10. #710
    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 athena View Post
    I'm checking my files to find why the link is not posting to the tracking id cell in order detail page....

    In this Ty Tracker file there is one difference I did not go along with due to my lack of understanding of these things...but it seemed a closing tag was missing.

    Is this correct that the last line is blank with no (?>) on the last line in includes > languages > english > mytemplate > acount_history_info.php >

    Code:
     // End Ty Package Tracker
    define('TABLE_HEADING_STATUS_ORDER_STATUS', 'Order Status');
    define('TABLE_HEADING_STATUS_COMMENTS', 'Comments');
    define('QUANTITY_SUFFIX', ' ea.  ');
    define('ORDER_HEADING_DIVIDER', ' - ');
    define('TEXT_OPTION_DIVIDER', ' - ');
    ~~~~~~~~~~no closing tag~~~~~~~~~~~~
    No closing needed.. there is a Zen Cart FAQ that explains why..
    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.

 

 
Page 71 of 100 FirstFirst ... 2161697071727381 ... 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