0
Skip to Content
Badboys bp
Home
About
Players
Gear
Calendar
EVENTS
Badboys bp
Home
About
Players
Gear
Calendar
EVENTS
Home
About
Players
Gear
Calendar
EVENTS

STAY UPDATED

We are working on a newsletter! Sign up to be the first to find out when we add new events, apparel and more. We respect your privacy and will never share your information with any third-party vendors. More info coming soon!


BADBOYS BP

('Proceed to Square Checkout'); // Bind the click event to redirect to your Square Link $squareBtn.on('click', function(e) { e.preventDefault(); e.stopPropagation(); window.location.href = squareCartCheckoutUrl; }); // Swap out the default button $nativeCheckoutBtn.replaceWith($squareBtn); } } // Run immediately on page load hijackSquarespaceCart(); // Watch the page for dynamic AJAX updates (like when item quantities are added/removed) var observer = new MutationObserver(function(mutations) { hijackSquarespaceCart(); }); if (document.getElementById('sqs-page-content') || document.body) { observer.observe(document.body, { childList: true, subtree: true }); } });