Sharkoon S80 RGB AIO 240mm, Wasserkühlung
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Nzxt T120, CPU-Kühler – RC-TN120-B1
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Sharkoon S70 RGB AIO 240mm, Wasserkühlung
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Sharkoon S90 RGB AIO 360mm, Wasserkühlung
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Enermax Aquafusion ADV 240mm, Wasserkühlung – ELC-AQFA240-SQA-W
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Asus ROG RYUJIN III 240 ARGB White Edition, Wasserkühlung – 90RC00K2-M0UAY0
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Nzxt Kraken Elite 280 280mm, Wasserkühlung – RL-KN28E-B1
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
DeepCool ASSASSIN 4S, CPU-Kühler – R-ASN4S-BKGPMN-G
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
Sharkoon S90 RGB White AIO 360mm, Wasserkühlung
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }
be quiet! Dark Rock Elite, CPU-Kühler – BK037
jQuery(document).ready(function ($) { $('#save-product-button, #save-product-heart').on('click', function () { var ean = $(this).data('ean') || $('#acf-ean').val(); var button = $(this); if (!ean) { alert('EAN konnte nicht gefunden werden!'); return; } button.prop('disabled', true).html(' Wird gespeichert...'); $.ajax({ url: "https://technikbar.com/wp-admin/admin-ajax.php", type: 'POST', data: { action: 'save_ean_to_session', ean: ean }, success: function (response) { if (response.success) { button.replaceWith( ' Produkt gemerkt - Zu meinen Produkten' ); } else { button.prop('disabled', false).html(' Merken'); alert(response.data.message); } }, error: function () { button.prop('disabled', false).html(' Merken'); alert('Fehler beim Speichern des Produkts.'); } }); }); }); /* Stil für den Button */ #save-product-button { font-size: 16px; background-color: #4CAF50; /* Grün */ color: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; } #save-product-button:hover { background-color: #45a049; /* Dunkleres Grün */ } /* Stil für das Herz-Icon */ #save-product-heart { font-size: 24px; color: #ff0000; /* Rot */ cursor: pointer; } #save-product-heart:hover { color: green; /* Grün bei Hover */ } /* Stil für den Link */ a.saved-link { display: inline-block; padding: 10px 15px; background-color: #4CAF50; color: #fff; text-decoration: none; border-radius: 5px; } a.saved-link:hover { background-color: #45a049; } /* Spinner */ .fa-spinner { color: #999; }