Nature's Essence Diamond Bleach 43g
Nature's Essence Diamond Bleach 43g
Product Code: natess003
Availability: In Stock
Nature's Essence Diamond Bleach
Brand : Nature's Essence
Quantity : 43 Gms
This Diamond Bleach makes your skin look fairer like never before
Formulated to give your skin a natural glow
Its high quality ingredients not only improve the texture of skin but also nourish with the goodness of nature
It blends facial hair, cleanses pores and removes impurities
Reduces facial blemishes from deep within, providing you a fairer complexion
A must-have product to impart a diamond like radiance to the skin and make skin soft, smooth and supple.
');
}
if (json['error']['cart_total_value']) {
alert(json['error']['cart_total_value']);
}
if (json['error']['option']) {
for (i in json['error']['option']) {
$('#option-' + i).after('
' + json['error']['option'][i] + ' ');
}
}
}
if (json['success']) {
$('#notification').html('
' + json['success'] + '
');
$('.success').fadeIn('slow');
addToCartConfirm();
if(cemantika_enabled)
addCementikaToCart(687);
$('#cart-total').html(json['total']);
$('#persistentcart').load('index.php?route=module/persistent_cart');
var image = $('#image').offset();
if($("#persistentcart").length > 0){
var cart = $('#persistentcart');
var cart_offset = cart.offset();
}else {
var cart = $('#cart');
var cart_offset = cart.offset();
}
$('#image').before('');
params = {
top : cart_offset.top + 'px',
left : cart_offset.left + 'px',
opacity : 0.0,
width : cart.width(),
height : cart.height()
};
$('#temp').animate(params, 'slow', false, function () {
$('#temp').remove();
});
$(".dpo-option > select > option:nth-of-type(1)").attr("selected","selected");
// $('html, body').animate({ scrollTop: 0 }, 'slow');
}
}
});
});
//-->
');
},
complete: function() {
$('#button-review').attr('disabled', false);
$('.attention').remove();
},
success: function(data) {
if (data['error']) {
$('#review-title').after('
' + data['error'] + '
');
}
if (data['success']) {
$('#review-title').after('
' + data['success'] + '
');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').attr('checked', '');
$('input[name=\'captcha\']').val('');
}
}
});
});
//-->