Pour everything into a shaker with ice. Shake, pour and enjoy!

  • INGREDIENTS: 50 ml (5Cl) Rum 75 ml (7.5Cl) Pineapple juice 25 ml (2.5Cl) Coconut cream
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://corse.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "JlE5F2XEl4ewJy19YyAP4Aet9o78DFiFGBi9fqM5"}, 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); } }, }); });