How can I add more statuses for my orders? I'm using QC 0.2.5.
Kent
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
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'];