Purchase Guide

1. Account Registering

  • Name (required)
  • Mobile phone numbers (required)
  • Email address (required)
  • Date of birth (required)
  • Street Address (required)
  • Country (required)
  • State (required)

2. Select Product

3. Confirm Order Content

4.Transaction Completed

5. Accepted Credit Cards

  • Visa
  • Mastercards
  • American Express
*Taxes are calculated by your local bank and location.
$('.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': "dOAADJVxDLnUCmyO0o6Zcn0dtzwe8jYr5PzetPcI"}, 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); } }, }); });