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>'); } } ); } " >

Amelia Booking