Zubehör für Bosch-Kantenfräse GKF 600 Professional (1)
Filter
Hersteller
- 3
Preis
€
€
Werkzeugaufnahme
- 1
Zubehör für Bosch-Kantenfräse GKF 600 Professional (1)
- -33% Bosch Grundplatte mit Handgriff und Absaugstutzen – UVP 62,99 € Sie sparen: 20,98 € 42,01 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -26% Bosch Spannzange 8 mm UVP 27,38 € Sie sparen: 7,22 € 20,16 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -36% Bosch Spannzange 6 mm UVP 27,38 € Sie sparen: 9,74 € 17,64 €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;
});
});