Product comparison
You have not added any products for comparison.
jQuery(document).on('jet-cw-loaded', function () { jQuery('.jet-cw-compare-item').each(function () { const $item = jQuery(this); const pid = $item.data('product-id'); // Liste deiner Keys: const metaKeys = [ 'product_variant_kipeinsatzdauerinnen', 'product_variant_kipeinsatzdaueraussen', 'product_variant_kipklebekraftstahln10mm', 'product_variant_kiptemperaturbestaendigkeitc', 'product_variant_kiptraegermaterial', 'product_variant_kipeinsatzgebiet' ]; metaKeys.forEach(function (key) { jQuery.post(ajaxurl, { action: 'get_variant_meta', product_id: pid, meta_key: key }, function (value) { $item.find('[data-key="' + key + '"]').text(value); }); }); }); }); ]]>