24
18
start=0
p=list&k_id=708
/lavabo-bataryalari-708
Filtreleme
-
Markalara göre
-
Kategorilere göre
indirim
2.000,00 ₺
2.000,00 ₺
% 9 indirim
3.780,00 ₺
3.439,80 ₺
indirim
3.200,00 ₺
3.200,00 ₺
% 9 indirim
3.060,00 ₺
2.784,60 ₺
indirim
750,00 ₺
750,00 ₺
indirim
910,00 ₺
910,00 ₺
indirim
750,00 ₺
750,00 ₺
indirim
1.700,00 ₺
1.700,00 ₺
indirim
1.700,00 ₺
1.700,00 ₺
indirim
1.700,00 ₺
1.700,00 ₺
% 25 indirim
5.400,00 ₺
4.050,00 ₺
% 25 indirim
1.212,00 ₺
909,00 ₺
% 25 indirim
1.836,00 ₺
1.377,00 ₺
% 25 indirim
1.464,00 ₺
1.098,00 ₺
indirim
2.700,00 ₺
2.700,00 ₺
% 9 indirim
3.936,00 ₺
3.581,76 ₺
indirim
2.000,00 ₺
2.000,00 ₺
indirim
223,73 ₺
223,73 ₺
" + 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;
}
});
-->