Page: | 1 |
Topic:

Add Order Status Admin "Shipped"

Packthegooh
See profile of: Packthegooh
2012-01-25 18:25:51
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: beholder
2012-01-25 18:37:19
Votes: 0
Vote answer in plus Vote answer in minus
just change the language file, I guess?

-------------------------------------------------------
http://cicmanec.sk/easyplugins/
Packthegooh
See profile of: Packthegooh
2012-01-25 23:58:23
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: beholder
2012-01-26 06:00:56
Votes: 0
Vote answer in plus Vote answer in minus
You're good.

-------------------------------------------------------
http://cicmanec.sk/easyplugins/
Page: | 1 |
 


If You want to do this operation, please log in first ».
If You don't have an account please register ».
Valid XHTML 1.0! Valid CSS! version: 2.2.0-alfa | powered by Quick.Forum