10 lines
126 B
PHP
10 lines
126 B
PHP
<?php
|
|
|
|
$txt_str['order_status'] = [
|
|
0 => 'new',
|
|
1 => 'accepted',
|
|
2 => 'shipped',
|
|
|
|
'storno' => 'cancelled',
|
|
];
|