Digitale cadeaubon
Item number 3442
EUR 100.00
*
Content
1 piece
Unit price
EUR 100.00 / piece
available immediately
requestAnimationFrame(function () {
requestAnimationFrame(function () {
// Check once, after the initial load of the page if the default variation is unavailable
setTimeout(() => {
if (vueApp.$store.getters.currentItemVariation.variation.availability.id == 9) {
document.querySelector(".add-to-basket-container").classList.add("d-none");
}
}, 50);
// Check every time when the variation is changed if the new variation is available
vueApp.$store.subscribe(function (mutation, state) {
if (mutation.type.includes("setVariation")) {
if (vueApp.$store.getters.currentItemVariation.variation.availability.id == 9) {
document.querySelector(".add-to-basket-container").classList.add("d-none");
} else {
document.querySelector(".add-to-basket-container").classList.remove("d-none");
}
}
});
});
});
share by e-mail
share via WhatsApp
setTimeout(function () {
var emailLink = document.getElementById('emailShare');
var whatsappLink = document.getElementById('whatsappShare');
var pdfLink = document.querySelector('.pdf-download-button').getAttribute('data-pdf');
function getMessageText() {
var pageUrl = window.location.href;
var message = 'Take a look at this page:\n' + pageUrl;
if (pdfLink) {
message += '\n\nYou can download the PDF here:\n' + 'https://www.teamsports.com/en' + pdfLink;
}
return message;
}
emailLink.addEventListener('click', function (e) {
e.preventDefault();
var subject = encodeURIComponent('Take a look at this page');
var body = encodeURIComponent(getMessageText());
window.location.href = 'mailto:?subject=' + subject + '&body=' + body;
});
whatsappLink.addEventListener('click', function (e) {
e.preventDefault();
var message = encodeURIComponent(getMessageText());
var whatsappUrl = 'https://wa.me/?text=' + message;
window.open(whatsappUrl, '_blank');
});
}, 1000); // 1 Sekunde Verzögerung
* Incl. VAT excl. Shipping