352
18
start=18
p=list&k_id=652
/avize-652
Filtreleme
-
Markalara göre
-
Kategorilere göre
indirim
4.600,00 ₺
4.600,00 ₺
indirim
1.600,00 ₺
1.600,00 ₺
indirim
2.500,00 ₺
2.500,00 ₺
indirim
2.800,00 ₺
2.800,00 ₺
indirim
1.600,00 ₺
1.600,00 ₺
indirim
1.600,00 ₺
1.600,00 ₺
indirim
800,00 ₺
800,00 ₺
indirim
2.600,00 ₺
2.600,00 ₺
indirim
1.300,00 ₺
1.300,00 ₺
indirim
4.000,00 ₺
4.000,00 ₺
indirim
1.850,00 ₺
1.850,00 ₺
indirim
4.600,00 ₺
4.600,00 ₺
indirim
4.600,00 ₺
4.600,00 ₺
indirim
1.932,20 ₺
1.932,20 ₺
indirim
1.850,00 ₺
1.850,00 ₺
indirim
3.200,00 ₺
3.200,00 ₺
indirim
1.600,00 ₺
1.600,00 ₺
indirim
2.100,00 ₺
2.100,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;
}
});
-->