
<script>
jQuery(function($){

    $('#vat_number').on('blur', function(){

        setTimeout(function(){

            if (
                $('#vat_number').attr('valid') === '0' &&
                $('#billing_customer_type').val() === 'Business customer'
            ) {

                // Change only the field value
                $('#billing_customer_type').val('Private customer');

                // Update Select2 display
                $('#select2-billing_customer_type-container')
                    .text('Private customer')
                    .attr('title', 'Private customer');
            }

        }, 1500);

    });

});
</script>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.petersautosport.nl/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.petersautosport.nl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.petersautosport.nl/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://www.petersautosport.nl/wp-sitemap-posts-edge-1.xml</loc></sitemap><sitemap><loc>https://www.petersautosport.nl/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap></sitemapindex>
