64
18
start=0
p=brand&mid=50355
/cata_br_50355
Filtreleme
-
Watt
-
Amper
-
Kategorilere göre
-
Markalara göre
-
Ortam
% 39 indirim
900,00 ₺
549,00 ₺
% 39 indirim
540,00 ₺
329,40 ₺
% 39 indirim
930,00 ₺
567,30 ₺
% 39 indirim
432,00 ₺
263,52 ₺
% 39 indirim
750,00 ₺
457,50 ₺
% 39 indirim
108,00 ₺
65,88 ₺
% 39 indirim
600,00 ₺
366,00 ₺
% 39 indirim
540,00 ₺
329,40 ₺
% 39 indirim
192,00 ₺
117,12 ₺
% 39 indirim
720,00 ₺
439,20 ₺
% 39 indirim
480,00 ₺
292,80 ₺
% 39 indirim
960,00 ₺
585,60 ₺
% 39 indirim
300,00 ₺
183,00 ₺
% 39 indirim
300,00 ₺
183,00 ₺
% 39 indirim
276,00 ₺
168,36 ₺
% 39 indirim
192,00 ₺
117,12 ₺
" + datafortarget)
//history.pushState(null,null,_cleananchor(_buildmainlistingurl()+'?'+_buildmainlistingurldata(mode).replace('&onlyproductlist=1', '')));
$(maindivselector).html(html);
//$(".productCount .totalcountnumber").html($(".onlyproductlist_productcount").html());
listing_lasttotalcount = $(".onlyproductlist_productcount").last().html();
$(".productCount .totalcountnumber").html(listing_lasttotalcount);
$.ajax({
method: "POST",
dataType: "JSON",
url: "processnaked.php?p=jsondopayment",
data: "pagination=1&start=0&limit=18&total="+listing_lasttotalcount + "&targetURL="+originalurl + "&lasturlb64=" + btoa(listing_lasturl) + "&addgetfiltervalues=1",
success: function (response) {
if (response.status) {
$(".viewsblock_drawnavigation_pager").html(response.navhtml);
}
else {
console.log(response.error)
}
},
error: function (response) {
console.log(response)
}
});
},
error: function (jq, status, message) {
filterlist_processing = false;
console.log('Ajax error. Status: ' + status + ' - Message: ' + message + ' - url data: ' + _buildmainlistingurl() + ', ' + datafortarget);
}
});
}
else {
location.href = str;
}
}
/* paging */
$('.pspaging').on('click', function (e) {
var href;
var targethref;
e.preventDefault();
href = $(this).attr("href");
try {
//console.log(href)
targethref = _cleananchor(href + '&' + listing_lasturl.replace(/(start=([0-9]+))/gi, '').replace('&&', '&'));
location.href = targethref;
}
catch (e) {
location.href = href;
}
});
-->