24
18
start=0
p=brand&mid=50350
/lamptime_br_50350
Filtreleme
-
Watt
-
Kategorilere göre
-
Markalara göre
% 18 indirim
528,00 ₺
432,96 ₺
indirim
588,00 ₺
588,00 ₺
% 18 indirim
468,00 ₺
383,76 ₺
% 18 indirim
372,00 ₺
305,04 ₺
% 18 indirim
288,00 ₺
236,16 ₺
% 18 indirim
372,00 ₺
305,04 ₺
indirim
480,00 ₺
480,00 ₺
% 18 indirim
1.536,00 ₺
1.259,52 ₺
% 5 indirim
696,00 ₺
661,20 ₺
% 18 indirim
360,00 ₺
295,20 ₺
% 18 indirim
408,00 ₺
334,56 ₺
% 18 indirim
744,00 ₺
610,08 ₺
% 18 indirim
516,00 ₺
423,12 ₺
% 18 indirim
516,00 ₺
423,12 ₺
% 18 indirim
372,00 ₺
305,04 ₺
% 18 indirim
360,00 ₺
295,20 ₺
% 18 indirim
252,00 ₺
206,64 ₺
% 18 indirim
576,00 ₺
472,32 ₺
" + 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;
}
});
-->