168
18
start=90
p=list&k_id=644
/anahtar-ve-priz-644
Filtreleme
-
Markalara göre
-
Kategorilere göre
% 52 indirim
188,88 ₺
90,66 ₺
% 52 indirim
188,88 ₺
90,66 ₺
% 52 indirim
168,60 ₺
80,93 ₺
% 52 indirim
199,80 ₺
95,90 ₺
% 52 indirim
156,12 ₺
74,94 ₺
% 52 indirim
44,52 ₺
21,37 ₺
% 52 indirim
104,64 ₺
50,23 ₺
% 52 indirim
148,32 ₺
71,19 ₺
% 52 indirim
195,12 ₺
93,66 ₺
% 52 indirim
188,88 ₺
90,66 ₺
% 52 indirim
443,28 ₺
212,77 ₺
% 52 indirim
129,60 ₺
62,21 ₺
% 52 indirim
199,80 ₺
95,90 ₺
% 52 indirim
44,52 ₺
21,37 ₺
% 52 indirim
104,64 ₺
50,23 ₺
% 52 indirim
145,20 ₺
69,70 ₺
% 52 indirim
127,80 ₺
61,34 ₺
% 52 indirim
156,12 ₺
74,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;
}
});
-->