Letní kola

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:
1093. Citroen C I., Peugeot 107, 108, Toyota Algo, Opel Agila
Prodám kompletní letní kola 14". Citroen C 1, Peugeot 107, 108, Toyota Algo, Opel Agila. R..
4 000,00 Kč
1154. Opel Astra G, Combo, Corsa C, Meriva
Prodám kompletní sadu letních kol 15" na Opel Astra G, Combo, Corsa C, Meriva. Pneu: ..
4 000,00 Kč
1161. Hyundai Getz, i 10, i 20, Kia Picanto, Opel Agila
Prodám kompletní sadu letních kol 14" Hyundai Getz, i 10, i 20, Kia Picanto, Opel Agila. P..
4 000,00 Kč
855. Opel Corsa C, Combo Combi
Prodám kompletní letní originální  kola 15" Opel Corsa C, Combo Combi . Rozměr disků ..
3 500,00 Kč
963. Fiat Punto Grande, Opel Meriva "A", Tigra, Corsa "D","C","E"
Prodám kompletní letní originální  kola 15" Fiat Punto Grande (2005-2018) , Opel Meriva "A..
5 000,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'); } //-->