-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
discretedan
I thought it would be GREAT to have a few configurable commonly used statements that as you change the status of the order, you could check this boxes and it would add the text directly to the comment area for you ... no more copy/paste ...
I would imagine if I had some skills I could hack one of the Shippers already in the mod to do this, but it would just that a hack, and I thought there may be others that would use this .
Dan
I don't have any plans to add any such functionality and while this is a great idea, it sounds more like this should be a new add-on rather than something that should be an enhancement of THIS add on. What you are speaking of is a comment tied to a specific order status.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
I don't have any plans to add any such functionality and while this is a great idea, it sounds more like this should be a new add-on rather than something that should be an enhancement of THIS add on. What you are speaking of is a comment tied to a specific order status.
OK, well again thanks for the tracking mod ... it's great ... I spent 2 years copy / paste that info into the comment box ...
Dan
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
I don't have any plans to add any such functionality and while this is a great idea, it sounds more like this should be a new add-on rather than something that should be an enhancement of THIS add on. What you are speaking of is a comment tied to a specific order status.
OK, well again thanks for the tracking mod ... it's great ... I spent 2 years copy / paste that info into the comment box ...
Dan
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I have looked through this thread and cannot find the solution to my issue... if it is out there I would be much appreciative to the guidance. I have installed this plugin and it looks to have installed correctly on the customer view side. However, in my admin... if I go to Customers -> Orders and then select a order... the bottom half of the order stat is missing just after the first item ordered down. I have no way of editing the order status as it is no longer there. Nor is there a place to add tracking information.
The database file looks to be installed.
Thanks for any help with this... noob here.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
merchantdroid
I have looked through this thread and cannot find the solution to my issue... if it is out there I would be much appreciative to the guidance. I have installed this plugin and it looks to have installed correctly on the customer view side. However, in my admin... if I go to Customers -> Orders and then select a order... the bottom half of the order stat is missing just after the first item ordered down. I have no way of editing the order status as it is no longer there. Nor is there a place to add tracking information.
The database file looks to be installed.
Thanks for any help with this... noob here.
Tells me that there is code missing from orders.php. Most likely from errant code merging since the file that comes with this mod works just fine.. do you have other mods installed which also modify orders.php?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Thank you for the reply. No, I do not have any other modifications to my orders.php file. I did not merge the new code to orders.php, I simply replaced the file. Is this the reason? Thank you again for all the help.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Do you think it may be a db issue?
I looked at the db and cannot find the new uploaded patch. So when I attempted to upload directly to the db... I get this error:
Error
SQL query:
ALTER TABLE orders_status_history ADD track_id1 TEXT default NULL ,
ADD track_id2 TEXT default NULL ,
ADD track_id3 TEXT default NULL ,
ADD track_id4 TEXT default NULL ,
ADD track_id5 TEXT default NULL ;
MySQL said: Documentation
#1060 - Duplicate column name 'track_id1'
Could there be something here or should I look back to the order file?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I know that error was in the instructions and explained that the file is already installed.... however I don't see the file, so that was why I asked about it.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Once I replaced the order.php file (admin folder -> order.php) I have my old functionality back, so you are right on with the file. My question now is would the db issue above mentioned be effecting the functionality of the new order.php... causing the issue?
Thanks so much for the efforts.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Figured it out... thanks DV for the suggestions. It was a compatibility issue with the site version of zc... went back and used a older version of the order.php file and worked like a charm. Thanks again.