This module works fine on Zencart 1.3.5
You need make this optional change as described in the Readme file
Code:
/includes/filenames.php (1 optional changes)
------------------------------------------------------------------------------------------------------------------------------
| Change #1: (highly recommended - Making this change will allow your customer to track packages from the "My account" Page.) |
| define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info'); to |
| define('FILENAME_ACCOUNT_HISTORY_INFO', 'ty_package_tracker'); |
| |
------------------------------------------------------------------------------------------------------------------------------
Also, don't forget to enable the Track Order sidebox at Admin->Tools->Layout Boxes sideboxes/track_orders.php
Ty.
Bookmarks