35
18
start=0
p=list&k_id=656
/projektor-656
Filtreleme
-
Markalara göre
-
Watt
-
Kategorilere göre
indirim
122,03 ₺
122,03 ₺
indirim
123,54 ₺
123,54 ₺
indirim
2.500,00 ₺
2.500,00 ₺
indirim
250,00 ₺
250,00 ₺
indirim
900,00 ₺
900,00 ₺
indirim
675,00 ₺
675,00 ₺
indirim
350,00 ₺
350,00 ₺
% 45 indirim
60,82 ₺
33,45 ₺
% 18 indirim
840,00 ₺
688,80 ₺
% 18 indirim
840,00 ₺
688,80 ₺
indirim
142,37 ₺
142,37 ₺
indirim
132,20 ₺
132,20 ₺
indirim
122,03 ₺
122,03 ₺
indirim
101,70 ₺
101,70 ₺
indirim
152,54 ₺
152,54 ₺
% 39 indirim
108,00 ₺
65,88 ₺
% 48 indirim
348,77 ₺
181,36 ₺
% 39 indirim
780,00 ₺
475,80 ₺
" + 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;
}
});
-->