25
18
start=0
p=list&k_id=763
/dirsekler-763
Filtreleme
-
Ölçü inç"
-
Kategorilere göre
-
Markalara göre
% 47 indirim
318,00 ₺
168,54 ₺
% 47 indirim
312,00 ₺
165,36 ₺
% 47 indirim
156,00 ₺
82,68 ₺
% 47 indirim
1.104,00 ₺
585,12 ₺
% 47 indirim
744,00 ₺
394,32 ₺
% 47 indirim
588,00 ₺
311,64 ₺
% 47 indirim
1.404,00 ₺
744,12 ₺
% 47 indirim
894,00 ₺
473,82 ₺
% 47 indirim
744,00 ₺
394,32 ₺
% 47 indirim
552,00 ₺
292,56 ₺
% 47 indirim
456,00 ₺
241,68 ₺
% 47 indirim
324,00 ₺
171,72 ₺
% 47 indirim
1.320,00 ₺
699,60 ₺
% 47 indirim
810,00 ₺
429,30 ₺
% 47 indirim
660,00 ₺
349,80 ₺
% 47 indirim
468,00 ₺
248,04 ₺
% 47 indirim
372,00 ₺
197,16 ₺
% 47 indirim
240,00 ₺
127,20 ₺
" + 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;
}
});
-->