my profile orders and sidebar
This commit is contained in:
@@ -14,7 +14,8 @@ use crate::{
|
||||
shared::{guard, settings},
|
||||
};
|
||||
|
||||
pub(crate) const ORDER_STATUSES: [&str; 4] = ["pending", "paid", "shipped", "cancelled"];
|
||||
pub(crate) const ORDER_STATUSES: [&str; 5] =
|
||||
["pending", "paid", "shipped", "delivered", "cancelled"];
|
||||
|
||||
/// Fallback parcel weight when products carry no weight of their own.
|
||||
const DEFAULT_PARCEL_WEIGHT_GRAMS: i32 = 1000;
|
||||
|
||||
Reference in New Issue
Block a user