1. Introduction Welcome to Marietta Baseball Academy (“Company,” “we,” “our,” “us”). These Terms & Conditions govern your use of our website [www.mbaseballacademy.com] (the “Website”). By accessing or using our Website, you agree to be bound by these terms. If you do not agree, please do not use our Website.
2. Use of the Website
You must be at least 13 years old to use our Website.
You agree to use the Website for lawful purposes only and not for fraudulent or unauthorized activities.
We reserve the right to refuse service to anyone at our discretion.
3. Product Purchases & Payments
All purchases made through our Website are subject to availability.
Prices are listed in U.S. dollars and are subject to change without notice.
We reserve the right to refuse or cancel any order at our discretion.
Payment must be made at the time of purchase using approved payment methods.
4. Returns & Refunds
Our return and refund policy is outlined separately on our Website. Please review it before making a purchase.
Digital products are generally non-refundable unless required by law.
5. Intellectual Property
All content, including text, images, logos, and software on the Website, is our property or licensed to us.
You may not copy, distribute, modify, or reproduce any content without our permission.
6. User Accounts
If you create an account on our Website, you are responsible for maintaining the confidentiality of your login credentials.
You are responsible for all activities that occur under your account.
7. Limitation of Liability
We do not guarantee that the Website will be error-free or uninterrupted.
We are not responsible for any direct, indirect, or incidental damages resulting from your use of the Website.
To the fullest extent permitted by law, our liability is limited to the amount paid by you for our products or services.
8. Third-Party Links
Our Website may contain links to third-party websites. We are not responsible for their content or policies.
9. Termination
We reserve the right to suspend or terminate your access to our Website for any violation of these Terms & Conditions.
10. Changes to These Terms
We may update these Terms & Conditions from time to time. Any changes will be posted on this page with an updated effective date.
11. Governing Law
These Terms & Conditions are governed by the laws of the United States and the state of Georgia, without regard to conflict of law principles.
12. Contact Us If you have any questions about these Terms & Conditions, you can contact us at:
Marietta Baseball Academy, LLC 8735 DUNWOODY PLACE # 4622 ATLANTA, GA 30350
Email: support@mbaseballacademy.com
By using our Website, you acknowledge that you have read and understood these Terms & Conditions.
fbq('init', '2846271042179391', {}, {
"agent": "woocommerce_6-10.4.3-3.5.15"
});
document.addEventListener( 'DOMContentLoaded', function() {
// Insert placeholder for events injected when a product is added to the cart through AJAX.
document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
}, false );
( function( w, d, s, l, i ) {
w[l] = w[l] || [];
w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
var f = d.getElementsByTagName( s )[0],
j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://mbaseballacademy.com/wp-content/uploads/breeze/google/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-PX3FVZGB' );
tvc_js = new TVC_GTM_Enhanced({"affiliation":"Marietta Baseball Academy","is_admin":"","tracking_option":"","property_id":"","measurement_id":"","google_ads_id":"","fb_pixel_id":"","fb_event_id":"5741f611cac34c049a050f6e431dad65","tvc_ajax_url":"https:\/\/mbaseballacademy.com\/wp-admin\/admin-ajax.php","is_global_fs_enabled":null});
/*
* Contact form 7 - formSubmit event
*/
var wpcf7Elm = document.querySelector('.wpcf7');
if (wpcf7Elm) {
wpcf7Elm.addEventListener('wpcf7submit', function(event) {
if (event.detail.status == 'mail_sent') {
tvc_js.formsubmit_cf7_tracking(event);
}
}, false);
}
/*
* Global - jjQuery event handler that is triggered when an AJAX request completes successfully.
*/
jQuery(document).ajaxSuccess(function(event, xhr, settings) {
// WpForm - formSubmit event
if (settings.data instanceof FormData) {
var formdata = [];
for (var pair of settings.data.entries()) {
if ('form_id' in formdata && 'action' in formdata)
break;
if (pair[0] == 'wpforms[id]')
formdata['form_id'] = pair[1];
if (pair[0] == 'action' && pair[1] == 'wpforms_submit')
formdata['action'] = pair[1];
}
if (formdata['action'] == 'wpforms_submit' && settings.data != 'action=datalayer_push') {
var data = [];
tvc_js.formsubmit_ajax_tracking(formdata);
return;
}
}
});
document.addEventListener('DOMContentLoaded', function() {
var downloadLinks = document.querySelectorAll('a[href]');
downloadLinks.forEach(function(link) {
link.addEventListener('click', function(event) {
var fileUrl = link.href;
var fileName = fileUrl.substring(fileUrl.lastIndexOf('/') + 1);
var linkText = link.innerText || link.textContent;
var linkUrl = link.href;
var fileExtensionPattern = /\.(pdf|xlsx?|docx?|txt|rtf|csv|exe|key|pptx?|ppt|7z|pkg|rar|gz|zip|avi|mov|mp4|mpe?g|wmv|midi?|mp3|wav|wma)$/i;
if (fileExtensionPattern.test(fileUrl)) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: 'file_download',
file_name: fileName,
link_text: linkText,
link_url: linkUrl
});
}
});
});
});
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var MailPoetForm = {"ajax_url":"https://mbaseballacademy.com/wp-admin/admin-ajax.php","is_rtl":"","ajax_common_error_message":"An error has happened while performing a request, please try again later."};
//# sourceURL=mailpoet_public-js-extra
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );
//# sourceURL=wp-block-template-skip-link-js-after
var iconic_wsb_frontend_vars = {"ajax_url":"/wp-admin/admin-ajax.php","nonce":"a65869a434","fbt_use_ajax":"1","is_checkout":"","i18n":{"error":"Please Try Again","success":"Added to Cart","add_selected":"Add Selected to Cart","disabled_add_to_cart":"Please select a variation before adding the selected products to your cart."},"modal_options":{"showCloseBtn":false}};
//# sourceURL=iconic_wsb_frontend_scripts-js-extra