Kontakt

 
Provozovna    
Pokřikov 9    
53 01 Hlinsko
IČ: 25283457
   



 

          Autovrakoviště Auto Atrius

          Vedoucí provozovny:
          Roman Kuera - 777 636 815

          Prodejci:    
          Jiří Kuera - 777 662 136

          e-mail: [email protected]

          Provozní doba:

          PO - PÁ          7:30-12:00   12:30-16:00

          SO                   po telefonické dohodě

          NE                   zavřeno

 

 

'; 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'); } //-->