Уточнить поиск
');
var slider1 = document.getElementById('slider1');
var range_all_sliders = {
'min': [29],
'max': [3501]
};
noUiSlider.create(slider1, {
start: [29, 3501],
connect: true,
step: 2,
handles: 4,
pips: {
mode: 'range',
stepped: true,
density: 4
},
range: range_all_sliders,
});
var inputPriceMin = document.getElementById('inputPriceMin');
var inputPriceMax = document.getElementById('inputPriceMax');
slider1.noUiSlider.on('update', function(values, h) {
var value = values[h];
if (h) {
inputPriceMax.value = value;
} else {
inputPriceMin.value = value;
}
});
slider1.noUiSlider.on('set', function(values, handle) {
var value = values[handle];
console.log(handle);
if (handle) {
inputPriceMax.value = value;
} else {
inputPriceMin.value = value;
}
filter = [];
manufacturer = [];
stock_status = [];
$('input[name^=\'filter\']:checked').each(function(element) {
filter.push(this.value);
});
$('input[name^=\'manufacturer\']:checked').each(function(element) {
manufacturer.push(this.value);
});
$('input[name^=\'stock_status\']:checked').each(function(element) {
stock_status.push(this.value);
});
console.log(manufacturer);
filter = filter.join(',');
manufacturer = manufacturer.join(',');
stock_status = stock_status.join(',');
if (filter != '' && manufacturer != '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter +'&manufacturer=' + manufacturer + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
} else if (filter == '' && stock_status == '' && manufacturer != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&manufacturer=' + manufacturer + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer == '' && stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' && manufacturer == '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer != '' && stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&manufacturer=' + manufacturer + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer == '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' && manufacturer != '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&manufacturer=' + manufacturer + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' || manufacturer == '' || stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom' + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
});
inputPriceMin.addEventListener('change', function() {
slider1.noUiSlider.set([this.value, null]);
});
inputPriceMax.addEventListener('change', function() {
slider1.noUiSlider.set([null, this.value]);
});
filter1 = [];
filter2 = [];
col = [];
$('input[name^=\'filter\']').each(function(element) {
if ( $(this).is(':checked')) {
filter1.push($(this).val());
col.push($(this).next().find('.total_prod ,.total_prod_off'));
}
else {
filter2.push($(this).val());
}
});
m1 = [];
m2 = [];
m_col = [];
$('input[name^=\'manufacturer\']').each(function(element) {
if ( $(this).is(':checked')) {
m1.push($(this).val());
m_col.push($(this).next().find('.total_prod ,.total_prod_off'));
}
else {
m2.push($(this).val());
}
});
st_col = [];
$('input[name^=\'stock_status\']').each(function(element) {
if ( $(this).is(':checked')) {
st_col.push($(this).next().find('.total_prod ,.total_prod_off'));
}
});
function filter_new (col) {
for (var i = 0; i < col.length; i++) {
col[i].html('x');
col[i].css({'background':'#8a7c7c','font-size':'15px'});
col[i].removeClass('total_prod total_prod_off');
col[i].addClass('total_prod_on');
}
/*$.ajax({
url: '',
type: 'get',
dataType: 'json',
data:{filter1: f1, filter2: f2, category_id: 18},
success: function(json) {
console.log(json['mod_filter']);
}
}); */
}
filter_new (col); filter_new (m_col); filter_new (st_col);
//-->
function loadPage(id1){
filter = [];
manufacturer = [];
stock_status = [];
$('input[name^=\'filter\']:checked').each(function(element) {
filter.push(this.value);
});
$('input[name^=\'manufacturer\']:checked').each(function(element) {
manufacturer.push(this.value);
});
$('input[name^=\'stock_status\']:checked').each(function(element) {
stock_status.push(this.value);
});
filter = filter.join(',');
manufacturer = manufacturer.join(',');
stock_status = stock_status.join(',');
if (filter != '' && manufacturer != '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter +'&manufacturer=' + manufacturer + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
} else if (filter == '' && stock_status == '' && manufacturer != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&manufacturer=' + manufacturer + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer == '' && stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' && manufacturer == '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer != '' && stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&manufacturer=' + manufacturer + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter != '' && manufacturer == '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&filter=' + filter + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' && manufacturer != '' && stock_status != ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom&manufacturer=' + manufacturer + '&stock_status=' + stock_status + '&min=' + inputPriceMin.value + '&max=' + inputPriceMax.value;
}
else if (filter == '' || manufacturer == '' || stock_status == ''){
location = 'https://kkrim.ru/cosmetic/uhod-za-licom';
}
}
function diplay_hide_filter (blockId,cl)
{
if ($(blockId).css('display') == 'none')
{
$(blockId).animate({height: 'show'}, 500);
$(cl).removeClass('glyphicon glyphicon-plus');
$(cl).addClass('glyphicon glyphicon-minus');
}
else
{
$(blockId).animate({height: 'hide'}, 500);
$(cl).removeClass('glyphicon glyphicon-minus');
$(cl).addClass('glyphicon glyphicon-plus');
}
}
is_null = [];
$('input[name^=\'filter\'],input[name^=\'manufacturer\'],input[name^=\'stock_status\']').each(function(element) {
is_null.push($(this).next().find('.total_prod,.total_prod_off'));
for (var i = 0; i < is_null.length; i++) {
if (is_null[i].html()== '-') {
is_null[i].parents('div.checkbox').addClass('is_null');
is_null[i].parents('div.checkbox').find('input').attr('disabled','disabled');
$('.is_null').css('opacity','0.2');
}
}
});
$("a.list-group-item").mousemove(function(){
$(this).find('.glyphicon').css('color','#fff');
});
$("a.list-group-item").mouseleave(function(){
$(this).find('.glyphicon').css('color','');
});
$('.noUi-value-horizontal').css({'color':'','padding-top':'2px'});
$('.noUi-horizontal').css('height', '8px');
$('.noUi-horizontal .noUi-handle').css ({'width':'13px','height':'15px','position':'absolute','left':'20%','top':'-4px','margin-left':'-6px','cursor':'pointer'});
$('.noUi-handle').css({'border': '0px','background': 'url(/jslider/img/jslider.png) no-repeat 0 0','box-shadow': 'inset 0 0 0px #FFF','background-position':'0 -40px'});
Уход за лицом
Обеспечивает коже необходимое питание, насыщает ее витаминами и аминокислотами. Масла облепихи и арг..
ANTI-AGE Сыворотка коллагеновая с пептидами коллагена. Уникальная технология омоложения изнутри.Колл..
Легкий ВВ-крем выравнивает тон, увлажняет кожу, скрывает ее несовершенства. Масло зародышей пшеницы ..
Легкий ВВ-крем выравнивает тон, увлажняет кожу, скрывает ее несовершенства. Масло зародышей пшеницы ..
Легкий ВВ-крем быстро впитывается, создает равномерный матовый тон, скрывает несовершенства кожи. Фи..
Легкий ВВ-крем быстро впитывается, создает равномерный матовый тон, скрывает несовершенства кожи. Фи..
Легкий ВВ-крем быстро впитывается, создает равномерный тон. Сохраняет кожу увлажненной в течение дня..
Легкий ВВ-крем быстро впитывается, создает равномерный тон. Сохраняет кожу увлажненной в течение дня..
Глубоко проникает и насыщает кожу влагой не нарушая естественных процессов, увлажняет и питает ..
Активный увлажняющий крем для лица, шеи и зоны декольте
Инновационные технологии омоложения без ..
ОписаниеОтзывыПохожие товарыДоставка и оплатаАльгинатная коллагеновая маска для лица 70 г + Тоник 30..
Новый подход к здоровой коже - витаминное питание. Маска насыщает эпидермис полезными витаминами и м..
Альгинатная маска для лица «Омолаживающая» подтягивающая™Доктор Ойл стимулирует регенерацию клеток, ..
Альгинатная маска для лица «Омолаживающая» с лавандой и каштаном™Доктор Ойл активно расслабляет..
Экстракты ромашки и календулы , входящие в состав маски оказывают противовоспалительное действие, ан..
Альгинатная маска Лифтинг для зрелой кожи (пион и роза).Маска отлично скульптурирует овал лица и укр..
Альгинатная маска с лавандой для зрелой кожи. Обладает регенерирующими свойствами, выводит токсины и..
Идеальное средство для восстановления водного баланса кожи после истощающего ежедневного макияжа. Ма..
Мягкий, но действенный пилинг является регенеративным двигателем, запускающим обновление клеток. Тща..
Наличие в креме алоэ вера в сочетании с крымской морской розовой солью, комплексом витамин..
Показано с 1 по 20 из 1134 (всего 57 страниц)