aggiornamento Indici
This commit is contained in:
@@ -96,7 +96,7 @@ class Cart {
|
||||
this.totalQty += order.quantity;
|
||||
this.totalPrice += order.price * order.quantity;
|
||||
}
|
||||
|
||||
|
||||
this.totalPrice = parseFloat(this.totalPrice.toFixed(2))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user