335
18
start=162
p=list&k_id=686
/pvc-ek-parcalari-686
Filtreleme
-
Markalara göre
-
Ölçü ø (mm)
-
Kategorilere göre
% 40 indirim
33,67 ₺
20,20 ₺
% 40 indirim
57,82 ₺
34,69 ₺
% 40 indirim
160,33 ₺
96,20 ₺
% 40 indirim
91,79 ₺
55,07 ₺
% 40 indirim
129,34 ₺
77,60 ₺
% 40 indirim
229,33 ₺
137,60 ₺
% 40 indirim
194,87 ₺
116,92 ₺
% 40 indirim
83,45 ₺
50,07 ₺
% 40 indirim
278,83 ₺
167,30 ₺
% 40 indirim
643,58 ₺
386,15 ₺
% 40 indirim
325,88 ₺
195,53 ₺
% 40 indirim
393,44 ₺
236,07 ₺
% 40 indirim
433,09 ₺
259,86 ₺
% 40 indirim
603,05 ₺
361,83 ₺
% 40 indirim
22,56 ₺
13,54 ₺
% 40 indirim
43,63 ₺
26,18 ₺
% 40 indirim
83,41 ₺
50,05 ₺
% 40 indirim
121,58 ₺
72,95 ₺
" + 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;
}
});
-->