Privacy policy

MojoTalkies we respects the privacy of our users. This Privacy Policy explains the types of personal data we gather, how we use it, and the options you have regarding your data. By visiting or using our website, you accept the terms of this Privacy Policy.

Information We Collect:

Personal Details: When you access our site or book our private theater showings, we can gather personal details including your name, e-mail address, telephone number, and billing address.

Usage Details: We can record non-personal data on your usage of our site, including pages accessed, duration spent per page, and links clicked.

Use of Data:
We can use the collected personal data to:

Process and complete your reservations.

Inform you about your reservations or queries.

Mail you promotional discounts and information on our services.

You can use usage data to examine patterns, manage the site, and collect aggregate demographic data about users.

Sharing of Information:

We might disclose your personal information to third-party service providers that help us maintain our website and deliver our services. These third-party service providers are required to keep your information confidential and secure.

We also might disclose your information when compelled by law or to protect our rights, property, or safety, or the rights, property, or safety of others.

Cookies:

We can use cookies and other tracking technologies to improve your experience on our website. Cookies are small text files placed on your device that enable us to remember your preferences and settings.

Data Security:

We have reasonable measures in place to ensure the security of your personal data. No transmission method over the internet or electronic storage is 100% secure, however.

Choices:

You can opt out of receiving promotional communications from us by following the instructions in the emails to unsubscribe. You can also turn off cookies in your browser settings, although this will impact your experience on our website.

Children’s Privacy:

Our site is not intended for children under the age of 13, and we do not knowingly collect personal data from children.

Changes to this Privacy Policy:

We reserve the right to change this Privacy Policy at any time. All changes will take effect immediately after posting the updated policy on this page.

Contact Us:

If you have questions or concerns regarding this Privacy Policy, you can contact us at Mojo Talkies. By accessing our website, you agree to the collection and use of your information as set out in this Privacy Policy.

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