Sport scoreboard (0-50) - display board
You will receive a scoreboard that can be used in a variety of ways. The scoreboard has a very readable design, is easy to set up and fits in any trainer's bag. A great support for many sports. Other scoreboards and other referee requirements can also be purchased in our webshop. Even referees and coaches from the professional sector work with our products!
Product features:
- Sport scoreboard (0-50) - display board
- Material: made of sturdy, water-repellent cardboard
- Colour: black
- Numbers are visible on one side
- Foldable (with Velcro fastener)
- Points display: 0-50
- Sets: 0-5
- Dimensions: (H) 28 cm x (W) 32 cm
- Professional product
Good luck with your game!
EU-Responsible:
Hergestellt für: Trainingsunterlagen24 GmbH
Geschäftsführer Daniel und Sascha Mathiebe
Ramstedter Str. 24
39326 Zielitz
Germany
info@teamsportbedarf.de
039208495100
Sport scoreboard (0-50) - display board
Item number 232
EUR 12.90
*
Content
1 piece
Unit price
EUR 12.90 / 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