Pneumatiky zimní 13", 14"

Lze zasílat i na dobírku přes dopravní společnost Toptrans. O ceně dopravy se informujte na tel. čísle 777 666 815 nebo na e-mailu [email protected].
Cenu dopravy nelze stanovit paušálně, ale pouze podle celkové váhy objednávky.
Zobrazit: seznam / mřížka
Zobrazit:
Řadit podle:
129. Pneu 14'' Kleber Krisalp
Prodám zimní pneumatiky 14" Kleber Krisalp. Rozměr 175/70R14  84T. Hloubka dezén..
1 200,00 Kč
138. Dunlop Winter Response 2
Prodám zimní pneumatiky 14" Dunlop Winter Response 2. Rozměr 165/70R14 81T. Hloubka d..
1 400,00 Kč
139. Barum Polaris 3
Prodám zimní pneumatiky 14" Barum Polaris 3. Rozměr 165/80R14 85T. Hloubka dezén..
2 000,00 Kč
95. Semperit Master-Grip
Prodám zimní pneumatiky Semperit Master-Grip. Rozměr 175/65R14 - 82T. Hloubka dezénu 7 mm. Cena..
700,00 Kč
98. Michelin
Prodám zimní pneumatiky Michelin. Rozměr 185/65R14 - 81T. Hloubka dezénu 8 mm. Cena je 800 Kč/ks. St..
800,00 Kč
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; html += ''; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
'; $(element).html(html); }); $('.display').html('Zobrazit: seznam / mřížka'); $.totalStorage('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function(index, element) { html = ''; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; $(element).html(html); }); $('.display').html('Zobrazit: seznam / mřížka'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('list'); } //-->