Rose Water
£0.21
Rose Water
Weight: 100 ml
Seller : Kakkanat Ayurveda Asramam
Service: No Returns Applicable
Weight: 100 ml
Seller : Kakkanat Ayurveda Asramam
Service: No Returns Applicable
- Availability: In Stock
- Model: KKAA
- Manufacturer:
Write Review
' + dismiss + text + '
');
},
success: function (data) {
if (data.error) {
$('#review .alert').remove();
$('#review_title').after('' + dismiss + data.error + '
');
} else {
$('#review .alert').remove();
$('#review_title').after('' + dismiss + data.success + '
');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').attr('checked', '');
$('input[name=\'captcha\']').val('');
}
$('img#captcha_img').attr('src', $('img#captcha_img').attr('src') + '&' + Math.random());
}
});
}
function wishlist_add() {
var dismiss = '';
$.ajax({
type: 'POST',
url: 'https://rosepetalscollections.in/index.php?rt=product/wishlist/add&product_id=346',
dataType: 'json',
beforeSend: function () {
$('.success, .warning').remove();
$('.wishlist_add').hide();
$('.wishlist').after('
Please Wait!
');
},
complete: function () {
$('.wait').remove();
},
error: function (jqXHR, exception) {
var text = jqXHR.statusText + ": " + jqXHR.responseText;
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + text + '
');
$('.wishlist_add').show();
},
success: function (data) {
if (data.error) {
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + data.error + '
');
$('.wishlist_add').show();
} else {
$('.wishlist .alert').remove();
//$('.wishlist').after('' + dismiss + data.success + '
');
$('.wishlist_remove').show();
}
}
});
}
function wishlist_remove() {
var dismiss = '';
$.ajax({
type: 'POST',
url: 'https://rosepetalscollections.in/index.php?rt=product/wishlist/remove&product_id=346',
dataType: 'json',
beforeSend: function () {
$('.success, .warning').remove();
$('.wishlist_remove').hide();
$('.wishlist').after('
Please Wait!
');
},
complete: function () {
$('.wait').remove();
},
error: function (jqXHR, exception) {
var text = jqXHR.statusText + ": " + jqXHR.responseText;
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + text + '
');
$('.wishlist_remove').show();
},
success: function (data) {
if (data.error) {
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + data.error + '
');
$('.wishlist_remove').show();
} else {
$('.wishlist .alert').remove();
//$('.wishlist').after('' + dismiss + data.success + '
');
$('.wishlist_add').show();
}
}
});
}
//-->