<script>
jQuery(function($){

    function rmUpdateBundleQuantity(){

        const type = $('select[name="rm_offer_type"]').val();

        if ( type !== 'bundle' ) {
            return;
        }

        const count =
            $('select[name="rm_offer_products[]"] option:selected').length;

        $('input[name="rm_offer_quantity"]').val(count);
    }

    rmUpdateBundleQuantity();

    $('select[name="rm_offer_products[]"]').on(
        'change',
        rmUpdateBundleQuantity
    );

    $('select[name="rm_offer_type"]').on(
        'change',
        function(){

            if ( $(this).val() === 'bundle' ) {
                rmUpdateBundleQuantity();
            }

        }
    );

});
</script>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ramazan-market.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ramazan-market.com/page-sitemap.xml</loc>
		<lastmod>2026-08-05T07:20:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ramazan-market.com/product-sitemap.xml</loc>
		<lastmod>2026-08-10T08:23:40+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->