aggiornamento visualizzazione Ordini e Carrello
This commit is contained in:
@@ -376,6 +376,7 @@ module.exports = {
|
||||
ENTRA_RIS_ITALIA: 30,
|
||||
},
|
||||
|
||||
|
||||
OrderStatus: {
|
||||
NONE: 0,
|
||||
IN_CART: 1,
|
||||
@@ -387,6 +388,14 @@ module.exports = {
|
||||
CANCELED: 10,
|
||||
},
|
||||
|
||||
OrderStatStr: {
|
||||
IN_CORSO: 1,
|
||||
CONFERMATI: 2,
|
||||
PAGATI: 3,
|
||||
COMPLETATI: 4,
|
||||
CANCELLATI: 5,
|
||||
},
|
||||
|
||||
OrderStatusView: {
|
||||
CHECKOUT_SENT: 2,
|
||||
ORDER_CONFIRMED: 3,
|
||||
|
||||
Reference in New Issue
Block a user