-
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..