Touring mootorratta rehvid

Kuvamisviis Ruudustik Nimekiri

8 toodet

lehe kohta
Määra kahanevas suunas
    • Soodushind -25%
    • Kesklaos
    Metzeler Roadtec 01 130/90 - 16 M/C 67V TL Re.
    Special Price 161,32 € Regular Price 216,20 €
    • Soodushind -26%
    • Kesklaos
    Metzeler Roadtec 01 130/90 - 16 M/C 67H TL Fr.
    Special Price 141,44 € Regular Price 190,64 €
    • Soodushind -26%
    • Kesklaos
    Pirelli Sport Demon 130/90-16 M/C 67V TL Re.
    Special Price 164,36 € Regular Price 221,64 €
    • Soodushind -41%
    • Kesklaos
    Metzeler Me 888 Marathon Ultra 130/90 - 16 M/C 67H TL f
    Special Price 189,94 € Regular Price 321,68 €
    • Soodushind -25%
    • Kesklaos
    Metzeler ME 888 Marathon Ultra WW 130/90-16 67H TL f
    Special Price 239,70 € Regular Price 321,68 €
    • Soodushind -23%
    • Kesklaos
    Dunlop Arrowmax Streetsmart 130/90-16 67H TL r
    Special Price 167,51 € Regular Price 218,92 €
    • Soodushind -23%
    • Kesklaos
    Dunlop D404F 130/90-16 67H WWW TT fr
    Special Price 235,87 € Regular Price 308,26 €
    • Soodushind -24%
    • Kesklaos
    Dunlop D404F 130/90-16 67S TT F fr
    Special Price 156,79 € Regular Price 206,08 €
Kuvamisviis Ruudustik Nimekiri

8 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), } ); }