cart->needs_shipping_address() ) : ?> get_value( 'ship_to_different_address' ); } ?> cart->needs_shipping() || wc_ship_to_billing_address_only() ) { ?>

type="checkbox" name="ship_to_different_address" value="1" />
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() ) : ?>

checkout_fields['order'] as $key => $field ) : ?> get_value( $key ) ); ?>