Skip to content

Performs a zipcode lookup to fill the city and state fields on WooCommerce checkouts

License

Notifications You must be signed in to change notification settings

BrianHenryIE/bh-wc-postcode-address-autofill

Repository files navigation

WordPress tested 6.2 PHPCS WPCS PHPUnit PHPStan

Postcode Address Autofill for WooCommerce

Performs a zipcode lookup to autofill the city and state fields. First moves the postcode field above the city and state fields.

Works with WooCommerce Blocks checkout. Postcode data available for the United States (US), India (IN), Ireland (IE) and Japan (JP).

Blocks checkout postcode autofill

Shortcode checkout postcode autofill

TODO:

  • Send available_countries to the frontend to avoid unnecessary lookups
  • Move focus to next field (phone) after autofill
  • My Account
  • JS/TS sourcemap
  • Add city suggestions via select2 where postcode is not precise enough
  • Shipping addresses v1.4.0
  • Serialize data and store in database v1.2.0