REVLON
Sort By:
Show:
Revlon Charlie Perfumed Body Spray Blue 150ml
Charlie blue body spray by revlon, launched by the design house of revlon in 197...
Rs.190
Revlon Charlie Perfumed Body Spray Crystal Chic 150ml
Charlie Crystal Chic body spray by revlon for women, launched by ...
Rs.190
Revlon Charlie Perfumed Body Spray Gold 150ml
Charlie gold body spray by revlon for women, launched by the design ho...
Rs.190
Revlon Charlie Perfumed Body Spray Gold 150ml
Charlie gold body spray by revlon for women, launched by the design ho...
Rs.190
Revlon Color N Care Hair Color Cream Brown Black
An economical hair color from the House of Revlon, which has coconut oil for deep conditioning ...
Rs.190
Revlon Color N Care Hair Color Cream Natural Black
An economical hair color from the House of Revlon, which has coconut oil for deep conditioning ...
Rs.190
';
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('
Display:ListGrid');
$.cookie('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('
Display:ListGrid');
$.cookie('display', 'grid');
}
}
view = $.cookie('display');
if (view) {
display(view);
} else {
display('grid');
}
//-->