Nature Essence Neem Care Anti Dandruff Shampoo 200 ML
Nature Essence Neem Care Anti Dandruff Shampoo 200 ML
Product Code: natess019
Availability: In Stock
Brand: Nature's Essence
Type: Anti dandruff shampoo
Qauntity: 200 ml
It gently cleanses the hair leaving it smooth and lustrous
The soothing and conditioning properties of aloe vera and basil make this shampoo excellent for your hair
Its mild yet effectiveness in battling dandruff makes it good for all hair types
IIt deeply nourishes scalp and hair
');
}
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(703);
$('#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('');
}
}
});
});
//-->