
<script>
document.addEventListener("DOMContentLoaded", function() {

    const quoted = document.getElementById("co_payment_amount");
    const discount = document.getElementById("co_discount_applied");
    const finalAmount = document.getElementById("co_final_amount");

    if (!quoted || !discount || !finalAmount) {
        return;
    }

    function calculateFinalAmount() {

        let quotedValue = parseFloat(quoted.value) || 0;
        let discountValue = parseFloat(discount.value) || 0;

        let final = quotedValue - ((quotedValue * discountValue) / 100);

        finalAmount.value = final.toFixed(2);
    }

    quoted.addEventListener("input", calculateFinalAmount);
    discount.addEventListener("input", calculateFinalAmount);

    calculateFinalAmount();
});
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://sports-mannwo.bitbytefly.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://sports-mannwo.bitbytefly.com/wp-sitemap-taxonomies-pa_size-1.xml</loc></sitemap></sitemapindex>
