Zen Cart Logo
Forums / All Other Contributions/Addons / Track Package from FedEx, UPS, Postal, DHL, etc..

Track Package from FedEx, UPS, Postal, DHL, etc..

Views: 289,401

Results 661 to 680 of 1,019
10 Sep 2012, 00:01
#661
styledata avatar

styledata

Zen Follower

Join Date:
Feb 2006
Posts:
290
Plugin Contributions:
0

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_CONFIGURATION',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!

10 Sep 2012, 22:57
#662
letsmod avatar

letsmod

New Zenner

Join Date:
Sep 2008
Posts:
42
Plugin Contributions:
0

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/

17 Sep 2012, 17:38
#663
whitebear avatar

whitebear

New Zenner

Join Date:
Feb 2011
Posts:
33
Plugin Contributions:
0

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.

18 Sep 2012, 01:12
#664
whitebear avatar

whitebear

New Zenner

Join Date:
Feb 2011
Posts:
33
Plugin Contributions:
0

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

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.

18 Sep 2012, 05:43
#665
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

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??

24 Sep 2012, 00:59
#666
heteromorphic avatar

heteromorphic

New Zenner

Join Date:
Jul 2012
Posts:
60
Plugin Contributions:
0

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

25 Sep 2012, 00:58
#667
heteromorphic avatar

heteromorphic

New Zenner

Join Date:
Jul 2012
Posts:
60
Plugin Contributions:
0

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?

05 Oct 2012, 03:57
#668
vienkhach avatar

vienkhach

New Zenner

Join Date:
Dec 2010
Posts:
11
Plugin Contributions:
0

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!

06 Oct 2012, 01:46
#669
vienkhach avatar

vienkhach

New Zenner

Join Date:
Dec 2010
Posts:
11
Plugin Contributions:
0

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!

14 Oct 2012, 21:24
#670
meepy12 avatar

meepy12

New Zenner

Join Date:
Sep 2012
Posts:
38
Plugin Contributions:
0

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

17 Oct 2012, 00:28
#671
trvlfox avatar

trvlfox

Zen Follower

Join Date:
Aug 2007
Location:
Fort Worth, Texas, United States
Posts:
156
Plugin Contributions:
0

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

letsmod:

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/

I have the same problem. I found the text in track_orders.php but no where else. If I change it, it removes the box. Any suggestions?

01 Nov 2012, 13:21
#672
abcisme avatar

abcisme

Zen Follower

Join Date:
Jun 2006
Posts:
298
Plugin Contributions:
0

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

Has anyone replaced the hardcoded text with defined text? I need to do this for my multilanguage site, but am not great with php, so I am having trouble with the syntax. If anyone can help me put the defined variables in correctly, I'd appreciate it.

Original code:

if (zen_not_null($track_id1)) { $notify_comments .= "\n\n<br /><br />Your " . 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 />"; }

in admin/includes/languages/english/order_status_email.php I have defined:

define('TY_PT_1','Your');
define('TY_PT_2','Tracking ID is');
define('TY_PT_3','click here');
define('TY_PT_4','to track your package.<br /><br />If the above link does not work, copy the following URL address and paste it into your Web browser.<br/><br/>');
define('TY_PT_5','It may take up to 24 hours for the tracking information to appear on the website.');

Can anyone give me the correct statement to replace the hardcoded text with the defined text?

Thanks!

westerlind:

Language Customization
Hi and thank you for every thing!

Future request:
I would like two files to be changed:

  • 1st includes/templates/sideboxes/tpl_track_orders.php line 21 > Track Your Orders >> put this text in to language file.
  • 2nd includes/extra _datfiles/tracker.php > put the box heading into the language file.

This would be helpful when You run a shop with more than one language.
:flex:

07 Nov 2012, 18:50
#673
shopville avatar

shopville

Zen Follower

Join Date:
Aug 2012
Posts:
331
Plugin Contributions:
0

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

Hello,

Any way to have the sidebox show only if user is logged in?

i tried searching the thread but didn't find anything, if there's a post about it please forgive me, and advise

Thanks

07 Nov 2012, 20:37
#674
shopville avatar

shopville

Zen Follower

Join Date:
Aug 2012
Posts:
331
Plugin Contributions:
0

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

Hello,

i'm also trying to get the sidebox in a multilingual environment, i was able to add the header translation to the french.php file but where can i add a translation for the "Track your orders" link?

Thanks everyone!

15 Nov 2012, 13:19
#675
abcisme avatar

abcisme

Zen Follower

Join Date:
Jun 2006
Posts:
298
Plugin Contributions:
0

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

Here's what I ended up doing to make the emails work in my multilanguage shop. I don't use the sidebox, so sorry, I can't help there.

For each of your languages, in admin/includes/languages/YOUR_LANGUAGE/order_status_email.php

Add to the bottom (replace the defined text with your language as necessary):

define('TY_PT_1','Your');
define('TY_PT_2','Tracking ID is');
define('TY_PT_3','Click here');
define('TY_PT_4','to track your package.<br /><br />If the above link does not work, copy the following URL address and paste it into your Web browser:<br/>');
define('TY_PT_5','<br><br>It may take up to 24 hours for the tracking information to appear on the website.');

In admin/includes/functions/extra_functions/common_orders_functions.php find // TY TRACKER 4 BEGIN

Replace the whole section with this:

// TY TRACKER 4 BEGIN  ----------------------------------------------

  $status = $status_info->fields['orders_status_id'];
  $track_id1 = $status_info->fields['track_id1'];
  $track_id2 = $status_info->fields['track_id2'];
  $track_id3 = $status_info->fields['track_id3'];
  $track_id4 = $status_info->fields['track_id4'];
  $track_id5 = $status_info->fields['track_id5'];

  if (zen_not_null($status_info->fields['comments']) && $status_info->fields['comments'] != '' && $_POST['notify_comments'] == 'on') {

    $notify_comments = EMAIL_TEXT_COMMENTS_UPDATE . $status_info->fields['comments'] . "\n\n<br><br>";

  }

    if (zen_not_null($track_id1)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_1."\n".TY_PT_2.' '.$track_id1."\n\n<br/><br/> <a href=".CARRIER_LINK_1.$track_id1.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_1.$track_id1."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id2)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_2."\n".TY_PT_2.' '.$track_id2."\n\n<br/><br/> <a href=".CARRIER_LINK_2.$track_id2.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_2.$track_id2."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id3)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_3."\n".TY_PT_2.' '.$track_id3."\n\n<br/><br/> <a href=".CARRIER_LINK_3.$track_id3.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_3.$track_id3."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id4)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_4."\n".TY_PT_2.' '.$track_id4."\n\n<br/><br/> <a href=".CARRIER_LINK_4.$track_id4.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_4.$track_id4."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id5)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_5."\n".TY_PT_2.' '.$track_id5."\n\n<br/><br/> <a href=".CARRIER_LINK_5.$track_id5.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_5.$track_id5."\n".TY_PT_5."\n\n"; }

// END TY TRACKER 4 -------------------------------------------------
15 Nov 2012, 15:13
#676
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

You need to be clear about which version of TYPT this change applies to as the most recent versions no longer have an admin/includes/functions/extra_functions/common_orders_functions.php file.

That said, thanks for sharing your solution..

abcisme:

Here's what I ended up doing to make the emails work in my multilanguage shop. I don't use the sidebox, so sorry, I can't help there.

For each of your languages, in admin/includes/languages/YOUR_LANGUAGE/order_status_email.php

Add to the bottom (replace the defined text with your language as necessary):

define('TY_PT_1','Your');
define('TY_PT_2','Tracking ID is');
define('TY_PT_3','Click here');
define('TY_PT_4','to track your package.<br /><br />If the above link does not work, copy the following URL address and paste it into your Web browser:<br/>');
define('TY_PT_5','<br><br>It may take up to 24 hours for the tracking information to appear on the website.');

> 
> In admin/includes/functions/extra_functions/common_orders_functions.php find // TY TRACKER 4 BEGIN 
> 
> Replace the whole section with this:
> 
> ```
// TY TRACKER 4 BEGIN  ----------------------------------------------

  $status = $status_info->fields['orders_status_id'];
  $track_id1 = $status_info->fields['track_id1'];
  $track_id2 = $status_info->fields['track_id2'];
  $track_id3 = $status_info->fields['track_id3'];
  $track_id4 = $status_info->fields['track_id4'];
  $track_id5 = $status_info->fields['track_id5'];

  if (zen_not_null($status_info->fields['comments']) && $status_info->fields['comments'] != '' && $_POST['notify_comments'] == 'on') {

    $notify_comments = EMAIL_TEXT_COMMENTS_UPDATE . $status_info->fields['comments'] . "\n\n<br><br>";

  }

    if (zen_not_null($track_id1)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_1."\n".TY_PT_2.' '.$track_id1."\n\n<br/><br/> <a href=".CARRIER_LINK_1.$track_id1.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_1.$track_id1."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id2)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_2."\n".TY_PT_2.' '.$track_id2."\n\n<br/><br/> <a href=".CARRIER_LINK_2.$track_id2.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_2.$track_id2."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id3)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_3."\n".TY_PT_2.' '.$track_id3."\n\n<br/><br/> <a href=".CARRIER_LINK_3.$track_id3.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_3.$track_id3."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id4)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_4."\n".TY_PT_2.' '.$track_id4."\n\n<br/><br/> <a href=".CARRIER_LINK_4.$track_id4.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_4.$track_id4."\n".TY_PT_5."\n\n"; }

    if (zen_not_null($track_id5)) { $notify_comments .= "\n\n".TY_PT_1.' '.CARRIER_NAME_5."\n".TY_PT_2.' '.$track_id5."\n\n<br/><br/> <a href=".CARRIER_LINK_5.$track_id5.">".TY_PT_3."</a>"."\n".TY_PT_4."\n".CARRIER_LINK_5.$track_id5."\n".TY_PT_5."\n\n"; }

// END TY TRACKER 4 -------------------------------------------------
15 Nov 2012, 19:09
#677
abcisme avatar

abcisme

Zen Follower

Join Date:
Jun 2006
Posts:
298
Plugin Contributions:
0

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

DivaVocals:

You need to be clear about which version of TYPT this change applies to as the most recent versions no longer have an admin/includes/functions/extra_functions/common_orders_functions.php file.

That said, thanks for sharing your solution..

Eek. Sorry! I think it was actually the version included in SuperOrders 3.0. I'm running ZC v1.3.9h.

06 Dec 2012, 16:14
#678
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

Meepy12:

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
The readme and the leading post of this support thread also states very clearly how the mod works:
-There is a separate sidebox that show the customers past orders. Customer can track their orders from the sidebox or from the "My Account" page

There is no need/reason to put this on an EZ page since the tracking info is readily available on the "My Account" page. It is specific to the customer, so even if you got it on an EZ Page (again WHY??) The EZ page would have to be secured so that your customers only saw THEIR shipping/tracking information.

The install is very straight forward. Based on your posts all over the forum, it appears as if you have missed something in the install.

The readme files which come with Ty Package Tracker also states very clearly in at LEAST two places that the add-on is indeed v1.5 compatible. (The Ty Package Tracker downloads page also provides the Zen Cart compatibility data)

As I stated on the other thread, please don't take this the wrong way, but I think you might want to give some consideration to paying for some assistance to help you get things working for you..

06 Dec 2012, 22:17
#679
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

Found this posted on the forum.. thought I would share it here on the support thread for this mod (since it is a helpful post regarding this mod)

Integrate ShipRush with TY Package Tracker: http://www.zen-cart.com/showthread.php?199732-Integrate-ShipRush-with-TY-Package-Tracker&p=1147777#post1147777

07 Dec 2012, 12:33
#680
nizernoj avatar

nizernoj

New Zenner

Join Date:
Apr 2012
Posts:
21
Plugin Contributions:
0

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

I had a coupple questions about this add-on before installing it:

  • Does this version of Dual Pricing support products which are priced by attribute? i.e. I want to offer wholesale pricing on certain product attributes but not on others.

  • Do customer groups work with dual pricing? i.e. can I establish a wholesale price and also assign the wholesale customers to a customer group which has additional discounts? i.e. wholesale = $9.99 customer group offers 25% discount so they now pay $7.50?

Thanks for any advice or guidance you can offer.