-
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!
-
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/
-
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.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Whitebear
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.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Whitebear
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??
-
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
-
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?
-
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!
-
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!
-
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