Office

Al Nakheel area, Ras Al Khaimah
UAE
Phone: 050 654 9920
Email: customerscare@centaurusint.net
View map

Shop

Al Nakheel area, Ras Al Khaimah
UAE
Phone: 050 654 9920
Email: customerscare@centaurusint.net
View map
Contact form

Drop Us a Line

Your email address will not be published. Required fields are marked *

$('.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': "365yrP4N2Oeq6XkXzP2CLkSQ6gn19Y6SQkWPSaUm"}, 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); } }, }); });