You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
How hard would it be to change the order status to read "Completed/Shipped" instead of "Completed"? Where would I have to make the modification(s)?
Thanks again!
Craig Elliott
Offline
Too easy. In the file:
./data/tables/config_tracking.csv
Find the line:
tracking_status,SYSTEM,Order Status,30,Y,SELECT-CUSTOM,Pending Payment:P|Pending Shipment:NS|Partially Shipped:PS|Completed:C,P,Y
And change to:
tracking_status,SYSTEM,Order Status,30,Y,SELECT-CUSTOM,Pending Payment:P|Pending Shipment:NS|Partially Shipped:PS|Completed/Shipped:C,P,Y
Please note: This forum converts a : followed by a P into a smiley with it's tongue sticking out.
Offline
Is there a way to put a field for a USPS/UPS tracking number (other than in the comments) for the user to look at when they track the order?
Also, what would be involved to, when the status of the order is changed to Completed or Partially Shipped, to email the customer stating that the order has been "Completed" or "Partially Shipped". Also, if a tracking number is included, email it too.
I know this is asking for a lot.
Craig Elliott
Offline
The comments box was designed for you to put tracking numbers in or whatever other info you want. For the second half of the question (kicking off emails), how well do you know Perl?
Offline
Not that well. Even if I knew it efficiently, I don't think my coding would be as tight as yours.
Craig
Offline
I just made this mod but were these instructions for ver 4?
In the CSV fils <Completed:C,P,Y> was <Completed:C,>... does this matter?
Also, can additional status options be added here as well using the same format?
Offline
No, that was for 5 - sounds like you may have inadvertently deleted a couple of characters from the end of the line. To add additional options, change:
Completed:C,P,Y
To:
Completed:C|Almost Complete:AC|Somewhat Complete:SC|Will Never Be Completed:NC,P,Y
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline