window.beforeConfirmBookingLoaded = function (reservation, bookable, employee, location) { var totalPrice = !bookable.ticketsData ? reservation.bookings[0].persons * bookable.price : bookable.price; console.log(totalPrice); jQuery(document).ready( function(){ if( isUserLoggedIn == 0 ) { jQuery('.payment-dialog-footer').hide(); jQuery('.am-confirmation-booking-cost').after('

Login to Book.

'); return false; } if ( totalPrice > myCredBalance ) { jQuery('.payment-dialog-footer').hide(); jQuery('.am-confirmation-booking-cost').after('<a href=\"/blog/mycred-buy\"><h4>You dont have enough Points. Click here to Buy.</h4></a>'); } } ); } myCred-Amelia is a myCred add-on that connects myCred with Amelia appointment-booking WordPress plugin. Using myCred-Amelia, users can book appointments or events of their choice using myCred…" >

myCred Amelia

myCred-Amelia is a myCred add-on that connects myCred with Amelia appointment-booking WordPress plugin. Using myCred-Amelia, users can book appointments or events of their choice using myCred points. You can experience this addon feature in this demo by visiting
Booking

Features:

  • Users can book appointments or events using myCred Points.
  • Admin can add myCred as an ‘on-site’ payment gateway from Amelia’s back-end payment settings.
  • If a user doesn’t have enough points, the ‘Buy points’ link will appear, and the ‘Confirm’ button will remain inactive.
  • Users can be redirected to a page where they can buy myCred points.

For more information please visit documentation.