Nature's Essence Age Dfi Kit 100Gm
Nature's Essence Age Dfi Kit 100Gm
Product Code: natess024
Availability: In Stock
100gm(Cleansing gel' bleach cream' skin toner' body lotion nature tex)
This Milk and Honey based facial product is good for dry skin type' where the dead skin layer looks dark and wrinkled
Anti -Aging Kit
Regular use ensures better complexion' skin toning and tightening effect
Brand: Nature's Essence
');
}
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(708);
$('#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('');
}
}
});
});
//-->