  <script>
    // Global variables to store selected variation
    let selectedProductId = null;
    let selectedVariationId = null;
    let selectedVariationLabel = null;

    /**
     * Check product variation by color
     * @param {number} productId - The product ID
     * @param {string} color - The selected color
     * @param {element} element - The clicked color span element
     */
    function checkProductVariation(productId, color, element) {
      console.log('checkProductVariation called');
      console.log('Product ID:', productId);
      console.log('Color:', color);

      // If element already has the selected class, return early
      if (jQuery(element).hasClass('quick-color-selected')) {
        console.log('Color already selected');
        return;
      }

      // Reset global variables
      selectedProductId = null;
      selectedVariationId = null;
      selectedVariationLabel = null;

      // Make sure jQuery is available
      if (typeof jQuery === 'undefined') {
        console.error('jQuery is not loaded');
        return;
      }

      // Find the color section wrapper
      var $colorSection = jQuery(element).closest('.s-desc-mg-colors');

      // Add loading class
      $colorSection.addClass('loading');

      // Make AJAX call to find variation with this color
      jQuery.ajax({
        url: 'https://megaradar.com.tr/shop/wp-admin/admin-ajax.php',
        type: 'POST',
        dataType: 'json',
        data: {
          action: 'check_product_variation',
          product_id: productId,
          color: color,
          nonce: 'cd6f572fd3'
        },
        success: function(response) {
          console.log('AJAX success:', response);
          if (response.success && response.data.variation_id) {
            if (!response.data.in_stock) {
              alert('Seçtiğiniz renk stoklarımızda mevcut değildir. Adetlere bağlı olarak tüm renklerin üretimi yapılabilmektedir. Size destek olabilmemiz için bizimle iletişime geçin.');
              return;
            }
            // Store in global variables
            selectedProductId = productId;
            selectedVariationId = response.data.variation_id;
            selectedVariationLabel = response.data.variation_label;

            console.log('Variation found:', response.data);
            // Remove all "quick-color-selected" classes from all products
            jQuery('.quick-color-selected').removeClass('quick-color-selected');


            // Add class to the clicked element
            jQuery(element).addClass('quick-color-selected');
          } else {
            console.log('No variation found for color:', color);
          }
        },
        error: function(xhr, status, error) {
          console.error('AJAX error:', error);
          console.error('Status:', status);
          console.error('Response:', xhr.responseText);
        },
        complete: function() {
          // Remove loading class after response (success or error)
          $colorSection.removeClass('loading');
        }
      });
    }

    /**
     * Quick add product to cart
     * @param {number} productId - The product ID to add to cart
     */
    function quickAddProduct(productId) {
      console.log('quickAddProduct called');
      console.log('Product ID:', productId);

      console.log('Global');
      console.log('Product ID:', selectedProductId);
      console.log('Variation ID:', selectedVariationId);
      console.log('Variation Label:', selectedVariationLabel);
      if (selectedVariationId && selectedProductId === productId) {
        // Redirect to add-to-cart URL for the selected variation
        var addToCartUrl = 'https://megaradar.com.tr/shop/?add-to-cart=' + selectedProductId + '&variation_id=' + selectedVariationId;
        console.log('Redirecting to:', addToCartUrl);
        // window.location.href = addToCartUrl;
      } else {
        alert('Lütfen bu ürünü sepetinize eklemeden önce sipariş kodu/ürün rengi seçin.');
      }
    }
  </script>
{"id":4431,"date":"2023-07-21T00:17:46","date_gmt":"2023-07-20T21:17:46","guid":{"rendered":"https:\/\/www.mgshop.mucizefikironline.com\/?post_type=product&#038;p=4431"},"modified":"2026-02-27T06:25:53","modified_gmt":"2026-02-27T03:25:53","slug":"soket-koprusu-762mm-disi-klemensler-icin","status":"publish","type":"product","link":"https:\/\/megaradar.com.tr\/shop\/urun\/soket-koprusu-762mm-disi-klemensler-icin\/","title":{"rendered":"Soket K\u00f6pr\u00fcs\u00fc &#8211; 7.62mm Di\u015fi Klemensler i\u00e7in"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"<div itemprop=\"description\">\n<p class=\"s-desc-mg\"><span>Nominal gerilim: <b>250V<\/b><\/span><span>Nominal ak\u0131m: <b>16A<\/b><\/span><span>Uyumlu klemens: <b>7.62mm<\/b><\/span><\/p>\n<ul class=\"s-desc-mg-list\">\n<li>Klemensler aras\u0131nda ak\u0131m transferi sa\u011flar.<\/li>\n<\/ul>\n<div class=\"color-table\">\n<div class=\"s-desc-mg-colors\">\n  <span>Renk se\u00e7enekleri<\/span><\/p>\n<div class=\"stock-colors\">\n    <span class=\"natural\"><i>Nat\u00fcrel<\/i><\/span>\n  <\/div>\n<\/div>\n<div class=\"s-desc-mg-stock\">\n  <span class=\"s-desc-mg-stock-title\">Stok rengi<\/span><\/p>\n<div class=\"stock-colors\">\n    <span class=\"gray\"><i>Metalik<\/i><\/span>\n  <\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"featured_media":27512,"template":"","meta":[],"product_brand":[],"product_cat":[74,68],"product_tag":[],"class_list":{"0":"post-4431","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-soket-koprusu","7":"product_cat-tamamlayici-urunler","8":"pa_onaylar-ce","9":"pa_onaylar-eac","10":"pa_onaylar-rohs","11":"pa_onaylar-tse","12":"pa_renk-secenekleri-naturel","13":"pa_stok-rengi-metalik","14":"pa_urun-grubu-tamamlayici-urunler","15":"pa_urun-rengi-siparis-kodu-89-125-naturel","16":"pa_urun-tipi-soket-koprusu","18":"first","19":"instock","20":"taxable","21":"shipping-taxable","22":"purchasable","23":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product\/4431","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":0,"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product\/4431\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/media\/27512"}],"wp:attachment":[{"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/media?parent=4431"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product_brand?post=4431"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product_cat?post=4431"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/wp-json\/wp\/v2\/product_tag?post=4431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}