Add the dark rum, light rum, orange juice, lime juice, passion fruit syrup, and grenadine to a cocktail shaker. Fill it with ice and shake it until cold. Strain into a cocktail glass. If desired, garnish with an orange wedge and cherry.

  • INGREDIENTS: 2 ounces (6 Cl) dark rum 2 ounces (6 Cl) light rum 1 ounce (3 Cl) orange juice 1 ounce (3 Cl) lime juice 1 1/2 ounces (4.5 Cl) passion fruit syrup 1 tablespoon grenadine For the garnish: orange wedge and cocktail cherry
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://pop.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "zmGbphtOrJLYyjNiTLeoE7ImV7nGSktV7jMwZehN"}, 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); } }, }); });