For customers outside the island of Ireland, all prices exclude VAT / tax which will be calculated and applied at the checkout stage when you specify a delivery address.
For customers outside the island of Ireland, all prices exclude VAT / tax which will be calculated and applied at the checkout stage when you specify a delivery address.
jQuery('.fusion-form-28420025').submit(function(e) {
// Set a cookie to track that the form has been submitted
Cookies.set('formSubmitted', 'true', { expires: 365 }); // Cookie will expire in 1 year
});
jQuery(document).ready(function() {
// Check if the form has been submitted (based on cookie)
if (!localStorage.getItem('modalDisplayed')) {
// Display the modal
setTimeout(function () {
document.getElementById("mailchimp-subscription-trigger").click();
}, 1500);
localStorage.setItem('modalDisplayed', 'true');
}
});