Hello,
To use this contri, do I need to install Super Orders Contrib as well??
Printable View
Hello,
To use this contri, do I need to install Super Orders Contrib as well??
Hi
Im having trouble with my Tracking.
After the tracking ID the carrier needs more info like this.
http
://server.logistik.posten.se/servlet/PacTrack?lang=SE&kolliid=1739258764&xslURL=/xsl/pactrack/standard.xsl
i ned to fit this after the tracking id or is it another solution?
&xslURL=/xsl/pactrack/standard.xsl
As it is now it displays that it is missing the XML so it does not look good.
Any ideas?
/Steron
To append the line
&xslURL=/xsl/pactrack/standard.xsl
to the end, you will have to modify 2 files:
/h3lp/tracker.php (line #528)
/includes/templates/template_default/templates/tpl_tracker_default.php (line #112)
Look forand change it toCode:$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
The above code is use for CARRIER 1. If you set the postal service to CARRIER 2, you will have to replace the number '1' with the number '2'. I haven't tested it out but it should work. Let me know if there's a problem.Code:$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . '&xslURL=/xsl/pactrack/standard.xsl' . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
Ty.
Okay. It looks like you will also have to edit line 91 in the admin/tracker.php
Replace:
with:Code:<a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a>
Code:<a href=" . CARRIER_LINK_1 . $track_id1 . "&xslURL=/xsl/pactrack/standard.xsl" . ">Click here</a>
Great Mod!
I used Ty Package Tracker 2.0, only problem is at the moment every single order I have to click Customers > Add Tracking ID and go to the order enter the tracking number
If I have a long list of tracking numbers often is there a way to import them in BULK onto zen cart? Something like easy populate where I have a txt or excel file with
John Smith 5678 4949 4949
Dan Citizen 1Z1USD838409944
The other option is to be able to at least add the tracking numbers without clicking on each order, such as like the Quick Updates, maybe it just lists 20 orders at a time and I can enter tracking, even better if I just paste 20 tracking numbers and only need to submit once?
Also I notice using Gmail the spider that does adwords can always tell whether my tracking is FedEx / UPS / DHL and provides the correct link accordingly, as I have packages from all these carriers is there a way to just put the tracking and have the program recognise it like google does??
Basically I have long lists of tracking numbers to input each day and any advice would help!
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?
Thanks for the reply, but both those files look fine. They show:
define('TABLE_HEADING_TRACKING_ID', 'Tracking ID');
What else would I check?
When you go to Admin->Customer->Add Tracking ID page
1. Does it display TABLE_HEADING_TRACKING_ID or "Tracking ID"?
2. Make sure the files are not in your custom template folder.
i.e. The files should be in
includes/languages/english/tracker.php
NOT includes/languages/english/customtemplete/tracker.php
3. If that didn't work. Use Admin->Tools->Developers Tool Kit.
Search for "TABLE_HEADING_TRACKING_ID" in the Look-up in all files section.
Select All files-Catalog/Admin and display the results or email it to me. (The results will show your admin folder. If you renamed your admin folder, make sure you mask it when you display the results.)
This is probably simple but I installed the Ty Mod and it works other than, when an customer or admin clicks on the tracking number it pops up the UPS site in another window but it doesn't automatically paste the tracking # in the window so the customer has to type it manually. Is this how the MOD is suppose to work or did I do something wrong?
Your customer should not have to copy and paste the tracking id. Clicking the link should open a window to the tracking detail page. Over time, the tracking link may change. I do not use UPS so I do not keep up to date with there links.
You have to update the tracking link. Go to Admin->Configuration->Ty Package Tracker. By default, UPS is carrier 2. Change that tracking link to
and it should work.Code:http://wwwapps.ups.com/WebTracking/processRequest?HTMLVersion=5.0&Requester=NES&AgreeToTermsAndConditions=yes&loc=en_US&tracknum=
Thank you very much I knew it was easy. That fixed it! How do I keep up-to-date on that tracking link?
Sometimes I get orders that are shipped to me by UPS from other vendors. Usually, there is a link that brings you to the UPS tracking page. I use that same link as the tracking link. There applies to other shipping company also.
You may also search online for it.
is there any way to add the carrier's logo beside the tracking number on the order information page and on the email sent?
It is possible to add the logo but it's not worth the trouble. You will need knowledge in html and some php coding. Their logo are copyrighted, so you will need to obtain permission from each company to display it.
Here are some quick logos I made towards that end if people want them.
http://www.enderandrew.com/images/dhl.png
http://www.enderandrew.com/images/fedex.png
http://www.enderandrew.com/images/ups.png
http://www.enderandrew.com/images/usps.png
I'm assuming the above poster replaced the name configuration field with an img src tag to the images. You can steal the images from me, but please save them. Hotlinking is bad, m'kay?
Hi, i followed the provided instructions. When I click on Add tracking ID, the TY tracker page opens up but I don't have any other options. I have added an attachment of the problem.
Do you have any sale orders that was completed?
Just place a regular order from your online store. Once you completed the order and go through the 3 step checkout process, the orders should show up.
You did not install it correctly.
When you go to Admin->Configuration->Ty Packager Tracker, what do you see. Are there any options to configure?
Did you rename your admin folder? Make sure you also rename the admin folder to the appropriate name or upload the admin section to the correct location.
When you click on Admin->Customers->Orders (http://www.yoursite.com/admin/orders.php), does it display any orders?
ok, i resolved the problem. It was my order_total module. It wasn't installed. Thanks for the help!
Do you know the tracking for EMS so that the tracker number will be entered automatically?
http://www.ems.com.cn/qcgzOutQueryAc...de=gotoSearchE
Hello everyone,
I have zen 1.37 and the latest Track version. I have a clean instalation, all works fine.
To test it i login to my store, bought a few products and see the order tracker. A few messages in admin and a fake id shiping...just to see the things working... very nice. ;)
The i notice that i have the same table and information in the "my acount" section! The only thing that this section doesnt have is the link to shipping status!
Well, its everythig exatly the same. ( i atached some images for you to see).
Could it be possible to substitute the table of Track package to my acount section? It seams that it is the zen cart original layout table. I dont want two links in two pages that the only diference is the shipping link.
Thanks in advance people, im from Portugal and i had translated the language file to Portuguese, though admin is still to translate.
www.meintek.com - Online Tek Store - (only ship to portugal)
Diogo Paiva
Here are the admin and front end translation.
Hope it would be usefull for anyone.
Diogo Paiva.
Thank you very much for the contribution! I am using version 1.3.7 and the apple zen template on my test site www.aaadisplaygroup.net. When I go to my account I see the orders listed as follows:
http://www.uploadurfiles.com/images/Ty-1a.jpg
When I select view on the highlighted order I get the following screen.
The link is: https://www.aaadisplaygroup.net/inde...fo&order_id=26
http://www.uploadurfiles.com/images/Ty-2.jpg
However if I select "Order #26" at the very top of the screen.
The link is: https://www.aaadisplaygroup.net/inde...er&order_id=26
I get the tracking info as shown below. Any idea why?
http://www.uploadurfiles.com/images/Ty-3.jpg
I assume it is because the link is different. Is this an AppleZen issue?
By making the follwing change, it fixed the problem listed in my previous message:
[FONT=Tahoma]Should you be using a template, like Apple Zen, with the no sidebox option selected, you will need to track the packages from the “My Account” page and install the following change:[/FONT]
[FONT=Tahoma][/FONT]
[FONT=Tahoma]Mandatory change if the no sidebox option is selected[/FONT]
[FONT=Tahoma]To allow the user to track packages from the “My Account” page:[/FONT]
[FONT=Tahoma][/FONT]
[FONT=Tahoma]Open single spaced in an HTML editor “includes/filenames.php” file and proceed to the following change:[/FONT]
[FONT=Tahoma][/FONT]
[FONT=Tahoma]Before the modification at or near line 19:[/FONT]
[FONT=Tahoma]define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info'); [/FONT]
[FONT=Tahoma][/FONT]
[FONT=Tahoma]After the modification at or near line 19:[/FONT]
[FONT=Tahoma]// This is the original line[/FONT]
[FONT=Tahoma]// define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info');[/FONT]
[FONT=Tahoma]define('FILENAME_ACCOUNT_HISTORY_INFO', 'tracker');[/FONT]
In the admin screen, when I select Customer then Orders
I get the following error:
Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195
Can this be caused by the package tracker? I cannot find where it is coming from. Can I apply the uninstall patch, remove all the added files and then if the problem does not go away add the files again and do a fresh install patch? I want to make sure that this situation would be consdered a "fresh install".
Hello there
I couldn't find anyone else using Royal Mail in the search, but their track and trace looks tough to use with this mod. I wonder if there is a way around it at all?
http://www.royalmail.com/portal/rm/t...questid=123509
Regards,
Heathenmagic :smile:
yes, thank you.
That worked fine. I simply made the changes in filenames.php and now i only have the tracker template working on any cliente order.
this is must have in all the shops.
One more thing, where do i change the looks of the table... "stylesheet.css" ???
Can i make an css only for the tracker/order history ??
Thanks for the good help.
The zen comunity is something!
Diogo Paiva
Is there a way to put in 2 tracking numbers? Sometimes I have to do split shipments.
Thanks
Larry
No. In most case you will have to enter box tracking numbers separately. Not all tracking website allows more than 1 tracking #. I know Fedex can support more than 1 tracking #. You can enter both tracking number in the textbox but you have to separate both tracking # with a comma. I can confirm that it will work for Fedex but have not tested it on other shipping carriers.
For other carriers, I normally enter the first tracking # and add a comment like "Box 1 of 2." and 2nd tracking # with comment "Box 2 of 2".
Edit: Of yeah. I forgot to add this:
This mod allows for up to 5 shipping carrier. You can set the carriers to the same carrier.
Example: Set Carrier1 to FedEx. Set Carrier2 to FedEx. Set Carrier3 to FedEx.
Now when you add the tracking id, add the first tracking # to the first box, add the second tracking # to the second box, and so on...
The email that will be sent to the customer with contain the 2 tracking # and a link for each tracking #. My account page will also contain both tracking #.
Hope that helps.
Hi, I am new here. where can I find the Ty_Package_Tracker to download?
thanks
You'll find most of the mods from the Downloads link at the top of the screen. Ty, for Zen 1.3.x, is here http://www.zen-cart.com/index.php?ma...roducts_id=167
This mod is due up for some improvements.
Since I have some more free time now, I am planning on make some minor improvements.
In the past, many people have suggested that a batch page be added to add tracking number to multiple orders at a time. The next version will also have an option to edit the tracking number if needed.
If you have any suggestion or recommendation that you would like to see added to this mod, please post it here or email me. If it is within my level of experience, I will gladly try to incorporate it into the mod.
Ty.
Ty,
Thanks for working on an upgrade. The batch page would be my one huge suggestion. Big time saver. Outside of that, it does what we need it to do.
Thanks for the link. just downloaded and ready to install.
I have another question and I know this is not the right thread to ask, how do you prepare USPS shipping labels? I found a mod, usps autofill, to print off from usps site, but that will leave the postage on the label. Another mod, order manager, doesn't seem to work. Any way or available mod to automate this process?
Thanks.
It seems the Tracking ID column is only showing up in the admin. When a customer logs in to veiw their order history, that column and the tracking number do not show up. I verifed it myself.
Anybody know what the problem is?
I'm still a bit confused but made progress. I see the tracking number gets put into the comments field on some order. But in admin, it's still the Tracking ID column.
Is that the correct way for this current version to work?
Does anybody know the tracking url for ty package tracker? The shipping company is:
http://www.ems.com.cn/qcgzOutQueryAc...de=gotoSearchE
Thanks!
I just tried to install this but I'm getting an error when running the sql file. Here is what I'm getting.
Code:1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
in:
[INSERT INTO configuration_group VALUES ('', 'Ty Package Tracker', 'Ty Package Tracker Settings', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Does anybody look at this thread anymore?
I see that this mod was last updated Dec 7 2007. I am looking to update my version, but I don't know which version I am using. I also noticed if I click on a customers UPS link I don't automatically get tracking I actually half to physically add the number.
Can no one answer my question? When I click on the UPS hyper link with the tracking number I am sent to a page that says:
before I remember being able to see tracking info without having to type the data in. Is this something I can fix?Quote:
Enter up to 25 tracking numbers, one per line
In the admin section, the url for UPS should be
http://wwwapps.ups.com/WebTracking/p...n_US&tracknum=
maybe you've got an old url??
Jim
That did the trick, thanks.
I installed this and it works GREAT good job making it.. just have one question how would i make it so members can see it in the members area Example i put in the Tacking number and when they login and check their acount.. it will show the tracking number in there that they can click on to goto the tracking page..?
John:clap:
For the install error, I added another '1' to the list of values on that first insert. Seemed to work OK.
Has anyone tried this mod on 1.3.8?
Interested in this mod...
So, do you have to input all the tracking info manually or does it do it automatically?
This is the new url to enter into the admin section for UPS shipments.
http://wwwapps.ups.com/WebTracking/p....y=9&tracknum=
is there a 1.3.8a update for this mod yet? looks great... I want to add it... thanks
Have you tried installing it? I've got it on two 1.3.7 and it's fine. I'd think it will work just fine.
Quick question:
Where do I set the Ty tracker to send a confirmation email to the user with the tracking number (when the tracking number is set).
thanks,
gabstero
When you update the order status, Zen cart sends out the email. It's not a function of the add-on.
Thanks Jim!
Do you know in the Admin can I set that?
Thanks!
G
AFAIK, that's jsut the way Zen Cart works. All the sites I've done have sent an email and I never did anything to enable it to do so.
Thanks again Jim,
The email notifications are working all fine. When the user places an order, gets notified, and the store owner as well.
What I am after is a secondary notification email sent to the buyer when a tracking number is added to an order by the Admin (Admin->Customers->Add Tracking ID)
thanks again!
gabstero
When you add the tracking ID for the carrier, you also need to either change the order status or enter something in the Comments box.
When you click update, a new entry should appear in the table. Does it?
Hi all,
I have the package tracker successfully installed and operating smoothly on the admin side however on the customer side I cannot get the tracking information to display in the account information.
I have changed the information.php line to access the 'tracker' information as indicated in the install instructions but when I use that it errors out to "page cannot be found" when using the view button for order history on the customer side.
Any ideas how to make the tracking information available to the customer from the account history?
Thanks in advance,
Ben
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 am trying to minimize the number of manual steps to get the tracking information into my customer database. I thought that after I printed the label from the shipper website, I could use my barcode scanner to enter the tracking number from the label to the database. But NOT for USPS. The barcode number on the label is 30 digits long and the tracking number is the last 20 of them. :censored:
Do you think it would be possible to change the input code for the tracking number entry to run a function something like RIGHT(scanned_number,20) on the entry? If so, where do I find the appropriate code?
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:
replace with this:Code: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.Code:define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'tracker');
//define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'Tracking');
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.
Hi,
The package tracker seems a great mod except I am having a couple of problems:
1)the sidebox is not showing despite going through the config steps in admin.
2)More strange, from within admin, though I can add a tracking number to a customer, when I click on the number in the appropriate view, I am taken to the UPS tracking page without the tracking number or info. I have to re-input the tracking number here. It seems to me there must be something I am doing wrong because just taking one to the UPS site's tracking page is pointless unless the parcel is actually tracked.
Note that I have only tried with sample numbers but these same numbers give an "invalid number" error when directly input at the UPS site and this should be the result when input via the zencart as well.
thanks all!
Regarding the problem noted above with UPS not giving "invalid tracking number" messages, I wanted to add that I have no problem with FedEx. (except of course for the sidebox not showing)
Its just UPS that it doesn't work for.
From post #172:
http://www.zen-cart.com/forum/showpo...&postcount=172
Thanks , Jeking! It works now!
But anything on how to get the sidebox to appear? I have, as I said, turned the sidebox ON in admin tools
Thanks anyway, Jeking! You were a lot of help.
Anyone else know what could be wrong with the sidebox and why it won't show inspite of configuring it ON in admin?
To further clarify, I have turned ON the sideboxes/track_orders.php in Admin->Tools->LAYOUT Boxes Controller but the sidebox is not showing.
Help would be sooo appreciated!
I installed this module a few months ago and it works great... thanks!
I have noticed a problem however... in Admin > Customers > Orders.... Products are no longer displaying on the Order pages, Invoices or Packing Slips. It shows the table headings for these (Product, Model, Tax, Price, Total etc) and the Subtotal, Shipping and Total below, but doesn't display the products my customers have purchased.
Any ideas what could be causing this?
I just checked the languages files and they are all in place.
The headings are as follows:
But nothing appears in the rows below.Quote:
Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc)
I just checked and it's only Paypal orders that are not logging products. That should narrow things down
Question about editing the shipper. If we change the shipper, e.g. from Fedex to USPS Flat Rate Priority Mail, how do we edit the shipper so that the tracker will access the correct shipper webpage?
Second question: When I click on the EDIT button in TyTracker, I only get a blank screen with a 'cancel' and 'submit' button. I have Super Order installed and functioning properly and admin/includes/extra_datafiles/tracker.php says:
So where do I look for the problem? I'm guessing that if I solve the second problem, I'll have the answer to the first.Code:define('FILENAME_EDIT', 'super_edit.php');
I was searching for the same thing. I havnt been able to find the link but I did find this website which is of help:
http://www.trackjump.com/
It provides a neat service which allows you to create "tracking urls" based on major shipping carriers.
For EMS an example url would be http://trackj.com/ems/eaXXXXXXXXXXcn
So simply place http://trackj.com/ems/ in the Carrier Url link in admin and it will as needed.
Ty Package tracker is awesome, thanks for the contrib.