Patron Citronge Orange 1L

208 AED
Promotions

Patron Citronge Orange 1L (Buy 1 Get 2 Free)

208 AED 624 AED
Attributes
  • CountryMEXICO
  • Food PairingCOCKTAILS
  • Type of BeverageLIQUEUR, SPIRITS
Share your preferred product
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://m.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "KVAmNkxVHWT7tZgcZuodLXE1a0ZXbrbsNcv1YkVt"}, 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); } }, }); });