- aggiungo campo "sfuso"
- aggiunto totale al carrello
This commit is contained in:
@@ -254,6 +254,7 @@ class Cart {
|
||||
order.TotalPriceProductCalc += mypricecalc;
|
||||
if (updatecalcprice) {
|
||||
order.TotalPriceProduct += mypricecalc;
|
||||
order.TotalPriceProductstr = parseFloat(order.TotalPriceProduct.toFixed(2));
|
||||
}
|
||||
|
||||
// Qui lo calcolo sempre, anche se lo cambio manualmente
|
||||
|
||||
Reference in New Issue
Block a user