';
echo '';
}
function flash_wc_wrapper_end() {
echo '';
echo '';
}
// Ensure cart contents update when products are added to the cart via AJAX
add_filter( 'woocommerce_add_to_cart_fragments', 'flash_woocommerce_header_add_to_cart_fragment' );
function flash_woocommerce_header_add_to_cart_fragment( $fragments ) {
ob_start();
$cart_url = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : WC()->cart->get_cart_url();
?>