Uus 2019

Järjesta:
Kuva: Nimekirjana / Võrgustikuna

Kaabsoo hall looduslik keraküünal, 10 cm

Tootekood: K01020115 ,   Laoseis: Laos
10,15 €

Taimne looduslik käsitööküünal Kaabsoo Arctic, valge

Tootekood: K01020120 ,   Laoseis: Laos
8,30 €

Kaabsoo munaküünal

Tootekood: K01020117 ,   Laoseis: Laos
2,90 €
Südamekujuline küünal

Südamekujuline taimsest steariinist küünal

Tootekood: K01020119 ,   Laoseis: Laos
4,90 €
Tahikäärid

Tahikäärid

Tootekood: A02120118 ,   Laoseis: Laos
8,05 €
Teeküünla tangid

Teeküünla tangid

Tootekood: A02120121 ,   Laoseis: Laos
2,70 €
Valge keraküünal, 10 cm

Kaabsoo valge looduslik keraküünal, 10 cm

Tootekood: K01020116 ,   Laoseis: Laos
10,15 €
'; // 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('Kuva: Nimekirjana Võrgustikuna'); $.cookie('display', 'list'); } // Render as grid 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('Kuva: NimekirjanaVõrgustikuna'); $.cookie('display', 'grid'); } } // Init product list display('grid'); //-->