-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank you very much again DivaVocals fro your patience. I know I am being a pain in the rear. My apologies. Reason is I am not versed in zencart or any programming matter. Also learning as I go even though I have been using Zencart for 5 years.
one final question:
If I add new web templates. Do i put all those file in the YOUR_TEMPLATE in the new template folders to have it work?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
twi
Thank you very much again DivaVocals fro your patience. I know I am being a pain in the rear. My apologies. Reason is I am not versed in zencart or any programming matter. Also learning as I go even though I have been using Zencart for 5 years.
one final question:
If I add new web templates. Do i put all those file in the YOUR_TEMPLATE in the new template folders to have it work?
You don't need to know ANY programming to install this module (hence the detailed readme file)
and yes, if you change template you have to move all of your template overrides into the new template's folder.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I had this working perfect on the 1.3.9. I now upgraded to 1.5 and need to reinstall. Why do we need to uplaod all the images which replace standard ZC images and are different? I do not want to over ride anything standard unless needed. This is a tremendous mod and is extremely beneficial. You think that this would be a standard feature within ZC already.
This install looks harder than the previous one.
Thanks for the great mod.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
MagicMan
I had this working perfect on the 1.3.9. I now upgraded to 1.5 and need to reinstall. Why do we need to uplaod all the images which replace standard ZC images and are different? I do not want to over ride anything standard unless needed. This is a tremendous mod and is extremely beneficial. You think that this would be a standard feature within ZC already.
This install looks harder than the previous one.
Thanks for the great mod.
They are just nicer images to match the ones required for this mod.. Simply don't override the default ones if you don't want to.. The install isn't any harder than any other Zen Cart module.. In fact the auto-installer makes it easier..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
When I put the tracking number into the box in my default orders page it posts in the "Comments" box, not in the "Tracking ID" box and there is no hyperlink. I have Edit orders installed and when I update an order there, it appears and is hyperlinked.
I need the link to show on the regular order detail page. Is this something it can no longer do if enabled to work with edit orders? I had it working in my old 1.3.9h shop and it is such a valuable mod. Thanks for you work on it and thanks for any insights as to why this might be happening.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
athena
When I put the tracking number into the box in my default orders page it posts in the "Comments" box, not in the "Tracking ID" box and there is no hyperlink. I have Edit orders installed and when I update an order there, it appears and is hyperlinked.
I need the link to show on the regular order detail page. Is this something it can no longer do if enabled to work with edit orders? I had it working in my old 1.3.9h shop and it is such a valuable mod. Thanks for you work on it and thanks for any insights as to why this might be happening.
I can only suggest doublechecking your unstall.. out the box this mod doesn't behave as you describe. So I can only think that there is an install issue..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank for being quick.
Everything looks good but I will try and re edit the orders.php as that must be the issue...it looks pretty identical though in Winmerge....except for one or two little info-at-a-glance edits etc.
The only other thing I can see is where I left out one line as it seemed duplicated in my Edit Orders. That is BUTTON_TO_LIST
Code:
// BEGIN EDIT ORDERS ----------------------------------------------
define('ENTRY_CUSTOMER_ADDRESS', 'Customer Address:');
define('TEXT_MAILTO', 'mailto');
define('TEXT_STORE_EMAIL', 'web');
define('TEXT_WHOIS_LOOKUP', 'whois');
define('BUTTON_TO_LIST', 'Order List');
define('SELECT_ORDER_LIST', 'Jump to Order:');
// END EDIT ORDERS ----------------------------------------------
// TY TRACKER 1 BEGIN ----------------------------------------------
define('HEADING_TITLE_ORDER_DETAILS', 'Order # ');
define('TABLE_HEADING_TRACKING_ID', 'Tracking ID');
define('TABLE_HEADING_CARRIER_NAME', 'Carrier');
define('ENTRY_ADD_TRACK', 'Add Tracking ID');
define('IMAGE_TRACK', 'Add Tracking ID');
define('SELECT_ORDER_LIST', 'Jump to Order: ');
// END TY TRACKER 1 -------------------------------------------------
I'll post back when I figure it out.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I'm checking my files to find why the link is not posting to the tracking id cell in order detail page....
In this Ty Tracker file there is one difference I did not go along with due to my lack of understanding of these things...but it seemed a closing tag was missing.
Is this correct that the last line is blank with no (?>) on the last line in includes > languages > english > mytemplate > acount_history_info.php >
Code:
// End Ty Package Tracker
define('TABLE_HEADING_STATUS_ORDER_STATUS', 'Order Status');
define('TABLE_HEADING_STATUS_COMMENTS', 'Comments');
define('QUANTITY_SUFFIX', ' ea. ');
define('ORDER_HEADING_DIVIDER', ' - ');
define('TEXT_OPTION_DIVIDER', ' - ');
~~~~~~~~~~no closing tag~~~~~~~~~~~~
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I honestly can't see anything wrong with my admin > orders.php file.
If anyone else is running Edit orders with Ty Tracker and is successfully seeing the tracking number post in the Tracking Id field on the order detail page with a hyperlink after updating the page, would you mind posting your orders.php page here?
Thanks for any help.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
athena
I'm checking my files to find why the link is not posting to the tracking id cell in order detail page....
In this Ty Tracker file there is one difference I did not go along with due to my lack of understanding of these things...but it seemed a closing tag was missing.
Is this correct that the last line is blank with no (?>) on the last line in includes > languages > english > mytemplate > acount_history_info.php >
Code:
// End Ty Package Tracker
define('TABLE_HEADING_STATUS_ORDER_STATUS', 'Order Status');
define('TABLE_HEADING_STATUS_COMMENTS', 'Comments');
define('QUANTITY_SUFFIX', ' ea. ');
define('ORDER_HEADING_DIVIDER', ' - ');
define('TEXT_OPTION_DIVIDER', ' - ');
~~~~~~~~~~no closing tag~~~~~~~~~~~~
No closing needed.. there is a Zen Cart FAQ that explains why..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I must be blind, but I can't find the database sql file anywhere. Is there any hope for it?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Satu
I must be blind, but I can't find the database sql file anywhere. Is there any hope for it?
as I responed to you post in the Super Orders thread, please review the read me file. In particular the installation instructions. The read me file explains why there is no install SQL file included in the fileset for this module..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank you.
I can't get it working.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Satu
Thank you.
I can't get it working.
and your post doesn't provide any details for anyone to help.. Sooooo some details please.. What does "can't get it working" mean?? Error messages?? If you are getting blank pages, then you need to provide the error log details.. Are you sure all the files are in the right place?? (re-review the readme instructions for guidance on where the files go)
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi...I'm still at it....checking and checking my files. It must work with Edit orders without interfering with the order detail page, right? Is this a fools errand?
I saw another post about this problem so it must be a logical error I've made. I'm talking in regards to the tracking number failing to post on the order detail page. It posts in Edit orders just fine, and sends a link to the customer for tracking, but although there is a box for the tracking number and a cell "tracking ID" for it to post to, as it did in my 1.3.9h shop....there is nothing there when I update the order. I toggle over to Edit Orders, and there it is!...right where it is supposed to be, even though the update was done from the order detail page. I can see no problems in my orders.php page. I've been over and over it. My shop functions ok but there is always a chance we'll miss an error as we don't use edit orders in the shipping stage.
Is there a file besides orders.php that may be the problem? Some section of code I can post here for review? Any chance edit_orders.php is over-riding something?
Any help appreciated.
Quote:
Originally Posted by
DivaVocals
I can only suggest doublechecking your unstall.. out the box this mod doesn't behave as you describe. So I can only think that there is an install issue..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Had to move this to correct place. Sorry.:blush:
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Sorry, getting very frustrated about myself.
I renamed the "admin", to what I have for my actual admin.
I uploaded the files from 1_Install_files to:
/home/xxxxxx/public_html/new_store/"admin" and to
/home/xxxxxx/public_html/new_store/includes.
Before that I logged in to my admin. After upload I click link, and nothing happens. This same happens to SO's.
I keep reading the instructions and making the page bigger, but no avail. I must over look something, need stronger glasses or something.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Whaaat. It worked?! Well I have to admit that I also uploaded the "Required Core Edits" at the same time, when nothing worked.
So now I do the Required Core Edit for Ty Tracker and Edit orders separately with Winmerge/Beyond Compare?
What about the COWOA?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
athena
Hi...I'm still at it....checking and checking my files. It must work with Edit orders without interfering with the order detail page, right? Is this a fools errand?
I saw another post about this problem so it must be a logical error I've made. I'm talking in regards to the tracking number failing to post on the order detail page. It posts in Edit orders just fine, and sends a link to the customer for tracking, but although there is a box for the tracking number and a cell "tracking ID" for it to post to, as it did in my 1.3.9h shop....there is nothing there when I update the order. I toggle over to Edit Orders, and there it is!...right where it is supposed to be, even though the update was done from the order detail page. I can see no problems in my orders.php page. I've been over and over it. My shop functions ok but there is always a chance we'll miss an error as we don't use edit orders in the shipping stage.
Is there a file besides orders.php that may be the problem? Some section of code I can post here for review? Any chance edit_orders.php is over-riding something?
Any help appreciated.
I'm not sure what to suggest.. clearly there is something the got left ot the file when you did your merging.. out the box this works just fine..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Satu
Whaaat. It worked?! Well I have to admit that I also uploaded the "Required Core Edits" at the same time, when nothing worked.
So now I do the Required Core Edit for Ty Tracker and Edit orders separately with Winmerge/Beyond Compare?
What about the COWOA?
The install instructions indicated that ALL of the files in BOTH folders should be uploaded.. any merging should have been done before you uploaded the files..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I got it working all of them. Thank you.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank you again for this mod....working just fine now on 1.5.1
Somehow I must have copied some extra code into my clean orders.php from my install files. my checking against the other orders.php in my different mods against the original wasn't showing me the error so I went back to rebuild using a fresh unzipped zencart file....and, of course, I'm an idiot.....
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Satu
I got it working all of them. Thank you.
Quote:
Originally Posted by
athena
Thank you again for this mod....working just fine now on 1.5.1
Somehow I must have copied some extra code into my clean orders.php from my install files. my checking against the other orders.php in my different mods against the original wasn't showing me the error so I went back to rebuild using a fresh unzipped zencart file....and, of course, I'm an idiot.....
I get flack for it, but I say time and time again, most common issues with modules trace right back to installation mistakes versus actual bugs/flaws.. Good to hear you both got things all straightened out..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank you for an awesome app!! The one problem I am having is when I click on the "Track your orders" link, it takes me to "index.php?main_page=account_history" and shows me I don't have any previous orders. (All this is correct) the problem is my banners aren't showing on the right hand side on that page and ONLY on that page. Thoughts? I did try to search this thread on both Banner and on account_history and didn't see this problem reported before.
Thanks!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
RyanEOD
Thank you for an awesome app!! The one problem I am having is when I click on the "Track your orders" link, it takes me to "index.php?main_page=account_history" and shows me I don't have any previous orders. (All this is correct) the problem is my banners aren't showing on the right hand side on that page and ONLY on that page. Thoughts? I did try to search this thread on both Banner and on account_history and didn't see this problem reported before.
Thanks!
Link to your site would help.. because I'm not quite sure what you are saying is happening..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi DivaVocals,
I *love* this plugin (just installed version 3.1.3, no previous versions, using ZC 1.5.1). One strange thing I'm noticing, probably caused by some file or setting I missed - although the only shipper I have enabled is USPS (under Configuration -> Ty Pkg Tracker only USPS is "true", the other 4 are "false") and it is indeed the only one appearing under "Add Tracking #" on the Edit Order page (using Edit Orders 4.1), in the email received by the customer, all shippers are listed, as follows:
====
Your FedEx Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://www.fedex.com/Tracking?action...&tracknumbers=
It may take up to 24 hours for the tracking information to appear on the
website.
Your UPS Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://wwwapps.ups.com/WebTracking/p...nquiryNumber1=
It may take up to 24 hours for the tracking information to appear on the
website.
Your USPS Tracking ID is 9000000000000000000000
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
https://tools.usps.com/go/TrackConfirmAction!input.action?tLabels=#9000000000000000000000
It may take up to 24 hours for the tracking information to appear on the
website.
Your Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
It may take up to 24 hours for the tracking information to appear on the
website.
Your Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
It may take up to 24 hours for the tracking information to appear on the
website.
Your order has been updated to the following status:
Shipped
====
Which file controls this?
BTW, my very first test didn't have this problem. Then I replaced the code snippet in /admin/includes/functions/extra_functions/edit_orders_functions.php to fix the subtotal error in EO 4.1, and after that change the problem described above started occurring. I don't know how one would be related to the other, but I also don't believe I made any other changes to code.
What could I have messed up?
Thanks!
Magz
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
magz
Hi DivaVocals,
I *love* this plugin (just installed version 3.1.3, no previous versions, using ZC 1.5.1). One strange thing I'm noticing, probably caused by some file or setting I missed - although the only shipper I have enabled is USPS (under Configuration -> Ty Pkg Tracker only USPS is "true", the other 4 are "false") and it is indeed the only one appearing under "Add Tracking #" on the Edit Order page (using Edit Orders 4.1), in the email received by the customer, all shippers are listed, as follows:
====
Your FedEx Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://www.fedex.com/Tracking?action...&tracknumbers=
It may take up to 24 hours for the tracking information to appear on the
website.
Your UPS Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://wwwapps.ups.com/WebTracking/p...nquiryNumber1=
It may take up to 24 hours for the tracking information to appear on the
website.
Your USPS Tracking ID is 9000000000000000000000
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
https://tools.usps.com/go/TrackConfirmAction!input.action?tLabels=#9000000000000000000000
It may take up to 24 hours for the tracking information to appear on the
website.
Your Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
It may take up to 24 hours for the tracking information to appear on the
website.
Your Tracking ID is
Click here to track your package.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
It may take up to 24 hours for the tracking information to appear on the
website.
Your order has been updated to the following status:
Shipped
====
Which file controls this?
BTW, my very first test didn't have this problem. Then I replaced the code snippet in
/admin/includes/functions/extra_functions/edit_orders_functions.php to fix the subtotal error in EO 4.1, and after that change the problem described above started occurring. I don't know how one would be related to the other, but I also don't believe I made any other changes to code.
What could I have messed up?
Thanks!
Magz
This is more of an Edit Orders issue since you made a change to one of the Edit Orders files and this is what caused the issue you are having.. My guess is you didn't add the code in correctly..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi DivaVocals - I hoped it would be something as simple as a missed or extra semicolon or bracket, but, alas, I copied & pasted the code snippet in the EO file correctly. I did revert it to its previous version, at which point the emails with tracking numbers were correct, but then I changed it back to the version that fixes the subtotal problem (I was having that one, too), and emails again list all 5 shippers, including the 4 that are turned off. For the life of me I don't know what in that snippet could be causing this, but there you have it... On top of that, no error logs get generated, so I don't know where to look or what to look for. Any ideas? I even cleaned up my db, thinking that maybe bits of all the old, deleted test orders somehow lingered causing mischief, but nope, that did nothing for this issue. Oh, for what it's worth, I am *not* using the ot_local_sales_taxes module mentioned in the snippet, I use TaxCloud (same one that caused trouble with my EO installation before) - could there be an inherent incompatibility between these plugins? If so, maybe it can be resolved between you and Taxcloud/DrByte?
Thank you!
Magz
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
magz
Hi DivaVocals - I hoped it would be something as simple as a missed or extra semicolon or bracket, but, alas, I copied & pasted the code snippet in the EO file correctly. I did revert it to its previous version, at which point the emails with tracking numbers were correct, but then I changed it back to the version that fixes the subtotal problem (I was having that one, too), and emails again list all 5 shippers, including the 4 that are turned off. For the life of me I don't know what in that snippet could be causing this, but there you have it... On top of that, no error logs get generated, so I don't know where to look or what to look for. Any ideas? I even cleaned up my db, thinking that maybe bits of all the old, deleted test orders somehow lingered causing mischief, but nope, that did nothing for this issue. Oh, for what it's worth, I am *not* using the ot_local_sales_taxes module mentioned in the snippet, I use TaxCloud (same one that caused trouble with my EO installation before) - could there be an inherent incompatibility between these plugins? If so, maybe it can be resolved between you and Taxcloud/DrByte?
Thank you!
Magz
No such thing as modules being "inherently incompatible". If two modules don't work together there's a number of reasons why this is so, but it usually all boils down to that it simply means that changes need to be made so that the code works as intended.. I don't have free time to spare on trying to fix issues with another module.. If Tax Cloud code is the cause of the issue then you need to work with Tax Cloud to resolve them.. Ty Package Tracker was extensively tested and works just fine and so does Edit Orders.. If other modules modify the same or related files those issue need to be resolved with the offending module. I can't possibly test these modules for how they will integrate with every possible add-on install shopowners might use..
As I stated this is really more of an Edit Orders issue and has NOTHING to do with Ty Package Tracker.. whatever code you are trying to add to fix the issue in Edit Orders is the cause of the issue you are having and I can't begin to tell you how to resolve the problem.. Best you post your question on resolving this code fix in the Edit Orders thread since the root cause is not because of Ty Package Tracker, but rather because of a change you made to Edit Orders..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Does anyone know the tracking link for Couriers Please?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hello, I had this same issue when I first installed TY. You can visit the web site for UPS, Fedex etc and go to their package tracking page and cut and paste the link into the tracker file. This worked for me.
I just updated to Zen Version 1.5 and the new TY Package Tracker version already has the links installed for tracking purposes.
Hope this helps.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi,
I have a little problem: I'm using the version 3.1.1 since I use Zencart 1.3.9h and the courier tracking url has the tracking number not at the und of the url but in the middle.
For example look at this tracking url:
http://wwww.sda.it/SITO_SDA-WEB/disp...ome&button=Vai
The code 286301747757 is not at the end.
How could I fix this?
There should be a wildcard like a symbol to tell to the Ty script where to place the tracking number.
Thank you.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I'm just wondering if there's any possibility to integrate https://www.aftership.com/ with TY package tracker.
It gives a nice button next to the tracking number to popup tracking info with leaving the site. see demo here
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
I'm just wondering if there's any possibility to integrate
https://www.aftership.com/ with TY package tracker.
It gives a nice button next to the tracking number to popup tracking info with leaving the site. see demo
here
I'm sure there is.. It's software.. anything is possible if one has the time and ability to add these features.. That said, I have no particular plans to do this.. If another community member wants to take the ball and run with it, I say go for it..
I assume you mean FEATURES like Aftership right?? (ie: the nice button next to the tracking number to popup tracking info) Ty Package tracker includes the tracking link in the order comments which customers as well as shopowners can access.. Not sure what integrating with Aftership would do to improve Ty Package Tracker gains, but certainly FEATURES like Aftership might be nice..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I noticed that in the sidebox only the last 3 orders show, is it possible to set it should show more than 3 orders?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
This is a great plugin, installed easily, works just as it should - thank you.
However, it throws validation errors on the sidebox if there are no orders to display. The code in tpl_track_orders.php puts out an <a> tag only in the <ul> causing the following errors to be thrown for the page. This can be fixed by putting the <li> tags in, but I thought I should raise the issue. Of course if there is something I've not done in the configuration, perhaps someone could advise?
Thank you
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 124: document type does not allow element "a" here; assuming missing "li" start-tag
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 152: end tag for "li" omitted, but OMITTAG NO was specified
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
- http://validator.w3.org/images/info_icons/info.png Line 192, Column 1: start tag was here
<a href="http://www.thumpers.co.uk/msfx-test/index.php?main_page=account_histor…
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Go to Admin->Configuration->Ty Package Tacker
Change the Carrier Name and use this as the tracking link
Code:
http://wwww.sda.it/SITO_SDA-WEB/dispatcher?invoker=home&LEN=&execute2=ActionTracking.doGetTrackingHome&button=Vai&id_ldv=
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
The setting change be change in the Admin->Configuration->Ty Package Tacker settings.
It's under
Max display for Track Order sidebox
-
1 Attachment(s)
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
RoPey
This is a great plugin, installed easily, works just as it should - thank you.
However, it throws validation errors on the sidebox if there are no orders to display. The code in tpl_track_orders.php puts out an <a> tag only in the <ul> causing the following errors to be thrown for the page. This can be fixed by putting the <li> tags in, but I thought I should raise the issue. Of course if there is something I've not done in the configuration, perhaps someone could advise?
Thank you
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 124: document type does not allow element "a" here; assuming missing "li" start-tag
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 152: end tag for "li" omitted, but OMITTAG NO was specified
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
- http://validator.w3.org/images/info_icons/info.png Line 192, Column 1: start tag was here
<a href="http://www.thumpers.co.uk/msfx-test/index.php?main_page=account_histor…
Thanks for bringing it to my attention. Attached is the fix.
Let me know if there's any problem.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
Thanks for bringing it to my attention. Attached is the fix.
Let me know if there's any problem.
Awesome.. I have an update I was JUST getting ready to submit.. I'll include this fix too..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Issues merging admin/orders.php with one that already has snap affiliates edits, and its only the admin/orders.php that is the problem, all other edits go thru just fine.
I have tried merging both directions but cannot get this to work with snap affiliates edits in it at the same time. So finally, after the 9th try ive given up and im not seeing anything else that ref's issues with these two mods.
Anytime I try to merge in the snap affiliates edits, then I can no longer add tracking numbers from the admin.
No anything else used, no superorder, no edit orders.
Anyone else have any issues with merging this when already using snapaffiliates?
zen v 1.5.1
downloaded ty package tracker today
Thanks
Bill
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
BugWater
Issues merging admin/orders.php with one that already has snap affiliates edits, and its only the admin/orders.php that is the problem, all other edits go thru just fine.
I have tried merging both directions but cannot get this to work with snap affiliates edits in it at the same time. So finally, after the 9th try ive given up and im not seeing anything else that ref's issues with these two mods.
Anytime I try to merge in the snap affiliates edits, then I can no longer add tracking numbers from the admin.
No anything else used, no superorder, no edit orders.
Anyone else have any issues with merging this when already using snapaffiliates?
zen v 1.5.1
downloaded ty package tracker today
Thanks
Bill
And exactly what file merging program are you using to "merge" the orders.php files from these two mods??
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
And exactly what file merging program are you using to "merge" the orders.php files from these two mods??
Sorry using WinMerge
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
BugWater
Sorry using WinMerge
Okay I was just checking to assure that you are using a file merging program.. I haven't used Snap Affiliates so I can't help with this.. Sounds like some of the code overlaps in away that if you aren't correctly merging things things will stop working.. You might try asking on the Snap Affiliates support thread as well..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I've posted here (http://www.zen-cart.com/showthread.p...07#post1222607) a merged version for Snap Affiliates v2.5.1 and Ty Package Tracker v1.3.1. Note that this merge covers only the snap/typt merges; if anyone's using Edit Orders or Super Orders, there's another round of merging required (i.e. YMMV).
P.S. It was a b!tch of a merge ...
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi,
I have got this add on installed with Super Orders and Edit orders and everything is working great. The only problem I am finding is that the customer is unable to see the tracking data in the account history area; either as a clickable link or web address. At the moment I am copying and pasting into comments. I have merged the files successfully and checked them against each other and they are the same.
Any one able to offer any advice?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
TheTeeShack
Hi,
I have got this add on installed with Super Orders and Edit orders and everything is working great. The only problem I am finding is that the customer is unable to see the tracking data in the account history area; either as a clickable link or web address. At the moment I am copying and pasting into comments. I have merged the files successfully and checked them against each other and they are the same.
Any one able to offer any advice?
If you are using Super Orders there is no "merging" required.. So I suspect the issue is that you have merged something wrong.. Suggest you replace the orders.php file you have with the one from the Super Orders package..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thanks, I have replaced all the orders.php files and am still unable to see the order details on the front end in the customer order history area. I am able to see it in the back end so I know it is adding it to the database and sending out the emails fine.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
TheTeeShack
Thanks, I have replaced all the orders.php files and am still unable to see the order details on the front end in the customer order history area. I am able to see it in the back end so I know it is adding it to the database and sending out the emails fine.
Then you need to double check your install and in particular the modified includes/templates/custom_template/templates/tpl_account_history_info_default.php file.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I'm installing Ty Pkg Tracker (version 3.1.3) for the first time and have some questions for the following files:
(1) 2_Required_Core_Edits\includes\languages\english\YOUR_TEMPLATE\account_history_i nfo.php -- This appears under "Your Template", which is fine as the template overrides allow for it there. So is it really a CORE file at this location? The DEFAULT location is actually under: includes\languages\english\account_history_info.php
(2) 2_Required_Core_Edits\includes\languages\YOUR_TEMPLATE\english.php -- My concern here is that the contents of the mod's file "english.php" at this location appears to be much the same as the CORE english.php file located at: includes\languages\english.php -- Is this intended? Just seems a bit overkill... I'm no expert here, but I've peeked and poked around Zen Cart code long enough to think something is a bit odd. And if the wrong file was grabbed by mistake for making the mod package zip file, no worries! I've done it a time or two myself. lol
Chris
aka Mega Moonshine
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
FATAL ERROR on initial install of Ty Pkg Tracker:
Getting this in logs:
[27-Nov-2013 08:27:42 UTC] PHP Fatal error: 1136:Column count doesn't match value count at row 1 :: INSERT INTO configuration VALUES (NULL, 'Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br /><br />Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', '37', 90, now(), now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'), ') in /includes/classes/db/mysql/query_factory.php on line 120
It's getting late, gotta sleep and letting this issue perk a bit for a response from all you Uber Zenners... lol
Until I return much rested, have a Good Night!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
I'm installing Ty Pkg Tracker (version 3.1.3) for the first time and have some questions for the following files:
(1) 2_Required_Core_Edits\includes\languages\english\YOUR_TEMPLATE\account_history_i nfo.php -- This appears under "Your Template", which is fine as the template overrides allow for it there. So is it really a CORE file at this location? The DEFAULT location is actually under: includes\languages\english\account_history_info.php
Semantics.. huh.. well okay..:blink:
YES..
Core file = not a NEW Zen Cart file... so YES when I put together the install package, I included OVERRIDE files in the core files folder including "includes\languages\english\YOUR_TEMPLATE\account_history_info.php" & "includes\languages\YOUR_TEMPLATE\english.php" is.. Hence the folder name "2_Required_Core_Edits".
Quote:
Originally Posted by
Mega Moonshine
(2) 2_Required_Core_Edits\includes\languages\YOUR_TEMPLATE\english.php -- My concern here is that the contents of the mod's file "english.php" at this location appears to be much the same as the CORE english.php file located at: includes\languages\english.php -- Is this intended? Just seems a bit overkill...
Overkill?? Is it intended??
well it's an OVERRIDE file and this is the way the Zen Cart OVERRIDE system is supposed to work... You don't modify the DEFAULT core file, you create an OVERRIDE for it.. and YES you can (and should) create an override for a language file even if it's a SMALL change..
Now that said you certainly can opt to modify the default file, and hope you don't forget at the next Zen Cart upgrade.. It's not recommended, but it's your site.. so that is entirely up to you..
Quote:
Originally Posted by
Mega Moonshine
I'm no expert here, but I've peeked and poked around Zen Cart code long enough to think something is a bit odd. And if the wrong file was grabbed by mistake for making the mod package zip file, no worries! I've done it a time or two myself.
Suggest reviewing the override system FAQ. Your understanding of how the override system works is a tad incomplete..: http://www.zen-cart.com/content.php?...verride-system
Quote:
The Override System includes:
Language Files: includes/languages
Module Files: includes/modules
Template Files: includes/templates/template_default
Extra Definitions: includes/languages/ENGLISH/extra_definitions
Extra Data Files: includes/extra_datafiles
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
FATAL ERROR on initial install of Ty Pkg Tracker:
Getting this in logs:
[27-Nov-2013 08:27:42 UTC] PHP Fatal error: 1136:Column count doesn't match value count at row 1 :: INSERT INTO configuration VALUES (NULL, 'Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br /><br />Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', '37', 90, now(), now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'), ') in /includes/classes/db/mysql/query_factory.php on line 120
It's getting late, gotta sleep and letting this issue perk a bit for a response from all you Uber Zenners... lol
Until I return much rested, have a Good Night!
Dunno why you are getting this error.. it's never been reported before. There are 11 columns in the configuration table and 11 columns the script attempts to update.. Suggest running the uninstall script and try re-doing your install..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thanks for getting back, DivaVocals.
It was just a couple of questions based on past observations with my limited experience with Zen Cart. I've seen where the main file includes/languages/english.php exists but the includes/languages/Your_Template/english.php file is used to extend the main without having to touch it. At least that is my understanding. I thought that both are read during execution and that redundancy of DEFINE's is just wasted cycles. You're probably right in that I could brush up on ZC with some light pleasure reading... lol
I didn't mean to raise any ire. Just had some questions. It was late, I was tired and not all cylinders were firing.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
As for the FATAL error (which also prevented Admin Login's with a blank page and a simple Warning: yada, yada, yada), I did try the following:
1. Ran the uninstall SQL script. No change.
2. In the init_includes file, uncommented out the Uninstall line of code. Still no change.
I'll mention that I'm trying to install all three packages (Edit Orders, Ty Pkg Tracker, Super Orders) individually in that order. I'm installing each as a standalone and doing careful WinMerge's on all modified core files, keeping copies such as "orders (DEFAULT).php" and "orders (EDIT ORDER).php" as backups.
My understanding is that EO and TPT need to be installed first and functioning before Super Orders is installed and over-layed on top.
It would be sweet if there was an install with all three rolled into one package for installing, rather than 3 individual ones, as it seems the three are often installed together. Or at least state (if it can be done) to install all three at once (copy files to server) then login into Admin to trigger the install, etc. :^)
The EO, TPT and now I'm guessing the latest Super Orders mod (I've installed earlier versions of SO, but not this one yet) are using an auto-install script for SQL database updates rather than what I'm used to doing manual SQL updates (or Cut and Paste's).
Chris
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
Thanks for getting back, DivaVocals.
It was just a couple of questions based on past observations with my limited experience with Zen Cart. I've seen where the main file includes/languages/english.php exists but the includes/languages/Your_Template/english.php file is used to extend the main without having to touch it. At least that is my understanding. I thought that both are read during execution and that redundancy of DEFINE's is just wasted cycles. You're probably right in that I could brush up on ZC with some light pleasure reading... lol
I didn't mean to raise any ire. Just had some questions. It was late, I was tired and not all cylinders were firing.
extra definition, and extra configuration files work the way you describe.. override files do not.. (please look at the override system to get clarity on this) I suppose if I had wanted, I could have done something similar.. I didn't so they are override files..
No ire.. just answering your question..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
As for the FATAL error (which also prevented Admin Login's with a blank page and a simple Warning: yada, yada, yada), I did try the following:
1. Ran the uninstall SQL script. No change.
2. In the init_includes file, uncommented out the Uninstall line of code. Still no change.
I'll mention that I'm trying to install all three packages (Edit Orders, Ty Pkg Tracker, Super Orders) individually in that order. I'm installing each as a standalone and doing careful WinMerge's on all modified core files, keeping copies such as "orders (DEFAULT).php" and "orders (EDIT ORDER).php" as backups.
Suggest rolling back to a state you were before installing Ty Package Tracker and starting over.. I really don't know how to help as I cannot reproduce this error, and no one has reported it before..
Quote:
Originally Posted by
Mega Moonshine
My understanding is that EO and TPT need to be installed first and functioning before Super Orders is installed and over-layed on top.
This is correct
Quote:
Originally Posted by
Mega Moonshine
It would be sweet if there was an install with all three rolled into one package for installing, rather than 3 individual ones, as it seems the three are often installed together. Or at least state (if it can be done) to install all three at once (copy files to server) then login into Admin to trigger the install, etc. :^)
Except not everyone uses all three so why make folks install mods they don't need/want.. Speaking on behalf of those of us who volunteer our time to maintain these modules, I can say we are busy and don't have to the to maitain such a super mod.. However, it's open source.. ANYONE can contribute and maintain such a super mod if they so desire..
Quote:
Originally Posted by
Mega Moonshine
The EO, TPT and now I'm guessing the latest Super Orders mod (I've installed earlier versions of SO, but not this one yet) are using an auto-install script for SQL database updates rather than what I'm used to doing manual SQL updates (or Cut and Paste's).
Chris
Yes all have auto-installers..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
DivaVocals,
Thanks for your time, suggestions and feedback. I am happy to say I found the source of the problem and it has NOTHING to do with any of the mods (EO, TPT or SO) which you graciously tweak and maintain on your own for the benefit of all.
The PROBLEM is with another mod that I installed earlier that changed the CONFIGURATION table by adding another column. It is from NUMINIX and the mod is FEAC (Fast and Easy Ajax Checkout - version 2.27.2). The mod apparently added the additional column "configuration_tab" and it is used to sort and present a tabbed interface for it's own mod's and could be used by others (if they know how).
While the FEAC table change provides a cool interface and grouping of admin tasks, I was not aware (or remembered) the change to one of the main core tables for admin when I installed FEAC. It wasn't until now that I discovered/realized this.
This means with the FEAC mod installed, all future 3rd party admin mods may fail installation because the SQL code is not aware of the added (12th) column in the table. But if you know about it (and need to remember this...) one can easily add the 12th column value (the default value should be: 'General').
But that requires a bit of Zen Cart, PHP and SQL skills to do so, along with determining where in the mod (to be installed) the changes or edits should be made. Simple install SQL file edits is easy enough, but mods that have auto-installers make it a bit harder to figure out.
I'm disappointed that NUMINIX has chosen to do it this way, as it affects future mod installations from any other mod provider. I think the tabbed interface could have been done differently to provide the same affect, but without having to modify the table to do so, thus not cause issues with other mods from other sources.
But it is what it is. I like the Numinix FEAC mod btw, but the table change came as a bit of a surprise and what it means for ease of installation for other mods (harder, more complicated). But Numinix does offer 3rd Party Mod Installation Services for a fee. Not that I've had to use it as I have usually been able to figure things out eventually. But still...
The proceeding posts were a result of frustration from not being aware of the source of the problem when I knew I was doing everything correctly, but it wasn't working!
Okay, here is what I did to fix the problem exactly:
In the file, init_typt_config.php where it starts inserting into the CONFIGURATION table, I added in RED (in every $sql line):
Code:
$sql = "INSERT INTO ".DB_PREFIX."configuration VALUES (val 1, val 2, val 3, val 4, val 5, val 6, val 7, val 8, val 9, val 10, val 11, 'General')";
Once I did that, the install went smoothly and without a hitch. Whew!
Which makes me wonder if the EDIT ORDERS mod I installed just before is actually "Okay", as it appeared to have installed successfully, but I only get this option in the Admin's Edit Orders menu and nothing else:
Quote:
Edit Orders Version Indicates the currently installed version of Edit Orders. [blank]
I looked and searched in the EO mod's code to see where it too might insert into the configuration table, but didn't find anything...
Does the Edit Orders look to be installed correctly? (Only one option, albeit a blank for "Version"?) Since this is a new Zen Cart install, there are no actual orders in the database, etc., if that has any impact for what is or isn't displayed...
Chris
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
I'm disappointed that NUMINIX has chosen to do it this way, as it affects future mod installations from any other mod provider. I think the tabbed interface could have been done differently to provide the same affect, but without having to modify the table to do so, thus not cause issues with other mods from other sources.
But it is what it is. I like the Numinix FEAC mod btw, but the table change came as a bit of a surprise and what it means for ease of installation for other mods (harder, more complicated). But Numinix does offer 3rd Party Mod Installation Services for a fee. Not that I've had to use it as I have usually been able to figure things out eventually. But still...
Disappointing indeed as it will cause issues with a few modules.. I suppose I could update the install script to call out the specific fields to prevent the mis-match errors.. Don't know when I'll have time to make that change,ut I can update the readme to make note of this issue..
Quote:
Originally Posted by
Mega Moonshine
The proceeding posts were a result of frustration from not being aware of the source of the problem when I knew I was doing everything correctly, but it wasn't working!
Right, and I can't really assist with issues I can't recreate..
Quote:
Originally Posted by
Mega Moonshine
Which makes me wonder if the EDIT ORDERS mod I installed just before is actually "Okay", as it appeared to have installed successfully, but I only get this option in the Admin's Edit Orders menu and nothing else:
I looked and searched in the EO mod's code to see where it too might insert into the configuration table, but didn't find anything...
Does the Edit Orders look to be installed correctly? (Only one option, albeit a blank for "Version"?) Since this is a new Zen Cart install, there are no actual orders in the database, etc., if that has any impact for what is or isn't displayed...
Chris
You'll need to ask on the Edit Orders thread.. been a VERY long time since I looked at the install files..
-
1 Attachment(s)
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I just finished reading 76 pages of this thread and I still can't find the answer to my question. I can see my side box show up on the left hand side of my website but I'm not sure how to change the side box title? Inside the side box it display's correctly track your orders but I want to change the column Box name. Please see attached file. Any suggestion?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
vlowrance84, your language file is not loading this:
includes/languages/YOUR_TEMPLATE/english.php
Line 688 - 689
//text for Ty Package Tracker sidebox heading
define('BOX_HEADING_TRACK_ORDERS', 'Previous Orders');
Be sure the file exists on the server with the additional define text within your template override.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Working on finalizing v3.1.4 of Ty Package Tracker.. I've created a Github repository for TYPT: https://github.com/DivaVocals/zen_TyPackageTracker
For those familiar with how Github works, the master branch is current version available in the downloads (v3.1.3). See the v3.1.4 branch for the upcoming release. Any version in development should be considered BETA and NOT for use in a live shop. There is NO SUPPORT on this forum for any BETA versions of TYPT..
Ty Package Tracker for Zen Cart v3.1.4
Changelog
Version 3.1.4 - 09/17/2013
- Updated tracking entry code (lhungil)
- Another fix to the sidebox code to HTML fix validation errors (colosports)
- Moved sidebox defines from includes/languages/YOUR_TEMPLATE/english.php into a new extra_definition file (includes/languages/english/extra_definitions/YOUR_TEMPLATE/track_orders.php)
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
Go to Admin->Configuration->Ty Package Tacker
Change the Carrier Name and use this as the tracking link
Code:
http://wwww.sda.it/SITO_SDA-WEB/dispatcher?invoker=home&LEN=&execute2=ActionTracking.doGetTrackingHome&button=Vai&id_ldv=
The v3.1.4 readme will be updated to include the SDA Express Courier URL. As the community continues to share other carrier URLs, I will update the readme to include them.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Please don't bite my head off for asking this question. I have read through the plugin description and a lot of this thread but I can't seem to find the actual answer. I might have missed it.
This plugin says it allows customers to track there orders. But does it allow customers to purchase tracking through zen cart?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
No. This allows you to enter the tracking number as part of updating the order status.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Mega Moonshine
Okay, here is what I did to fix the problem exactly:
In the file, init_typt_config.php where it starts inserting into the CONFIGURATION table, I added in RED (in every $sql line):
Code:
$sql = "INSERT INTO ".DB_PREFIX."configuration VALUES (val 1, val 2, val 3, val 4, val 5, val 6, val 7, val 8, val 9, val 10, val 11, 'General')";
Once I did that, the install went smoothly and without a hitch. Whew!
I had this exact thing happen to me and I am so mad. I tried to follow your instructions, but can you show me exactly what you did. I tried inserting the , 'General' as you instructed, but I still cannot login to my admin. I know that add on FEC is to blame and I need some help fixing it. Any advise would be fantastic. Thank you!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
MyCoolHats
I had this exact thing happen to me and I am so mad. I tried to follow your instructions, but can you show me exactly what you did. I tried inserting the , 'General' as you instructed, but I still cannot login to my admin. I know that add on FEC is to blame and I need some help fixing it. Any advise would be fantastic. Thank you!
Actually I figured it out, I was just putting them in the wrong space. Your suggestion does work. For an example, I started the editing on line 41 of the ty tracker files/install_files/YOUR_ADMIN/includes/init_includes/init_typt_config.php. I added , 'General' at the very end of the line but before )";
PHP Code:
$sql = "INSERT INTO ".DB_PREFIX."configuration VALUES (NULL, 'Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br /><br />Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', '".$typt_configuration_id."', 90, now(), now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'), ', 'General')";
$db->Execute($sql);
I am just noting this for any future person who had the same problem. This is all resulting from installing Fast & Easy Checkout module - grrrr.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Actually this one is on me for using a "blind" add to the config table.. because Numinix modules like FEC and Google Product Search add a column to the config table my "blind" add doesn't account for the additional column.. Will be fixed in the next release (avail on Github)
Quote:
Originally Posted by
MyCoolHats
Actually I figured it out, I was just putting them in the wrong space. Your suggestion does work. For an example, I started the editing on line 41 of the ty tracker files/install_files/YOUR_ADMIN/includes/init_includes/init_typt_config.php. I added
, 'General' at the very end of the line but before
)";
PHP Code:
$sql = "INSERT INTO ".DB_PREFIX."configuration VALUES (NULL, 'Package Tracking - Carrier 1 Status', 'CARRIER_STATUS_1', 'True', 'Enable Tracking for Carrier 1<br /><br />Set to false if you do NOT want Carrier 1 to be displayed on Admin and Customer page.', '".$typt_configuration_id."', 90, now(), now(), NULL, 'zen_cfg_select_option(array(\'True\', \'False\'), ', 'General')";
$db->Execute($sql);
I am just noting this for any future person who had the same problem. This is all resulting from installing Fast & Easy Checkout module - grrrr.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
will it work on zen-cart-v1.5.3
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
tnjon
will it work on zen-cart-v1.5.3
with some tweaks yes :)
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi, Using 1.5.1 on a Linux server successfully for some time now but suddenly the USPS tracking number link does not automatically go to the tracking info. Instead, it goes to a box at USPS asking for the tracking number.
Anyone else see this? I believe it was working fine last week.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
This probably means that USPS changed their website around and some of the links need to be changed too. Try to edit the value for USPS in the control panel so that the link is https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
This is for the creator of the add on:
Could you add some screenshots of the add on installed? I would like to see what admin can see and what the customer can see in his order page.
Can the tracking progress be seen in the order admin view?
Thanks in advance.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Alfonso2013
This is for the creator of the add on:
Could you add some screenshots of the add on installed? I would like to see what admin can see and what the customer can see in his order page.
Sorry.. I don't have any free time to create and post screenprints.. I can only suggest downloading and installing on a test/dev store.. The admin sees an additional tracking number field in the order comments section, the shopper sees an additional column showing the tracking number on the order page. The tracking number is a link that takes them to the shippers tracking page. It attempts to fill in the tracking number so that the tracking status is brought back.
Quote:
Originally Posted by
Alfonso2013
Can the tracking progress be seen in the order admin view?
Thanks in advance.
No.. JUST the tracking number.. As was recently posted here, this module doesn't track the progress of the shipper, it merely provides the tracking number as a link that opens the shippers tracking page.
Quote:
Originally Posted by
jeking
No. This allows you to enter the tracking number as part of updating the order status.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
A winner! Thank you! Back up and running!
Quote:
Originally Posted by
retched
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Anyway to add more than 5 carriers?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
Anyway to add more than 5 carriers?
Additional coding to the backend, a few more MySQL commands to add the constants to the cache. It can be done though.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
retched
Additional coding to the backend, a few more MySQL commands to add the constants to the cache. It can be done though.
Thanks i have no code knowledge so i guess i will have to skip that...
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
Thanks i have no code knowledge so i guess i will have to skip that...
How many more shipping methods were you planning?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
retched
How many more shipping methods were you planning?
For now i needed just 1 more
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
For now i needed just 1 more
Do you REALLY offer SIX DIFFERENT shipping carrier options in your store????????????????????????????????????
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
Do you REALLY offer SIX DIFFERENT shipping carrier options in your store????????????????????????????????????
No, i'm not OFFERING 6 different carriers but i'm UTILIZING 6 different carriers to ship my goods
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
No, i'm not OFFERING 6 different carriers but i'm UTILIZING 6 different carriers to ship my goods
Ahhhhhhhhhhhhhhhhhhhhhhhhh.. Okay.. that makes more sense..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi,
I have just installed this mod and it works perfectly! Thanks!
My only problem is I need to change the wording at the bottom of the email sent to the customer that says
"It may take up to 24 hours for the tracking information to appear on the website."
Where would I edit that sentence?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
You'll find that in our /ADMIN/orders.php page. Look around line #177, but will vary based upon your version and other installed plugins.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thanks for your reply.
I have looked there and still cannot find that sentence to edit. :(
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
In the install packed, it's line 142. Look for the section "// BEGIN TY TRACKER 3 - E-MAIL TRACKING INFORMATION"
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
You are awesome!! Thank you so much for your help :)
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hello guys,
I installed the latest plugin for DHL shipping from here: http://www.zen-cart.com/downloads.php?do=file&id=1910
I inserted the Site ID, Password, and Account Number, but when simulating an international (outside of US) order all other shipping methods and DHL only shows this message " We are unable to obtain a rate quote for DHL shipping. Please contact the store if no other alternative is shown.".
We have DHL account, in fact they provided us all the credentials, however I can't find anywhere in the plug where I insert the provided ShippingKey.
Any help will be deeply appreciated.
Thank you.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
riosouza
Hello guys,
I installed the latest plugin for DHL shipping from here:
http://www.zen-cart.com/downloads.php?do=file&id=1910
I inserted the Site ID, Password, and Account Number, but when simulating an international (outside of US) order all other shipping methods and DHL only shows this message " We are unable to obtain a rate quote for DHL shipping. Please contact the store if no other alternative is shown.".
We have DHL account, in fact they provided us all the credentials, however I can't find anywhere in the plug where I insert the provided ShippingKey.
Any help will be deeply appreciated.
Thank you.
You need to create a new thread to ask for help with the DHL shipping module.. this thread is the support thread for the Ty Package Tracking module..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Can anyone help me, I've tried to modify the code so that if the tracking number is entered like this
JA 4356 2421 2GB
It would store it in the database as
JA435624212GB
When I tried my modification it didn't strip the whitespace.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Sorted it out, had to modify a class file.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Installed on v1.5.4. All seems to be working well. A nice addition.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
mikestewart
Installed on v1.5.4. All seems to be working well. A nice addition.
Working well? I don't think so. After I copy all items to Catalogue/Admin - Refresh Administration, system write
WARNING: An Error occurred, please refresh the page and try again.
What you changed that your module working? Thanks
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DarkMen
Working well? I don't think so. After I copy all items to Catalogue/Admin - Refresh Administration, system write
WARNING: An Error occurred, please refresh the page and try again.
What you changed that your module working? Thanks
Yes working well.. most issues usually have to do with incorrect installations.. "WARNING: An Error occurred" is an indication that there was some error that was spit out.. So you can start with posting what error message is in your error logs..
-
Ty Package Tracker v3.1.4
Ty Package Tracker v3.1.4 being submitted to the downloads today.. In the meantime if you need it, you can go to the Github repo: https://github.com/DivaVocals/zen_Ty...ses/tag/v3.1.4 (choose either the "Source code (zip)" or "Source code (tar.gz)")
Also I MAY create a new support thread.. This one is probably a LOT long in the tooth..
-
Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
DivaVocals
Use this link instead to see all releases: https://github.com/DivaVocals/zen_Ty...acker/releases
-
Re: Ty Package Tracker v3.1.4
Hello.
I will install this plugin on zen cart 1.5.4. I have questions regarding admin/orders.php
1) is the file from the plugin based from the 1.5.4 version of orders.php? Comparing using winmerge, i can see that there are differences in the location of some lines of html code not related to the plugin's specific code edits. There are also differences in html structure like some use a <div> in the plugin file but not in the 1.5.4 file. Are these changes created intentionally for the plugin or are they from a previous version of orders.php?
2) are all ty package tracker edits labeled inside the file because there are some unlabeled codes that are not present in the 1.5.4 file. I'm not sure if I need to copy those parts to the 1.5.4 file.
3) if i don't have previous edits done on the 1.5.4 file, is it ok to just overwrite the whole file with the plugin's own version?
By the way, i'm not using super orders or edit orders plugins.
Hope someone can guide me. Thanks
-
Re: Ty Package Tracker v3.1.4