fix totqta
This commit is contained in:
@@ -197,8 +197,8 @@ class Cart {
|
|||||||
order.TotalPriceProductCalc = 0;
|
order.TotalPriceProductCalc = 0;
|
||||||
if (updatecalcprice) {
|
if (updatecalcprice) {
|
||||||
order.TotalPriceProduct = 0;
|
order.TotalPriceProduct = 0;
|
||||||
this.totalQty += order.quantity + order.quantitypreordered;
|
|
||||||
}
|
}
|
||||||
|
this.totalQty += order.quantity + order.quantitypreordered;
|
||||||
|
|
||||||
// Calcolo Sconto
|
// Calcolo Sconto
|
||||||
let sconti_da_applicare = [];
|
let sconti_da_applicare = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user