LED Scoreboard Wizard

choose scoreboard
Model c
1 × Model c
3,000.00
Model b
1 × Model b
2,000.00
Model A
1 × Model A
1,000.00
Add CMS Licence
cms licence
1 × cms licence
300.00
Your cart is currently empty.

Return to shop

document.addEventListener('DOMContentLoaded', function () { const addToCartButton = document.querySelector('form.cart button[type="submit"]'); const cartWidget = document.getElementById('show-cart-after-submit'); if (addToCartButton && cartWidget) { addToCartButton.addEventListener('click', function (e) { // Slight delay to allow cart update setTimeout(() => { cartWidget.style.display = 'block'; cartWidget.scrollIntoView({ behavior: 'smooth' }); }, 800); // Delay long enough to allow the cart update }); } });