Page 67 of 100 FirstFirst ... 1757656667686977 ... LastLast
Results 661 to 670 of 998
  1. #661
    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

  2. #662
    Join Date
    Sep 2008
    Posts
    42
    Plugin Contributions
    0

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

    I recently upgraded this module and followed alls teps perfectly a few times

    the sidebox title display error "BOX_HEADING_TRACK_ORDERS "

    can see at - http://www.vgcrepairs.biz/zen_store/

  3. #663
    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.

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

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

  6. #666
    Join Date
    Jul 2012
    Posts
    60
    Plugin Contributions
    0

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

    Greetings,

    I installed this mod and it's showing in my config area, but when I click on orders to edit, there is no area to put in the tracking info? Did I miss a step or make a common error? I may not have "merged" the files right. I'm using Filezilla, but how would one do that since I would no longer have the original I believe? Any help appreciated! Thanks!
    heteromorphic.com

  7. #667
    Join Date
    Jul 2012
    Posts
    60
    Plugin Contributions
    0

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

    And this step:
    Go to Admin->Tools->Layout Boxes Controller to enable/disable the Previous Orders sidebox.

    I do not have a "previous orders" in my sidebox choices there?

  8. #668
    Join Date
    Dec 2010
    Posts
    11
    Plugin Contributions
    0

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

    Seem like I have same problem as heteromorphic. When I click on order to edit there is no area to put in tracking info.
    After installed this Ty Package Tracker v3.1.2, I can see TY Package Tracker Setting page and edit them no problem. Also I can enable/disable track_order.php that turns on the sidebox Previous Orders no problem.

    Not sure what I am missing.
    I am running Zen Cart 1.5.0 and just updated to 1.5.1 and everything seem running OK. I want to install this Ty Package Tracker v3.1.2 before upgrading to Edit Order 4.0.3 and Super Order 4.0.3

    Thank you in advance for your help!

  9. #669
    Join Date
    Dec 2010
    Posts
    11
    Plugin Contributions
    0

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

    OK, so I previously had earlier versions of Edit Order/Super Order installed so the problem is fixed with
    Admin > Configuration > Ty Package Tracker
    . Set the "Ty Package Tracker Module Switch" to "True" to activate the Ty Package Tracker shipper tracking number fields for Edit/Super Order.

    Cheers!

  10. #670
    Join Date
    Sep 2012
    Posts
    38
    Plugin Contributions
    0

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

    hi

    I have version 1.5 zen cart and just installed ty package tracker.

    Installed fine but when turned on in Admin->Tools->Layout Boxes, my website accent, other side boxes and features disappeared, so I turned the two files off. Is it possible to have the ty tracker on its own webpage and not as a side box on store front?

    Ty tracker table shows in the sql data base under 'configuration group', but “Settings for Ty Package Tracker features” doesn’t show under admin/ configuration tab. Please let me know where can I configure the Ty Package Tracker features & layout when turned on?

    Also how to install it on its own EZ page.

    thanks

    Meepy

 

 
Page 67 of 100 FirstFirst ... 1757656667686977 ... 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