

			
		
			
<!--script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?134451803&data_platform=code" charset="utf-8"></script-->

<script>



window.addEventListener('load', function() {

console.log("🔍 Checking for Ecwid...");

    if (typeof Ecwid !== 'undefined') {
        console.log("✅ The Ecwid object is present.");
        
        Ecwid.OnAPILoaded.add(function() {
            console.log("🚀 SUCCESS: The Ecwid JS API is fully loaded and ready for use.");
        });
    } else {
        console.warn("❌ Ecwid is NOT found. If this is a non-store page, the plugin may not be enqueuing the scripts here.");
    }
});

// Function to fix the label
// Function to start the observer
const startDiscountObserver = () => {
    const targetNode = document.body;
    
    if (!targetNode) {
        // If body isn't ready, wait a few milliseconds and try again
        window.requestAnimationFrame(startDiscountObserver);
        return;
    }

    const observer = new MutationObserver((mutations) => {
        const el = document.querySelector('.ec-cart-summary__row--discount .ec-cart-summary__title');
        if (el && !el.dataset.fixed) {
            // Check if we want to replace EVERY coded name with one clean name
            el.textContent = "Early Bird Discount"; 
            el.dataset.fixed = "true";
        }
    });

    observer.observe(targetNode, { childList: true, subtree: true });
};

// Fire the function
startDiscountObserver();
</script>



<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://tournaments.ballhockeyinternational.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-bhi_headerbanner-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-ratedplayer-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-bhireg_league-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-bhireg_registration-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-posts-bhi_appeal-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://tournaments.ballhockeyinternational.ca/wp-sitemap-ecstore-1.xml</loc></sitemap></sitemapindex>
