335
18
start=288
p=list&k_id=686
/pvc-ek-parcalari-686
Filtreleme
-
Markalara göre
-
Ölçü ø (mm)
-
Kategorilere göre
% 42 indirim
619,81 ₺
359,49 ₺
% 42 indirim
1.219,37 ₺
707,23 ₺
% 42 indirim
168,94 ₺
97,98 ₺
% 42 indirim
348,50 ₺
202,13 ₺
% 42 indirim
1.915,63 ₺
1.111,07 ₺
% 42 indirim
309,58 ₺
179,55 ₺
% 42 indirim
84,18 ₺
48,82 ₺
% 42 indirim
903,43 ₺
523,99 ₺
% 42 indirim
159,41 ₺
92,46 ₺
% 42 indirim
284,18 ₺
164,83 ₺
% 42 indirim
310,66 ₺
180,18 ₺
% 42 indirim
175,15 ₺
101,59 ₺
% 42 indirim
184,15 ₺
106,81 ₺
% 42 indirim
208,12 ₺
120,71 ₺
% 42 indirim
102,31 ₺
59,34 ₺
% 42 indirim
54,24 ₺
31,46 ₺
% 42 indirim
342,74 ₺
198,79 ₺
% 42 indirim
505,20 ₺
293,02 ₺
" + 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;
}
});
-->