- Aggiornamento template mail (tramite i campi in HTML)
- Aggiornato Carrello
This commit is contained in:
@@ -55,6 +55,10 @@ export default defineComponent({
|
||||
products.loadOrders()
|
||||
}
|
||||
|
||||
function existsOrders() {
|
||||
return products.getNumOrders() > 0
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
@@ -64,6 +68,8 @@ export default defineComponent({
|
||||
numOrders,
|
||||
closecart,
|
||||
getnumItemsCart,
|
||||
existsOrders,
|
||||
globalStore,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user