More statuses of orders

Kent

No avatar

2005-07-28 23:12

How can I add more statuses for my orders?
I'm using QC 0.2.5.

Kent

No avatar

2005-07-29 03:21

To clearify, I want to add more than the statuses bellow:
$lang['Pending'] = 'Pending';
$lang['Processing'] = 'Processing';
$lang['Finished'] = 'Finished';
$lang['Canceled'] = 'Canceled';

For example "Payed but not shipped" is something we need.

Is this impossible or just to hard to do? Strange that nobody else has asked for this functionality, at least I found no threads on this subject.

julia

No avatar

2005-08-13 15:29

add in the lang file what you want- $lang['important'] = 'important';
then add in core/orders-admin line 94
$aStatus[5] = $lang['important'];

Kent

No avatar

2005-08-14 19:41

Thanks julia, works great! :-)

john_reactor

Avatar: john_reactor

2007-04-17 21:58

i works great also in QC 1.4 ;)

Back to top
about us | contact