Touring mootorratta rehvid

Kuvamisviis Ruudustik Nimekiri

7 toodet

lehe kohta
Määra kahanevas suunas
    • Soodushind -23%
    • Kesklaos
    Dunlop SPMAX Roadsmart 2 120/60ZR17 (55W) TL fr
    Special Price 111,44 € Regular Price 145,62 €
    • Soodushind -26%
    • Kesklaos
    Metzeler Roadtec 01 120/60ZR17M/CTL (55W)
    Special Price 143,70 € Regular Price 193,55 €
    • Soodushind -23%
    • Kesklaos
    Dunlop SX GPR300F 120/60ZR17 (55W) TL
    Special Price 96,10 € Regular Price 125,60 €
    • Soodushind -26%
    • Kesklaos
    Pirelli Angel GT II 120/60 ZR 17 M/C (55W) TL Fr.
    Special Price 162,10 € Regular Price 217,86 €
    • Soodushind -23%
    • Kesklaos
    Dunlop Sportmax Roadsmart IV 120/60 ZR 17 (55W) TL Fr.
    Special Price 158,27 € Regular Price 206,77 €
    • Soodushind -23%
    • Kesklaos
    Michelin Road 5 120/60 ZR 17 M/C (55W) TL Fr
    Special Price 149,11 € Regular Price 194,81 €
    • Soodushind -19%
    • Kesklaos
    Michelin Road 6 120/60 ZR 17 M/C (55W) TL Fr
    Special Price 176,65 € Regular Price 218,72 €
Kuvamisviis Ruudustik Nimekiri

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