cart->needs_shipping_address() ) : ?>

get_checkout_fields( 'shipping' ); foreach ( $fields as $key => $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 ) ); ?>