Project e Todos sistemati...
aggiunti Gruppi
This commit is contained in:
@@ -54,6 +54,12 @@ const productSchema = new Schema({
|
||||
quantityAvailable: {
|
||||
type: Number
|
||||
},
|
||||
quantityLow: { //Soglia disponibilità bassa
|
||||
type: Number
|
||||
},
|
||||
visibilityProductOutOfStock: { // Visibilità prodotto "esaurito"
|
||||
type: Boolean
|
||||
},
|
||||
canBeShipped: { // è spedibile
|
||||
type: Boolean
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user