48
18
start=0
p=list&k_id=700
/sarf-malzemeler-700
Filtreleme
-
Markalara göre
-
Amper
-
Kategorilere göre
% 45 indirim
833,64 ₺
458,50 ₺
% 28 indirim
11.100,00 ₺
7.992,00 ₺
% 60 indirim
177,60 ₺
71,04 ₺
% 28 indirim
7.560,00 ₺
5.443,20 ₺
% 28 indirim
8.880,00 ₺
6.393,60 ₺
% 49 indirim
624,00 ₺
318,24 ₺
% 49 indirim
780,00 ₺
397,80 ₺
% 45 indirim
779,29 ₺
428,61 ₺
indirim
120,00 ₺
120,00 ₺
% 28 indirim
6.000,00 ₺
4.320,00 ₺
% 28 indirim
4.080,00 ₺
2.937,60 ₺
% 45 indirim
630,80 ₺
346,94 ₺
" + 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;
}
});
-->