Files
kupshop/web/lang/en/order_status.php
2025-08-02 16:30:27 +02:00

10 lines
126 B
PHP

<?php
$txt_str['order_status'] = [
0 => 'new',
1 => 'accepted',
2 => 'shipped',
'storno' => 'cancelled',
];