  <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":22729,"date":"2023-07-03T20:49:48","date_gmt":"2023-07-03T17:49:48","guid":{"rendered":"https:\/\/megaradar.com.tr\/shop\/urun\/5-08mm-socket-male-terminal-block-90-open-11-pins\/"},"modified":"2026-03-02T15:26:03","modified_gmt":"2026-03-02T12:26:03","slug":"508mm-male-pluggable-terminal-block-90-open-type-11-pins","status":"publish","type":"product","link":"https:\/\/megaradar.com.tr\/shop\/en\/product\/508mm-male-pluggable-terminal-block-90-open-type-11-pins\/","title":{"rendered":"5.08mm Male Pluggable Terminal Block 90\u00b0 (Open Type) &#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 design significantly speeds up your wiring and saves valuable assembly time.<\/li>\n<li>90\u00b0 and 180\u00b0 connection angles adapt easily to any layout.<\/li>\n<li>Use different colors to create clear, easy-to-identify connections at a glance.<\/li>\n<li>Choose from open-side, closed-side, or multi-level models to fit your specific space requirements.<\/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":27629,"template":"","meta":[],"product_brand":[],"product_cat":[4244,3977],"product_tag":[],"class_list":{"0":"post-22729","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-508mm-pluggable-pcb-terminal-blocks","7":"product_cat-pluggable-terminal-blocks-and-connectors","8":"pa_aksesuarlar-coding-pin","9":"pa_anma-akimi-16a","10":"pa_anma-gerilimi-250v","11":"pa_iletken-baglanti-yonu-4049","12":"pa_kutup-sayisi-4350","13":"pa_montaj-tipi-wave-soldering","14":"pa_onaylar-tse","15":"pa_onaylar-ce","16":"pa_onaylar-rohs","17":"pa_onaylar-vde","18":"pa_onaylar-ul","19":"pa_onaylar-eac","20":"pa_pim-araligi-508mm","21":"pa_renk-secenekleri-blue","22":"pa_renk-secenekleri-green","23":"pa_renk-secenekleri-orange","24":"pa_renk-secenekleri-gray","25":"pa_renk-secenekleri-black","26":"pa_renk-secenekleri-red","27":"pa_renk-siparis-kodu-10-311-blue","28":"pa_renk-siparis-kodu-11-311-green","29":"pa_renk-siparis-kodu-12-311-orange","30":"pa_renk-siparis-kodu-13-311-black","31":"pa_renk-siparis-kodu-14-311-gray","32":"pa_renk-siparis-kodu-15-311-red","33":"pa_sira-sayisi-3992","34":"pa_stok-rengi-blue","35":"pa_stok-rengi-green","36":"pa_stok-rengi-orange","37":"pa_urun-grubu-pluggable-pcb-terminal-blocks","38":"pa_urun-tipi-male","40":"first","41":"instock","42":"taxable","43":"shipping-taxable","44":"purchasable","45":"product-type-variable"},"_links":{"self":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product\/22729","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\/22729\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/media\/27629"}],"wp:attachment":[{"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/media?parent=22729"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_brand?post=22729"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_cat?post=22729"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/megaradar.com.tr\/shop\/en\/wp-json\/wp\/v2\/product_tag?post=22729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}