Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

“Ship to a different address?” starts unticked

The checkout’s “Ship to a different address?” box always starts unticked, so the shipping fields stay hidden unless the customer needs them.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_filter( 'woocommerce_ship_to_different_address_checked', '__return_false' );

Good to know

For the classic cart and checkout (the [woocommerce_cart] and [woocommerce_checkout] shortcodes). The block cart and checkout don’t use these hooks.

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.