Add Order Status Admin "Shipped"

Packthegooh

Avatar: Packthegooh

2012-01-25 18:25

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

Avatar: beholder

2012-01-25 18:37

just change the language file, I guess?

http://cicmanec.sk/easyplugins/

Packthegooh

Avatar: Packthegooh

2012-01-25 23:58

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

Avatar: beholder

2012-01-26 06:00

You're good.

http://cicmanec.sk/easyplugins/

Back to top
about us | contact