'; do_action( 'woocommerce_before_checkout_form', $checkout ); echo ''; // If checkout registration is disabled and not logged in, the user cannot checkout if ( ! $checkout->is_registration_enabled() && $checkout->is_registration_required() && ! is_user_logged_in() ) { echo apply_filters( 'woocommerce_checkout_must_be_logged_in_message', esc_html__( 'You must be logged in to checkout.', 'be-store' ) ); return; } ?>