Kryptronic Software Support Forum

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.

#1 02-26-2008 16:36:28

ellehazen
Member
Registered: 03-14-2006
Posts: 129

Additional Order Tracking fields needed... How?

I need additional Order Tracking fields to be added. The system goes straight from "Pending shipment" to "complete". I have realized that my customers do use this option. I need to add fields such as "order processing" and "order shipped" etc. How can I edit these features and add more?

Offline

 

#2 02-26-2008 17:47:48

rachaelseven
Member
From: Massachusetts, USA
Registered: 01-23-2006
Posts: 3169
Website

Re: Additional Order Tracking fields needed... How?

Its a pretty simple matter of editing tracking_config.csv.  If you're unfamiliar with editing CSV files, there should be plenty of posts on the subject - in fact, there are probably some that address this very topic.  In any case, edit the file and look for the line that says:

Code:

tracking_status,SYSTEM,Order Status,30,Y,SELECT-CUSTOM,Pending Payment:P|Pending Shipment:NS|Partially Shipped:PS|Completed:C|Cancelled:X,P,Y

You can add in more statuses by following the pattern of the ones there.  For example, you might add in Order Processing like so:

Code:

tracking_status,SYSTEM,Order Status,30,Y,SELECT-CUSTOM,Pending Payment:P|Pending Shipment:NS|Order Processing:OP|Partially Shipped:PS|Completed:C|Cancelled:X,P,Y

None of those new statuses will do anything automatically, but you will be able to select them from the management interface.  They also won't appear in the ATS batch mod if you use that - it would take a bit more programming to add them in there.


Rachael Katz
- Custom Focusing Screens for DSLR Cameras

Offline

 

Board footer