fixed home commerce buttons

This commit is contained in:
2021-07-07 16:14:12 +02:00
parent 9e3cffa291
commit 8c8fa6c2b9
7 changed files with 12 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ export default {
// transition
this.$modal.hide('modal-loginregister')
document.getElementById('pricing').classList.add('loading')
document.getElementById('main-content').classList.add('loading')
// handle the cart then redirect to checkout flow
this.getCarts()
@@ -136,6 +136,7 @@ export default {
})
.catch((error) => {
console.warn('Issue with product add to cart', error)
document.getElementById('main-content').classList.remove('loading')
Promise.reject(error)
})
})