|
Page: | 1 |
Topic: Add Order Status Admin "Shipped"
|
|
|
Packthegooh
2012-01-25 18:25:51
Votes: 0
|
Is there any solutions to add order status on admin become "Shipped" instead of Cancel, Pending, In Progress and Finished?
many thanks, kindly need your advice
» Quick.Cart v3.x
|
|
beholder
2012-01-25 18:37:19
Votes: 0
|
just change the language file, I guess?
-------------------------------------------------------
http://cicmanec.sk/easyplugins/
|
|
Packthegooh
2012-01-25 23:58:23
Votes: 0
|
Yeaah, I finally found solutions by my self :) 1. on lang/en.php add this: $lang['Orders_shipped'] = "Shipped";
below this: $lang['Orders_canceled'] = "Canceled";
2. on core/orders.php find this: function throwStatus( $iStatus = null ){
add this: $aStatus[5] = $lang['Orders_shipped'];
below this: $aStatus[4] = $lang['Orders_canceled'];
On orders pages, status will be added "Shipped"
|
|
beholder
2012-01-26 06:00:56
Votes: 0
|
You're good.
-------------------------------------------------------
http://cicmanec.sk/easyplugins/
|
|
Page: | 1 |
|
|
|