cart->needs_shipping() ) : ?>
get_checkout_fields( 'billing' );
foreach ( $fields as $key => $field ) :
if ( isset( $field['country_field'], $fields[ $field['country_field'] ] ) ) :
$field['country'] = $checkout->get_value( $field['country_field'] );
endif;
if ( isset( $field['billing_first_name'], $fields[ $field['billing_first_name'] ] ) ) :
$field['billing_first_name']['class'] = array( '' );
endif;
woocommerce_form_field( $key, $field, $checkout->get_value( $key ) );
endforeach;
?>
is_registration_enabled() ) : ?>
is_registration_required() ) : ?>
get_checkout_fields( 'account' ) ) : ?>
get_checkout_fields( 'account' ) as $key => $field ) : ?>
get_value( $key ) ); ?>