Descrizione prodotto Bloccadisco Abus Detecto 7000 RS1 pixel yellow
• Perno di chiusura in acciaioa sezione quadrata 3×5 mm
• Sistema di allarme ABUS 3D, rileva qualsiasi movimento
• E‘ possibile trasportare l‘antifurto chiuso senza che scatti l‘allarme grazie al pulsante , da attivare manulamente, integrato nel meccanismo “Snap”n Go”
• Un led multicolore e segnali acustici diversi indicano lo stato di carica della batteria, l‘attivazione e lo stato dell‘allarme
•Sistema brevettato “Snap”n Go” consente l’installazione con una sola mano-il bloccadisco si chiude e si attiva automaticamente quando è premuto sul disco del freno
• Buona protezione nelle zonea medio rischio di furto
• Consigliato per mettere in sicurezza moto di livello base, ciclomotori e scooter
• Inclusa custodia per un trasporto facile e sicuro in un comparto dedicato, ad es. il vano sotto-sella
• Questo antifurto può essere ordinato in versione chiave uguale insieme ad altri antifurto: una sola chiave per aprire diversi antifurto
• I blocca disco appartengono a una categoria di antifurto per moto molto compatta e, di conseguenza, di facile trasporto
• Per una maggiore sicurezza durante le soste prolungate si consiglia di fissare la moto a un oggetto esterno fisso in aggiunta al blocca disco
• Grazie al sistema di rilevamento in 3D il motociclista viene avvisato quando la moto cambia di posizione e si evita così che possa essere rubata
Scrivi la tua recensione
Ogni utente registrato può scrivere una recensione. Per favore, accedi o registrati
Perchè comprare da noi
- Da oltre 15 anni il riferimento del settore
- Spedizioni sempre gratis
- Contrassegno sempre gratis
- Cambio e Reso Facile e Gratuito
- Oltre 1 milione di utenti soddisfatti
- 21 Punti Vendita Fisici
Hai qualche dubbio?
Lo specialista risponde
0583.1748004
//<![CDATA[
var productAddToCartForm = new VarienForm('product_addtocart_form');
productAddToCartForm.submit = function (button, url) {
// alert('passo 1');
// alert('chi sono:'+this.validator.validate());
// if (this.validator.validate()) {
var form = this.form;
var oldUrl = form.action;
//alert('passo 2');
if (url) {
form.action = url;
}
var e = null;
if (!url) {
url = jQuery('#product_addtocart_form').attr('action');
}
var data = jQuery('#product_addtocart_form').serialize();
data += '&isAjax=1';
// jQuery('#ajax_loader').show();
jQuery('.btn-cart').addClass('loading');
// alert('passo 3');
try {
jQuery.ajax({
url: url,
dataType: 'json',
type: 'post',
data: data,
success: function (data) {
jQuery('.btn-cart').removeClass('loading');
if (data.status == 'SUCCESS') {
if (jQuery('.block-cart')) {
jQuery('.block-cart').replaceWith(data.sidebar);
}
if (jQuery('#magentiamo_minicartlink')) {
jQuery('#magentiamo_minicartlink').replaceWith(data.minicartlink);
}
if (jQuery('#magentiamo_minicartcontent')) {
jQuery('#magentiamo_minicartcontent').replaceWith(data.minicartcontent);
}
$lateral_cart = jQuery('#cd-cart');
$shadow_layer = jQuery('#cd-shadow-layer');
toggle_panel_visibility($lateral_cart, $shadow_layer, jQuery('body'));
jQuery('#cd-cart .cd-cart-title').after('
‘);
} else {
jQuery(‘.main-container .main’).prepend(‘
‘);
}
}
});
} catch (e) {
}
this.form.action = oldUrl;
if (e) {
throw e;
}
// }
// alert(‘passo 4’);
}.bind(productAddToCartForm);
//]]>
Prodotti Raccomandati


Bloccadisco Abus 285 Element giallo
€ 42,60


Bloccadisco Abus 285 Element rosso
€ 42,20


Bloccadisco Abus Granit Detecto X-Plus 8077 giallo Livello 18
Prezzo di listino:
€ 189,00
Special Price
€ 170,10


Arco Abus Granit X-Plus 540 230cm Livello 15
Prezzo di listino:
€ 121,90
Special Price
€ 108,90


Catena Abus CityChain 1010 110cm Livello 12
Prezzo di listino:
€ 140,20
Special Price
€ 125,90
jQuery(document).ready(function () {
jQuery(“.rating-links a, .no-rating a”).click(function (event) {
event.preventDefault();
jQuery(‘html, body’).animate({
scrollTop: jQuery(“#review-anchor”).offset().top
}, 2000);
});
});
var lifetime = 3600;
var expireAt = Mage.Cookies.expires;
if (lifetime > 0) {
expireAt = new Date();
expireAt.setTime(expireAt.getTime() + lifetime * 1000);
}
Mage.Cookies.set(‘external_no_cache’, 1, expireAt);
var formsToProtectOnPage = [];
var currentForm;
var currentValidationForm;
var checkedForms = [];
var hasFormsChanged = false;
var onSubmit = function (token) {
currentForm.querySelector(‘[name=”amasty_invisible_token”]’).setAttribute(‘value’, token);
if (typeof(recaptchaObject) !== ‘undefined’
&& ‘post’ !== currentForm.method
) {
recaptchaObject.submit();
} else {
currentForm.submit();
}
};
function checkForms() {
var formsToProtect = [“form[action*=”customer/account/createpost”]”];
if (“object” == typeof(formsToProtect)) {
formsToProtect = Object.values(formsToProtect);
}
formsToProtect.forEach(function (item) {
var continueWorking = true;
if (“function” == typeof(item)) {
return;
}
formsSearchedBySelector = $$(item);
checkedForms.forEach(function (element) {
if (element[0] == formsSearchedBySelector[0]) {
continueWorking = false;
return;
}
});
if (formsSearchedBySelector.length != 0 && continueWorking) {
checkedForms.push(formsSearchedBySelector);
formsSearchedBySelector.forEach(function (formToProtect) {
formsToProtectOnPage.push(formToProtect);
hasFormsChanged = true;
});
}
});
if (hasFormsChanged) {
for (var index in formsToProtectOnPage) {
if (formsToProtectOnPage.hasOwnProperty(index)) {
var formToProtectOnPage = formsToProtectOnPage[index];
if (‘form’ !== formToProtectOnPage.tagName.toLowerCase()) {
formToProtectOnPage = formToProtectOnPage.getElementsByTagName(‘form’);
if (0 formToProtectOnPage.getElementsByClassName(‘amasty_recaptcha’).length) {
var recaptchaBlock = document.createElement(‘div’);
recaptchaBlock.className = ‘amasty_recaptcha’;
formToProtectOnPage.appendChild(recaptchaBlock);
}
if (1 > formToProtectOnPage.getInputs(‘hidden’, ‘amasty_invisible_token’).length) {
var tokenInput = document.createElement(‘input’);
tokenInput.type = ‘hidden’;
tokenInput.name = ‘amasty_invisible_token’;
tokenInput.value = ”;
formToProtectOnPage.appendChild(tokenInput);
}
formToProtectOnPage.onsubmit = function submitProtectedForm(event) {
currentForm = event.target;
currentValidationForm = new VarienForm(currentForm.id, false);
recaptchaBlock = currentForm.querySelector(“.amasty_recaptcha”);
if (recaptchaBlock.innerHTML == ”) {
if (currentValidationForm && currentValidationForm.validator
&& currentValidationForm.validator.validate()
) {
recaptcha = grecaptcha.render(recaptchaBlock, {
‘sitekey’: ‘6Lc4GEMUAAAAAOMG0k0TBQSxbA4QMJmHt_2wIeNB’,
‘callback’: onSubmit,
‘size’: ‘invisible’,
‘theme’: ‘light’,
‘badge’: ‘bottomleft’
});
}
}
if (!recaptcha) {
grecaptcha.reset(recaptcha);
grecaptcha.execute(recaptcha);
}
return false;
}
}
}
}
}
document.observe(“dom:loaded”, function () {
var formsCount = 0;
setInterval(function () {
var formLength = $$(‘form’).length;
if (formsCount != formLength) {
formsCount = formLength;
checkForms();
}
}, 1000);
});
if (‘NodeList’ in window) {
if (!NodeList.prototype.each && NodeList.prototype.forEach) {
NodeList.prototype.each = NodeList.prototype.forEach;
}
}
Array.prototype.reduce = function (callback, initialVal) {
var accumulator = (initialVal === undefined) ? undefined : initialVal;
for (var i = 0; i < this.length; i++) {
if (accumulator !== undefined) {
accumulator = callback.call(undefined, accumulator, this[i], i, this);
} else {
accumulator = this[i];
}
}
return accumulator;
}
if (‘undefined’ !== typeof jQuery && ‘undefined’ !== typeof dataLayer)
{
(function($, dataLayer)
{
var events =
{
addToCart: function()
{
},
removeFromCart: function()
{
},
productClick: function()
{
},
addToWishlist: function()
{
},
addToCompare: function()
{
}
};
var b = function(events)
{
$.each(events, function(event, callback)
{
var elements = $(‘[data-event]’).filter(function()
{
return $(this).data(‘event’) == event;
});
elements.each(function()
{
$(this).off(‘click.ec’).on(‘click.ec’, callback);
});
});
};
b(events);
(function(events)
{
$(document).ajaxComplete(function( event, request, settings )
{
b(events);
});
})(events);
})(jQuery, dataLayer);
}
if (typeof dataLayer !== “undefined”)
{
for (a = 0, b = EC.length; a < b; a++)
{
EC[a].apply(this,[dataLayer]);
EC[a].apply(this,[dataLayerTransport]);
}
/**
* Check if GTM is not blocked by Ad-Blocker
*/
if ('undefined' !== typeof jQuery)
{
jQuery(window).load(function()
{
if (!AEC.gtm())
{
console.log('Google Tag Manager may be blocked by Ad-Blocker or not included in page');
}
});
}
/* AdWords Remarketing */
if (window.google_tag_params)
{
dataLayer.push(
{
'event': 'fireRemarketingTag',
'google_tag_params': window.google_tag_params
});
}
if (typeof FB !== 'undefined')
{
FB.Event.subscribe('edge.create',function(href)
{
dataLayer.push(
{
'event': 'socialInt',
'socialNetwork': 'Facebook',
'socialAction': 'Like',
'socialTarget': href
});
});
}
window.sendPlus = function(g)
{
dataLayer.push(
{
'event': 'socialInt',
'socialNetwork': 'Google',
'socialAction': '+1',
'socialTarget': g.href
});
};
if (typeof twttr !== 'undefined')
{
twttr.ready(function (twttr)
{
twttr.events.bind('click', function()
{
dataLayer.push(
{
'event': 'socialInt',
'socialNetwork': 'Twitter',
'socialAction': 'tweet',
'socialTarget': window.location.href
});
});
});
}
}
else
{
console.log('dataLayer[] is not intialized. Check if GTM is installed properly');
}
{“@context”:”http://schema.org”,”@type”:”Product”,”name”:”Bloccadisco Abus Detecto 7000 RS1 pixel yellow”,”description”:”Bloccadisco Abus Detecto 7000 RS1 pixel yellow”,”image”:”https://cdn.motoabbigliamento.it/media/catalog/product/cache/1/image/265x/9df78eab33525d08d6e5fb8d27136e95/4/8/487330abus.jpg”,”url”:”https://www.motoabbigliamento.it/bloccadisco-abus-detecto-7000-rs1-pixel-yellow”,”offers”:[[],{“@type”:”Offer”,”priceCurrency”:”EUR”,”price”:136.9,”availability”:”http://schema.org/InStock”,”seller”:{“@type”:”Organization”,”name”:”Home – Motoabbigliamento.it”},”url”:”https://www.motoabbigliamento.it/bloccadisco-abus-detecto-7000-rs1-pixel-yellow”,”priceValidUntil”:”2028-05-29T00:00:00+00:00″}],”brand”:{“@type”:”Brand”,”name”:”Abus”},”review”:[[]],”sku”:”487330abus”,”mpn”:”487330abus”}
if (typeof vzero === ‘undefined’) {
// Start an instance of vZero for the Apple Pay instance
var vzero = new vZero(
‘gene_braintree_creditcard’,
false,
false,
false,
false,
false,
false,
false,
‘https://www.motoabbigliamento.it/braintree/checkout/clientToken/’
);
console.debug(vzero);
}
(function () {
if (typeof vzero === ‘undefined’) {
console.error(‘Google Pay was unable to initialize as ‘vzero’ is undefined in the browser.’);
return;
}
// Initialize Apple Pay once the integration kit has initialized
vzero.observeEvent(‘integration.onInit’, function () {
new vZeroGooglePay(
false,
‘Motoabbigliamento.it’,
this,
‘https://www.motoabbigliamento.it/braintree/googlepay/clientToken/’,
{
environment: ‘production’,
merchantAccountId: ‘sandbox’,
currencyCode: ‘EUR’,
allowedCardNetworks: [“AMEX”, “DISCOVER”, “INTERAC”, “JCB”, “MASTERCARD”, “VISA”] }
);
});
})();
var textPosition = ‘.product-shop .price-info’;
var scalapayText = ‘scalapayText’;
var referenceNode = document.querySelector(textPosition);
referenceNode.after(document.getElementById(scalapayText));











Recensioni
Ancora non ci sono recensioni.