Senkkopf-Stifte 20° 1.6/16g - rostfreie Ausführung
Filter
Hersteller
- 3
Preis
€
€
Senkkopf-Stifte 20° 1.6/16g - rostfreie Ausführung
- -31% Bosch Senkkopf-Stift SK64 20NR 38 mm Edelstahl UVP 78,31 € Sie sparen: 24,54 € 53,77 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -30% Bosch Senkkopf-Stift SK64 20NR 50 mm Edelstahl UVP 95,37 € Sie sparen: 28,15 € 67,22 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -37% Bosch Senkkopf-Stift SK64 20NR 63 mm Edelstahl (2000 Stk) UVP 113,51 € Sie sparen: 42,09 € 71,42 €exkl. 19% MwSt. ggfs. zzgl. Versand
$(document).ready(function() {
var $wrapper = $('.step-by-step');
$wrapper.find('a').sort(function (a, b) {
return +a.dataset.order - +b.dataset.order;
}).appendTo( $wrapper );
$wrapper.removeClass('loading');
$('#showMore').on('click', function() {
$(this).remove();
$wrapper.find('a:hidden').css('display','flex');
});
$('.pdeal').on('click', function(event) {
event.preventDefault();
var href = $(this).attr('data-href');
console.log(href);
window.location.href = href;
});
});