352
18
start=234
p=list&k_id=652
/avize-652
Filtreleme
-
Markalara göre
-
Kategorilere göre
% 22 indirim
4.320,00 ₺
3.369,60 ₺
% 22 indirim
4.380,00 ₺
3.416,40 ₺
% 22 indirim
3.840,00 ₺
2.995,20 ₺
% 22 indirim
2.580,00 ₺
2.012,40 ₺
% 22 indirim
2.340,00 ₺
1.825,20 ₺
% 22 indirim
5.040,00 ₺
3.931,20 ₺
% 22 indirim
4.140,00 ₺
3.229,20 ₺
indirim
1.750,00 ₺
1.750,00 ₺
% 22 indirim
2.160,00 ₺
1.684,80 ₺
indirim
3.099,60 ₺
3.099,60 ₺
indirim
3.150,00 ₺
3.150,00 ₺
indirim
5.100,00 ₺
5.100,00 ₺
indirim
5.050,00 ₺
5.050,00 ₺
indirim
2.900,00 ₺
2.900,00 ₺
indirim
3.600,00 ₺
3.600,00 ₺
indirim
3.600,00 ₺
3.600,00 ₺
% 22 indirim
14.160,00 ₺
11.044,80 ₺
indirim
1.500,00 ₺
1.500,00 ₺
" + 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;
}
});
-->