Quote Originally Posted by TonyBenedetti View Post
Crystal, noticed a slight puzzlement in the 3.0 release. The same file (track_orders.php) seems to be present in both:
  • ty_package_tracker_for_x_3-0\ty_package_tracker_v_3-0\1_Install_Files\includes\modules\sideboxes
  • ty_package_tracker_for_x_3-0\ty_package_tracker_v_3-0\2_Remove_From_Previous_Versions\includes\modules\sideboxes


Yank it or leave it?
Quote Originally Posted by TonyBenedetti View Post
And it looks like the file is also mentioned in both the "Core Files" and "Deprecated Files" sections of the readme.
Okay I finally had a chance to take a close look at this... if you look at the FULL path for both the install files list and the deprecated files list you will note that what changed is the location of the sidebox file.. I moved it from the default_template folder to the YOUR_TEMPLATE folder. Hence the reason it appears to be listed twice.. I am in fact suggesting removing the sidebox from the default_template folder after upgrading..

From the readme:
Core Files
/YOUR_ADMIN_FOLDER/orders.php
(merged Ty Package Tracker code into the default orders.php eliminating the dupliation of order management pages)
/YOUR_ADMIN_FOLDER/images/icon_track_add.png
/YOUR_ADMIN_FOLDER/includes/languages/english/orders.php
(updated to include all the Ty Package Tracker language definitions)

/includes/languages/english/YOUR_TEMPLATE/account_history_info.php
/includes/languages/YOUR_TEMPLATE/english.php
/includes/modules/pages/account_history_info/header_php.php
/includes/modules/sideboxes/track_orders.php
/includes/templates/YOUR_TEMPLATE/templates/tpl_account_history_info_default.php
/includes/templates/YOUR_TEMPLATE/sideboxes/tpl_track_orders.php

Deprecated Files
(After upgrading Ty Package Tracker 3.0, it is safe to delete these files from your store. It is NOT recommended that these files be left behind.)

/YOUR_ADMIN_FOLDER/tracker.php
/YOUR_ADMIN_FOLDER/images/icon_track.gif
/YOUR_ADMIN_FOLDER/includes/boxes/extra_boxes/tracker_customers_dhtml.php
/YOUR_ADMIN_FOLDER/includes/extra_datafiles/tracker.php
/YOUR_ADMIN_FOLDER/includes/languages/english/YOUR_TEMPLATE/tracker.php
/YOUR_ADMIN_FOLDER/includes/languages/english/images/buttons/button_track.gif

/includes/extra_datafiles/tracker.php
/includes/languages/english/tracker.php
/includes/modules/pages/tracker/header_php.php
/includes/modules/sideboxes/track_orders.php
/includes/templates/template_default/templates/tpl_tracker_default.php
/includes/templates/template_default/sideboxes/tpl_track_orders.php
That said BOTH locations will work, but I am erring on the side of caution as the Ty Package Tracker sidebox is not a default Zen Cart sidebox..