cart->needs_shipping_address() ) : ?>
get_checkout_fields( 'shipping' ) as $key => $field ) : ?>
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 ) ); ?>