18118
30
start=17550
p=list&k_id=634
/arapca-kitaplar-634
% 50 indirim
221,99 ₺
111,00 ₺
% 50 indirim
144,06 ₺
72,03 ₺
% 50 indirim
299,92 ₺
149,96 ₺
% 50 indirim
389,66 ₺
194,83 ₺
% 50 indirim
544,74 ₺
272,37 ₺
% 50 indirim
141,70 ₺
70,85 ₺
% 50 indirim
236,16 ₺
118,08 ₺
% 50 indirim
123,00 ₺
61,50 ₺
% 50 indirim
295,20 ₺
147,60 ₺
% 50 indirim
2.558,40 ₺
1.279,20 ₺
% 50 indirim
210,18 ₺
105,09 ₺
% 50 indirim
600,63 ₺
300,32 ₺
% 50 indirim
500,66 ₺
250,33 ₺
% 50 indirim
131,20 ₺
65,60 ₺
% 50 indirim
275,52 ₺
137,76 ₺
% 50 indirim
236,16 ₺
118,08 ₺
% 50 indirim
165,31 ₺
82,66 ₺
% 50 indirim
288,90 ₺
144,45 ₺
% 50 indirim
275,52 ₺
137,76 ₺
% 50 indirim
262,14 ₺
131,07 ₺
% 50 indirim
262,14 ₺
131,07 ₺
% 50 indirim
262,14 ₺
131,07 ₺
% 50 indirim
262,14 ₺
131,07 ₺
% 50 indirim
275,52 ₺
137,76 ₺
% 50 indirim
288,90 ₺
144,45 ₺
% 50 indirim
288,90 ₺
144,45 ₺
% 50 indirim
131,46 ₺
65,73 ₺
% 50 indirim
131,46 ₺
65,73 ₺
% 50 indirim
144,06 ₺
72,03 ₺
% 50 indirim
157,44 ₺
78,72 ₺
" + 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;
}
});
-->