Aggiornamento modifiche preOrdini

This commit is contained in:
Surya Paolo
2023-12-20 22:11:52 +01:00
16 changed files with 211 additions and 107 deletions

View File

@@ -89,11 +89,16 @@ export default defineComponent({
products.removeFromCart({ order: order.value })
}
function getRisparmio(): string {
return ((order.value.price * order.value.quantity) - order.value.TotalPriceProduct).toFixed(2)
}
return {
myimgclass,
addsubqty,
removeFromCard,
isApplicatoSconto,
getRisparmio,
}
},
})