is that will work with 1.37? if so please let me know where can i download it
thank you
Printable View
is that will work with 1.37? if so please let me know where can i download it
thank you
Currently there is no way of importing the tracking info from a file. If you need to add tracking in batch, the easiest way is to write your own mod. If you use the Quick Update mod, it should be a great template to use.
Google uses algorithm to determine which tracking website to use. The algorithm is can become complicated when the number of carrier increases and have to be updated regularly. This can be implemented to this mod but it will not be compatible with other small carrier or foreign carriers. I choose not to use this algorithm because this mod is suppose to be universal and can be use by people from other country that use their local shipping carrier.
I put the tracking number in from customer/add tracking idand nothing show up in the account. I also did the mod so it would show up on the my account page. Why is it not working? I am using 1.37
Tracker works fine with 1.3.7.
You may of missed a step in the installation process. Read the instructions in the README file and try again.
[FONT=Verdana]Hi[/FONT]
[FONT=Verdana]I got the Quick Book 2007 pro , and in their you have the option of FedEx and UPS shipping, I think this one with the QBI are a perfect, no more copy paste any info [/FONT]
[FONT=Verdana]I did not explore it yet , just made 1 shipping and it look and feel just as ups web site, but it allow you to click on shipping from the invoice.
[/FONT]
Hello,
Has anyone used this mod with the "Edit Orders" mod? I've got this mod installed and it seems to work great in my testing. The only glitch I came across is the "Click Here" in the customer emails is not showing as a link. Not a big deal because the URL listed below that shows as a link. Just wondering.
Thanks,
Mark
The "Click Here" link will only work when the email is sent in html format. If the email is in text format, the "Click Here" link does not work.
I have not yet install Edit Orders mod, but it will work with the mod.
In Tracker mod, if you want the "Edit" button to link to Edit Orders, you must set "Is Super Orders Module Installed?" to true in Configuration->Ty Package Tracker. (This will display the Edit button in Tracker mod. )
On the file admin\includes\extra_datafiles\tracker.php
You must also change
toCode:define('FILENAME_EDIT', 'super_edit.php');
Code:define('FILENAME_EDIT', 'edit_orders.php');
Thanks for the help. It works great and only took about two minutes to get done. If this keeps up, I'll have to change my username to zendaddy.
When a customer views their order history, I get this (TABLE_HEADING_TRACKING_ID) where is should say "Tracking ID". It's working fine one a different site, so I know it's something on this site.
I tried reinstalling the original files, but that didn't fix it. Where is this variable set?