TALLASSO PILING ZA TELO
Collistar – talasso piling za telo, protiv zadrzavanja vode Piling za telo koji, zahvaljujući k.....
Eucerin Hyaluron-Filler Dnevna krema za suvu kožu Dnevna krema protiv bora sa naprednom formula.....
Eucerin Hyaluron-Filler Noćna krema Eucerin Hyaluron-filler noćna krema predstavlja novu genera.....
Max factor Facefinity all day flawless 3 in 1 foundation - tečni puder Max Factor predstavlja s.....
Max Factor Skin Luminizer Foundation - Tečni puder Max Factor Skin Luminizer tečni puder sadrži.....
Max factor Whipped Creme foundation - tečni puder Najnoviji tečni puder od Max Factora kombinuj.....
NIVEA Cellular Anti-Age Facial Krema Lagana formulacija ekstrakta magnolije, hijaluronske kisel.....
NIVEA In-Shower Smooth mleko za negu tela pod tušem Hidratantno mleko sa ši puterom za suvu kož.....
PRONAILS LAK ZA NOKTE - Nova formula: brzo sušenje i dodatni sjaj - Dug vek trajanja - Bez to.....
PRONAILS LAK ZA NOKTE - Nova formula: brzo sušenje i dodatni sjaj - Dug vek trajanja - Bez to.....
Uniq One All in One Conditioning Shampoo- šampon sa kondicionerom Formula sa 2/3 šampona i 1/3 .....
Uniq One All in One Hair Treatment - maska u spreju Maska u spreju koja se ne ispira može da s.....
ROSAL LIP BALM FRESH NUDE Lip Balm Flash Nude poseduje čarobnu kombinaciju pigmenata za postiza.....
Sothys Anti-Ageing Comfort Cream Grade 2 - Krema .....
Sothys Hydradvance Light Cream - Krema .....
';
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('
Prikaz:ListaTabela');
$.totalStorage('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid div.product_block').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('
Prikaz:ListaTabela');
$.totalStorage('display', 'grid');
}
}
view = $.totalStorage('display');
if (view) {
display(view);
} else {
display('grid');
}
//-->