apply good order status label on customer account. Fix #319
This commit is contained in:
13
templates/frontOffice/default/configs/variables.conf
Normal file
13
templates/frontOffice/default/configs/variables.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# Maximum number of lines in lists
|
||||
# --------------------------------
|
||||
max_displayed_orders = 20
|
||||
max_displayed_customers = 20
|
||||
|
||||
# order status - seems ununsed ?
|
||||
# ------------------------------
|
||||
|
||||
order_not_paid = 'warning'
|
||||
order_paid = 'success'
|
||||
order_processing = 'primary'
|
||||
order_sent = 'info'
|
||||
order_canceled = 'danger'
|
||||
Reference in New Issue
Block a user