9 lines
172 B
Plaintext
Executable File
9 lines
172 B
Plaintext
Executable File
#order
|
|
max_displayed_orders = 20
|
|
|
|
#order status
|
|
order_not_paid = 'warning'
|
|
order_paid = 'success'
|
|
order_processing = 'primary'
|
|
order_sent = 'info'
|
|
order_canceled = 'danger' |