Thank you for your registration. We will be in touch shortly to discuss your account.
document.addEventListener('DOMContentLoaded', function () {
// Still useful to refresh Woo cart fragments after add to cart
jQuery(document.body).on('added_to_cart', function () {
jQuery(document.body).trigger('wc_fragment_refresh');
});
});