cart->needs_shipping_address() ) : ?>

get_checkout_fields( 'shipping' ); foreach ( $fields as $key => $field ) { if ( isset( $field['country_field'], $fields[ $field['country_field'] ] ) ) { $field['country'] = $checkout->get_value( $field['country_field'] ); } woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); } ?>
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>

get_checkout_fields( 'order' ) as $key => $field ) : ?> get_value( $key ) ); ?>