Filtreleme
-
Kategorilere göre
-
Markalara göre
% 10 indirim
766,70 ₺
690,03 ₺
% 10 indirim
744,15 ₺
669,74 ₺
% 15 indirim
416,40 ₺
353,94 ₺
% 15 indirim
74,56 ₺
63,38 ₺
% 15 indirim
109,12 ₺
92,75 ₺
% 15 indirim
496,88 ₺
422,35 ₺
% 15 indirim
73,48 ₺
62,46 ₺
% 15 indirim
92,92 ₺
78,98 ₺
% 15 indirim
128,56 ₺
109,28 ₺
% 15 indirim
104,80 ₺
89,08 ₺
% 15 indirim
63,76 ₺
54,20 ₺
% 15 indirim
138,28 ₺
117,54 ₺
% 15 indirim
57,28 ₺
48,69 ₺
" + 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=30&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;
}
});
-->