64
18
start=0
p=list&k_id=688
/led-seritler-688
Filtreleme
-
Markalara göre
-
Amper
-
Kategorilere göre
-
Ortam
% 39 indirim
49,20 ₺
30,01 ₺
% 39 indirim
288,00 ₺
175,68 ₺
% 39 indirim
528,00 ₺
322,08 ₺
% 30 indirim
97,20 ₺
68,04 ₺
% 39 indirim
32,40 ₺
19,76 ₺
% 39 indirim
32,40 ₺
19,76 ₺
% 40 indirim
226,80 ₺
136,08 ₺
indirim
254,23 ₺
254,23 ₺
% 39 indirim
456,00 ₺
278,16 ₺
% 39 indirim
62,40 ₺
38,06 ₺
% 39 indirim
168,00 ₺
102,48 ₺
% 20 indirim
101,28 ₺
81,02 ₺
% 39 indirim
20,40 ₺
12,44 ₺
% 39 indirim
300,00 ₺
183,00 ₺
indirim
280,00 ₺
280,00 ₺
% 39 indirim
360,00 ₺
219,60 ₺
% 40 indirim
437,40 ₺
262,44 ₺
% 40 indirim
324,00 ₺
194,40 ₺
" + 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;
}
});
-->