Сковородки
Сравнение товаров (0)
На странице:
Сортировка:
Hilton FP 2230
Яркая красная сковорода с крышкой Сковорода 2230 красная FP Hilton диаметром 22 см, с крышкой, с ..
118 0 руб.
Hilton FR 2427
Сковорода HILTON FR 2427 "Футбол" 24см, 4,5ммСковорода HILTON FR 2427 "Футбол" 24см, 4,5мм изгото..
118 0 руб.
Vitalex VL-5355
Сковорода электрическая 4 в 1 VL-5355 Антипригарное покрытие Регулируемый термостат Д..
702 0 руб.
Вок Vitalex VL-5350
Электрический вок 33 х 9 см. VL-5350 Электрический ВОК Антипригарное покрытие Диапазо..
1062 0 руб.
Сковорода 22см Hilton FP 2216
Сковорода HILTON FP 2216 (диаметр 22 см) без крышки изготовлена из алюминия с внешним покрытием и..
76 0 руб.
Сковорода24см Hilton FP 2425
Зеленая сковородка 2425 FP от Hilton Сковорода 2425 зеленая FP Hilton 24 см, с крышкой 2..
118 0 руб.
Сотейник 26см HILTON FP 2625
Полосатый сотейник 2625 с крышкой и удобной ручкой Сотейник 2625 FP HILTON диаметром 26 ..
278 0 руб.
Сотейник Vitalex VL-5360
Электрический сотейник 28 х 7 см. VL-5360 Электрический сотейник Антипригарное покрытие ..
828 0 руб.
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
html += '
';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
';
html += '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
html += '
';
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
html += '
';
$(element).html(html);
});
$('.display').html('
Вид: ');
$.cookie('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('
Вид: ');
$.cookie('display', 'grid');
}
if (typeof(init_quickview) === 'function') {
init_quickview();
}
}
view = $.cookie('display');
if (view) {
display(view);
} else {
display('grid');
}
$(document).ready(function(){
function grid_760(){
if( $(window).width()