Terms & Conditions

MojoTalkies - Terms & Conditions

Terms & Conditions

All bookings are subject to availability and must be confirmed in advance. A non-refundable deposit may be required.

Payments must be completed before the event date. We accept online transfers and card payments.

Cancellations must be made at least 48 hours in advance for a partial refund. No refunds for last-minute cancellations.

Each booking is allotted a specific time slot. Additional time may incur extra charges.

Guests are expected to behave responsibly. Any damage caused may result in additional charges.

By confirming a booking with MojoTalkies, the booking party agrees to abide by these Terms and Conditions . MojoTalkies reserves the right to amend these terms at any time without prior notice.
jQuery(document).ready(function($) { $('#save-pay-later-btn').click(function(e) { e.preventDefault(); let userEmail = $('#user_email').val(); let bookingDetails = $('#booking_details').val(); $.ajax({ type: 'POST', url: ajaxurl, // WordPress AJAX URL data: { action: 'send_booking_email', user_email: userEmail, booking_details: bookingDetails }, success: function(response) { alert(response.message); } }); }); });