Hello, @leidgebdani
It’s related to version PHP that you use.
Open /xstore/woocommerce/checkout/form-billing.php file find line 49
<?php if ( ! empty( $checkout->get_checkout_fields( 'account' ) ) ) : ?>
and replace by the following
<?php if ( $checkout->get_checkout_fields( 'account' ) ) : ?>
Also, it will be changed in next theme update.
Regards