Скидки
Скидки
для постоянных клиентов
Бонусная система
Бонусная система
действует с первой покупки
Выбор покупателей
Весь список
Акции
Новинки
Широкий выбор бытовой техники
Список сравнений
    Нет товаров в сравнении
    Добавляйте товары к сравнению характеристик и выбирайте самый подходящий вам товар
    ]').val()); // Ajax action. $.ajax({ url: wc_add_to_cart_params.wc_ajax_url.toString().replace('%%endpoint%%', 'wescle_add_to_cart'), data: formData, type: 'POST', processData: false, contentType: false, complete: function (response) { response = response.responseJSON; if (!response) { return; } console.log(response); if (response.error && response.product_url) { window.location = response.product_url; return; } // Redirect to cart option if (wc_add_to_cart_params.cart_redirect_after_add === 'yes') { window.location = wc_add_to_cart_params.cart_url; return; } var $thisbutton = form.find('.single_add_to_cart_button'); // // Trigger event so themes can refresh other areas. $(document.body).trigger('added_to_cart', [response.fragments, response.cart_hash, $thisbutton]); update_product_cart_from_fragments(); // Remove existing notices $('.woocommerce-error, .woocommerce-message, .woocommerce-info').remove(); // Add new notices form.closest('.goods').find('.woocommerce-notices-wrapper').html(response.fragments.notices_html) form.unblock(); if (server_data.cart_auto_open === '1') { $('#modal-product').removeClass('is-active'); } } }); }); });