Contact Us
Our address
755 Monroe Rd. PO Box 471404 Lake Moroe, FL 32747
Contact email
Contact phone
(407) 878-9096
Jane's Saving Grace
755 Monroe Rd. PO Box 471404
Lake Moroe, FL 32747
langmjr@myqlm.com
(407) 878-9096
jQuery(document).ready(function($) { function updateCartCount() { $.ajax({ url: wc_add_to_cart_params.ajax_url, type: 'POST', data: { action: 'get_cart_count' }, success: function(response) { if (response !== '') { $('.floating-cart-icon .cart-count').text(response); } } }); } // Update count when an item is added to the cart $(document.body).on('added_to_cart', function() { updateCartCount(); }); // Update count on page load updateCartCount(); }); 0