METZELER

Metzeler has manufactured motorcycle tyres since 1892 and our history goes hand in hand with the history of the motorcycle. From the use of new materials and the development of innovative tread designs, to the introduction of advanced rubber compounds, the German brand is always at the forefront of technical development.

https://www.metzeler.com/en-ww/home

 

Kuvamisviis Ruudustik Nimekiri

6 toodet

lehe kohta
Määra kahanevas suunas
    • Soodushind -15%
    • Kesklaos
    ME 888 Marathon Ultra Cruiser Rehvid
    Special Price 272,86 € Regular Price 321,47 €
    • Soodushind -14%
    • Kesklaos
    888MAR WW 180/65B16 81H TL Rehv
    Special Price 387,35 € Regular Price 449,55 €
    • Soodushind -26%
    • Kesklaos
    Metzeler ME 888 Marathon 180/65B16M/C REINFTL 81H r
    Special Price 270,40 € Regular Price 363,08 €
    • Soodushind -26%
    • Kesklaos
    Metzeler ME 888 Marathon Ultra WW 180/65 B 16 81H Reinf TL r
    Special Price 366,30 € Regular Price 491,89 €
    • Soodushind -26%
    • Kesklaos
    Metzeler Cruisetec 180/65 B 16 M/C 81H TL Reinforced Re.
    Special Price 270,40 € Regular Price 363,08 €
Kuvamisviis Ruudustik Nimekiri

6 toodet

lehe kohta
Määra kahanevas suunas

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

" let _customerEmail = "" window.CRISP_SESSION_ID = $crisp.get('session:identifier'); $crisp.push(['set', 'session:segments', [['magento']]]); if (_customerEmail) { $crisp.push(['set', 'user:email', _customerEmail]); } if (_customerId) { postData("customer", {id: parseInt(_customerId)}) } postCartLuma(); } function postCartLuma() { require(["Magento_Customer/js/customer-data"], (customerData) => { setTimeout(() => { let _cartType = "cart" let _cart = customerData.get("cart"); let _customer = customerData.get("customer"); let _cartData = _cart() let _customerData = _customer() let _currency = "EUR" if ((_customerData || {}).fullname) { $crisp.push(['set', 'user:nickname', _customerData.fullname]); } if ((_cartData || {}).items) { if (_currency !== null) { _cartData.currency = _currency } postData(_cartType, _cartData); } _cart.subscribe((data) => { if (_currency !== null) { data.currency = _currency } postData(_cartType, data); }); }, 200); }) } function postData(type, body) { fetch( crispPluginURL + "/visitors/website/" + window.CRISP_WEBSITE_ID + "/session/" + window.CRISP_SESSION_ID + "/" + type, { method: "POST", headers: { "Content-Type": "application/json", Accept: "application/json", }, body: JSON.stringify(body), } ); }