
Originally Posted by
BALCO
Hello,
Thanks for the response. I have triple checked everything and all files were uploaded to the right directory.
I am still having the same issue. When I add the change to the includes/filenames.php in the instructions as follows:
"| 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');"
as a customer I am no longer able to access my orders when navigating from My Account and clicking on VIEW button next to a previous order. It will immediately go to a "Page Not Found" error. If I reverse the change I am able to access my order information but without any tracking info.
Any ideas are greatly appreciated.
Ben
I just installed this mod and got it working, however there is a bug that causes the emails that are sent with the clickable URL link to give 404 error when you click on them.
In includes/filenames.php find:
Code:
define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'Tracking');
replace with this:
Code:
define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'tracker');
//define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'Tracking');
That solved the incorrect links that were being sent in the email for me. I don't know if that will fix your problem or not.
I made that change to cusomers account history and it works fine for me if they click view.
Also there is a sidebox you can enable that will do the same thing: Track Orders box. You can see it in the layout box controller. The box is labeled "Previous Orders" you can change the name to Order tracking or whatever if that would make more sense to you.
Bookmarks