<script src="
https://cdn.jsdelivr.net/npm/jquery@4.0.0/dist/jquery.min.js
"></script>
<script>
    
$(document).ready(function($) {

  $('#custom-submit-btn').on('click', function(e) {
    e.preventDefault();
// 	alert('asd');
    var productId = $('.product-id-heading').text().trim();

    $.ajax({
      url: '/wp-admin/admin-ajax.php',
      type: 'POST',
      data: {
        action: 'add_to_cart',
        product_id: productId,
        quantity: 1
      },
      success: function(response) {
        console.log('Cart updated:', response);
        // Form submit karo
        $('.elementor-form .elementor-button').trigger('click');
      },
      error: function(err) {
        console.error('Error:', err);
      }
    });

  });

});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://travisweihermuller.stagging.host/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://travisweihermuller.stagging.host/product/dummy-product/</loc><lastmod>2026-05-21T23:36:05+00:00</lastmod></url></urlset>
