Optional: (These changes are optional and not required for the mod to work. These optional change will make navigating more convenient.)
/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', 'tracker');
---------------------------------------------------------------------------------
Change #2: (recommended - Making this change will allow you to access tracker page instead of the using the default order page.)
define('FILENAME_ORDERS', 'orders');
to
define('FILENAME_ORDERS', 'tracker');
Bookmarks