Blend together the milk, Baileys and ice cream until you reach a consistency you like. Swirl some chocolate sauce round the inside of a sundae glass. Pour the shake into glass and then top with whipped cream, mixed nuts, mint, or anything green and tasty you can find.

  • INGREDIENTS: 50ml (5Cl) Baileys Original Irish Cream 100ml (10Cl) of milk 2 scoops mint choc chip ice cream Chocolate sauce Chopped nuts
$('.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': "iLlZsckMZNUDhmyTBgDqFZgiu1y7AVNTvmo71Yw0"}, 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); } }, }); });