  <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: 'de99b7596b'
        },
        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":22980,"date":"2023-07-08T01:26:25","date_gmt":"2023-07-07T22:26:25","guid":{"rendered":"https:\/\/megaradar.com.tr\/shop\/urun\/5-08mm-socket-cable-jointing-male-terminal-block-11-pins\/"},"modified":"2026-03-02T15:20:54","modified_gmt":"2026-03-02T12:20:54","slug":"508mm-male-pluggable-connector-11-pins","status":"publish","type":"product","link":"https:\/\/megaradar.com.tr\/shop\/en\/product\/508mm-male-pluggable-connector-11-pins\/","title":{"rendered":"5.08mm Male Pluggable Connector &#8211; 11 Pins"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"<p class=\"s-desc-mg\"><span>PCB terminal block with screw connection socket with elevator mechanism<\/span><span>11 poles<\/span><span>Max. conductor cross section: <b>2.5mm\u00b2-14 AWG<\/b><\/span><span>Pin pitch: <b>5.08mm<\/b><\/span><span>Rated voltage: <b>250V<\/b><\/span><span>Rated current: <b>16A<\/b><\/span><\/p>\n<ul class=\"s-desc-mg-list\">\n<li>Pluggable connectors offer three installation options: cable-to-cable connection, rail mounting, and surface mounting to suit diverse application needs.<\/li>\n<li>They can be easily fixed onto rails using mounting brackets<\/li>\n<li>It can be easily fixed to the surface with screws via the holes on the terminal block.<\/li>\n<\/ul>\n<div class=\"color-table\">\n<div class=\"s-desc-mg-colors\">\n  <span>Color options<\/span><\/p>\n<div class=\"stock-colors\">\n    <span class=\"blue\"><i>Blue<\/i><\/span><br \/>\n    <span class=\"green\"><i>Green<\/i><\/span><br \/>\n    <span class=\"orange\"><i>Orange<\/i><\/span><br \/>\n    <span class=\"black\"><i>Black<\/i><\/span><br \/>\n    <span class=\"gray\"><i>Gray<\/i><\/span><br \/>\n    <span class=\"red\"><i>Red<\/i><\/span>\n  <\/div>\n<\/div>\n<div class=\"s-desc-mg-stock\">\n  <span class=\"s-desc-mg-stock-title\">Stock color<\/span><\/p>\n<div class=\"stock-colors\">\n    <span class=\"blue\"><i>Blue<\/i><\/span><br \/>\n    <span class=\"green\"><i>Green<\/i><\/span><br \/>\n    <span class=\"orange\"><i>Orange<\/i><\/span>\n  <\/div>\n<\/div>\n<\/div>\n","protected":false},"featured_media":26048,"template":"","meta":[],"product_brand":[],"product_cat":[4314,4212,3977],"product_tag":[],"class_list":{"0":"post-22980","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-508mm-pluggable-connectors","7":"product_cat-pluggable-connectors","8":"product_cat-pluggable-terminal-blocks-and-connectors","9":"pa_aksesuarlar-cable-connector-screw","10":"pa_aksesuarlar-coding-pin","11":"pa_aksesuarlar-pluggable-connector-rail-mounting-bracket","12":"pa_anma-akimi-16a","13":"pa_anma-gerilimi-250v","14":"pa_iletken-baglanti-yonu-4049","15":"pa_kutup-sayisi-4350","16":"pa_montaj-tipi-35mm-din-rail","17":"pa_onaylar-ce","18":"pa_onaylar-eac","19":"pa_onaylar-rohs","20":"pa_onaylar-tse","21":"pa_onaylar-ul","22":"pa_onaylar-vde","23":"pa_pim-araligi-508mm","24":"pa_renk-secenekleri-black","25":"pa_renk-secenekleri-blue","26":"pa_renk-secenekleri-gray","27":"pa_renk-secenekleri-green","28":"pa_renk-secenekleri-orange","29":"pa_renk-secenekleri-red","30":"pa_renk-siparis-kodu-10-611-blue","31":"pa_renk-siparis-kodu-11-611-green","32":"pa_renk-siparis-kodu-12-611-orange","33":"pa_renk-siparis-kodu-13-611-black","34":"pa_renk-siparis-kodu-14-611-gray","35":"pa_renk-siparis-kodu-15-611-red","36":"pa_sira-sayisi-3992","37":"pa_stok-rengi-blue","38":"pa_stok-rengi-green","39":"pa_stok-rengi-orange","40":"pa_urun-grubu-pluggable-connectors","41":"pa_urun-tipi-cable-connector-male","42":"pa_urun-tipi-male","44":"first","45":"instock","46":"taxable","47":"shipping-taxable","48":"purchasable","49":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product\/22980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":0,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product\/22980\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/media\/26048"}],"wp:attachment":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/media?parent=22980"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_brand?post=22980"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_cat?post=22980"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_tag?post=22980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}