Водяное охлаждение Жидкости и присадки Окрашивающая присадка Mayhems Dye 15мл - синий Окрашивающая присадка Mayhems Dye 15мл - синий
Warning: Following manufacturers will refuse the warranty for your products if they are beeing operated with the fluids of Mayhems: Alphacool, Koolance, Phobya and Aqua Computer.
Notice:
Attention: The manufacturer Mayhems advises that Mayhems fluids, especially the Aurora line of products, have been manufactured and distributed solely for show and modding purposes. These should not be utilized in the system for more than 14 days.
We would also like to advise that Mayhems fluids can damage watercooling products, and using Mayhems fluids can thereby void the warranties offered by the following manufacturers: Koolance, Phobya, Alphacool, Aqua Computer, Watercool.
Damages such as: clogging, corrosion of aluminium radiators, deterioration of glued containers, etc., are a consequence of the use of Mayhems, but will not be reimbursed by Mayhems. Use is therefore at one’s own risk.
https://mayhems.co.uk/mayhems-aurora-guide/
https://mayhems.co.uk/mayhems-coolant-guide/
Общие характеристики
118, obshchie_kharakteristiki, divider, 0, 4
UV-активный
Нет
Объем
15 мл
Тип
Краситель
Штрихкод
6092243512048
Производитель
Mayhems
Примечание
Товар поставляется только после полной предоплаты
Цвет
прозрачный
Вес
0.023 кг
Рекомендуем посмотреть
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Готовая к использованию охлаждающая жидкость
Спасибо! Будем держать вас в курсе.
© InSocket, 2021. Все права защищены.
');
//console.log(counter_code);
$('body').append(counter_code);
if (!!params && params.ecommerce_flag === 1) {
if (!window[params.ecommerce_object]) {
window[params.ecommerce_object] = [];
}
if (typeof(params.action) === "string") {
//Добавляем объект "Просмотр товара"
if (params.action === 'product') {
if (!!params.object) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
}
}
}
//Добавляем объект "Заказ"
if (reg_str_success.test(location.href)) {
if (params.referer_flag === 1) {
if (!!params.object) {
$.post(params.path_script, {'action': 'purchase', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
if (response.data.user && response.data.user_orders) {
tmp_object = {};
if (typeof response.data.user_orders == 'object') {
for (i in response.data.user_orders) {
tmp_object[i] = response.data.order_format.replace('\{$order.id\}', response.data.user_orders[i]);
}
response.data.user_orders = tmp_object;
}
window[ya_counter_object_name].userParams({
'user': response.data.user,
'user_orders': response.data.user_orders
});
//console.log(response.data.user);
//console.log(response.data.user_orders);
}
if (!!params.object['ecommerce']) {
document.location.reload(true);
}
}
}, 'json');
}
}
}
$(document).on('ajaxSuccess', function (evt, xhr, options) {
var
fields = [],
field = [],
tmp_object = {},
query_params = {},
i, features = {}, key = '',
regexp = /^features(\[\d+\]){1}.*$/;
//counter_object;
///////////////////////////////Добавление товара в корзину/////////////////////
if (reg_str_add.test(options.url)) {
fields = [];
field = [];
tmp_object = {};
query_params = {};
features = {};
key = '';
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
if (decodeURI(field[0]).indexOf('features') >= 0) {
key = regexp.exec(decodeURI(field[0]));
key = key[1];
key = key.replace('[', '').replace(']', '');
features[key] = parseInt(field[1]);
}
query_params[decodeURI(field[0])] = parseInt(field[1]);
}
/////////////Передача цели add_cart////
/*counter_object = 'yaCounter'+$('#script_ywa_app').data('counter_id');
if (!!window[counter_object]) {
window[counter_object].reachGoal('add_cart');
//console.log(counter_object);
}*/
////////////////////////////////////////////////
$.post(params.path_script, {'action': 'add', 'product_id': query_params['product_id'], 'sku_id' : query_params['sku_id'], 'features': features, 'cart_code': params.cart_code, 'cart': params.cart}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////////////Удаление товара из корзины/////////////////////////////////////
if (reg_str_delete.test(options.url)) {
tmp_object = {};
$.post(params.path_script, {'action': 'delete', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
tmp_object.ecommerce = response.data.result;
params.cart = response.data.cart;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////Изменение количества товара в корзине/////////////////////////////
if (reg_str_save.test(options.url)) {
fields = [];
field = [];
query_params = {},
tmp_object = {};
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
query_params[field[0]] = parseInt(field[1]);
}
clearTimeout(timer_id);
timer_id = setTimeout(function () {
$.post(params.path_script, {'action': 'save', 'cart_code': params.cart_code, 'cart': params.cart, 'params': query_params}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}, 700);
}
});
}
})(jQuery, " %tag_script_start% (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter22033276 = new Ya.Metrika({id:22033276,accurateTrackBounce:true,trackLinks:true,webvisor:true ,clickmap:true ,ecommerce:\"dataLayer\"}); } catch(e) { } }); var n = d.getElementsByTagName(\"script\")[0], s = d.createElement(\"script\"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = \"text\/javascript\"; s.async = true; s.src = (d.location.protocol == \"https:\" ? \"https:\" : \"http:\") + \"\/\/mc.yandex.ru\/metrika\/watch.js\"; if (w.opera == \"[object Opera]\") { d.addEventListener(\"DOMContentLoaded\", f, false); } else { f(); } })(document, window, \"yandex_metrika_callbacks\"); %tag_script_end%
<\/div><\/noscript> ", {"ecommerce_flag":1,"path_script":"\/ywa\/getecommerceobject\/","ecommerce_object":"dataLayer","cart":[],"side_plugins":[],"action":"product","object":{"ecommerce":{"currencyCode":"RUB","detail":{"products":[{"id":"5043","name":"\u041e\u043a\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0449\u0430\u044f \u043f\u0440\u0438\u0441\u0430\u0434\u043a\u0430 Mayhems Dye 15\u043c\u043b - \u0441\u0438\u043d\u0438\u0439","category":"\u0412\u043e\u0434\u044f\u043d\u043e\u0435 \u043e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435\/\u0416\u0438\u0434\u043a\u043e\u0441\u0442\u0438 \u0438 \u043f\u0440\u0438\u0441\u0430\u0434\u043a\u0438","price":1059.25,"quantity":1,"variant":""}]}}},"counter_id":"22033276"});