Товаров: 0
Введите имя! Введите номер телефона!
Введите E-mail!

Ремни. Пряжки

На странице:
Сортировка:
45422 Ремень Heavy Duty (Alpha) olive
Ремень Alpha Industries Heavy Duty – это стильная вещь, к..
Цена: 1 100 руб
Без НДС: 1 100 руб
45423 Ремень Heavy Duty (Alpha) black
Ремень Alpha Industries Heavy Duty – это стильная вещь, к..
Цена: 1 100 руб
Без НДС: 1 100 руб
'; } 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).find('.cart').html() + '
'; html += '
'; $(element).html(html); }); $('.display').html('Вид: Список / Сетка'); $.totalStorage('display', 'grid'); } else { $('.product-grid').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() + '
'; $(element).html(html); }); $('.display').html('Вид: Список / Сетка'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('grid'); } //-->