- aggiungo campo "sfuso"
- aggiunto totale al carrello
This commit is contained in:
@@ -58,6 +58,9 @@ const productInfoSchema = new Schema({
|
||||
type: Number,
|
||||
default: 0,
|
||||
},
|
||||
sfuso: { // serve se moltiplicare le qta (es: 12 kg) oppure fare (2 x 20 ml)
|
||||
type: Boolean
|
||||
},
|
||||
vegan: {
|
||||
type: Boolean
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user