Hennessy VS 35 Cl.

110 AED
Description:

Medium amber; fine aromas of sweet fruit

Attributes
  • CountryFRANCE
Share your preferred product
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://dev.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "w0HB5dmBnRpb1YcHytFu4xlIv6b6jA7xUNBvadbO"}, success: function (response) { console.log(response); toastr.options = { "closeButton": true, "progressBar": true } if (response.error) { toastr.error(response.error); } if (response.success) { toastr.success(response.success); } }, }); });