Skip to main content
Agency Program Get 2× more leads and save 50% on hosting. Built for agencies ready to grow. Book a call
WooCommerce Address Book icon

WooCommerce Address Book

v2.6.5
by CrossPeak · 4.9 (22 reviews)

Gives your customers the option to store multiple billing and shipping addresses and retrieve them on checkout.

4K+ active installs Updated Nov 02, 2024 Tested to 6.5.5
Try Demo Download
Pre-installed Ready in ~10s No card
WooCommerce Address Book

About WooCommerce Address Book

This plugin allows customers to store and retrieve multiple billing and shipping addresses during the checkout process. However, it currently only works with the Classic WooCommerce checkout and does not support the Block Checkout. You can find the plugin settings in the WooCommerce General settings.

Changelog

2.6.5

  • Fix compiled stylesheet as part of build process.

2.6.4

  • Use WooCommerce ajax instead of WordPress ajax for improved compatibility.

2.6.3

  • Declare checkout block incompatibility.
  • Bump versions.

2.6.1 and 2.6.2

  • Detect and downgrade from Address Book 3.0 addresses if they exist.

2.6.0

  • Add notice about 3.0.0
  • Warning: 3.x+ will be a breaking change if you have customizations for the plugin.

2.5.0

  • Declare HPOS compatibility.
  • Feature: Add option to use radio button instead of dropdown select.

2.4.1

  • Tweak: Update change detection on Address Book selector so the listeners still work even if the elements are reloaded on the page.

2.4.0

  • New: Setting to block readonly fields from updating when changing addresses. They will be updatable by default.

2.3.0

  • Dev: Rare potential breaking change if overriding javascript Restructured javascript to be more modular and allow external access. #133
  • New: New feature to set a limit for number of saved addresses in the admin settings.

2.2.0

  • Update: When “Enable the shipping calculator on the cart page” is not checked in the admin then the City/State/Zip fields will not be pre-populated on Add New Address.

2.1.4

  • Fix: When using WooCommerce Subscriptions, preserve existing address when doing a manual payment on the subscription.
  • Cleanup: Improve the checking for the address from the cart to prevent some issues with it not being loaded.

2.1.3

  • Fix: Address saving to customer Address Book if Billing or Shipping Address Book was disabled. #128

2.1.2

  • Fix: “Enable setting Billing Address Nickname during Checkout” setting not working properly #121

2.1.1

  • Require jquery-blockui for the script to fix loading order.

2.1.0

  • Add wc_address_book_show_billing_address_button and wc_address_book_show_shipping_address_button so you can programmatically disable the add new address buttons.

2.0.2 and 2.0.3

2.0.1

  • Fix select address issue when ‘Add New Address as default selection’ is enabled for shipping address.
  • Improve backwards compatibility with versions prior to 2.0.0
  • Better support custom field types other than standard input field.

2.0.0

  • This is version 2.0.0 which is a major update with new functionality, be sure to review the changes below.
  • Billing and Shipping address support. This release adds support for Billing addresses in addition to Shipping addresses.
  • New settings to be able to Enable or Disable the address book for billing or shipping. Thanks Hinyka
    • Make sure to set these settings for your store after updating. Both are enabled by default.
  • Adds settings to set if new address should be selected or primary address on checkout.
  • Adds setting if the address nickname field should show on checkout.
  • Fix checkbox to change address that didn’t work from showing with WooCommerce Subscriptions plugin.
  • Adds confirmation when deleting an address from the address book.
  • Support for PHP 8 and jQuery 3. Thanks Hinyka
  • Various other fixes, see #97 for details.

1.7.5

  • Update Country strings that were changed in WooCommerce 4.0
  • add load_plugin_textdomain

1.7.4

  • Update to support the latest versions of WooCommerce 3.x and 4.0.0 with Customer CRUD functions.

1.7.3

  • Fix regression which caused an error when creating a new user during checkout.

1.7.2

  • Fix regression from security update in 1.6.0 which broke saving new addresses on checkout.
  • Code cleanup.

1.7.1

  • Fixed if you had selectize.js installed on the site but still using selectWoo for checkout. You must now manually apply selectize to the Address Book selector if you wish to use selectize on checkout.

1.7.0

  • Fixed issue with selectWoo not loadingon checkout if “Ship to a different address?” was not enabled by default. Thanks titodevera#62
  • Add support for selectize.js if used over selectWoo for your select boxes.

1.6.1

  • Remove unneeded nopriv ajax actions. #60 #61

1.6.0

  • Added support for address nicknames. Thanks titodevera#60 #59
  • Security: Updated all save calls to do nonce verification checks.
  • Update endpoint url generation to prevent the query parameter from being filtered out. Fixes conflict with WPML plugin.

1.5.6

  • Stop enqueuing the plugin styles and scripts on every page. Only enqueue them when needed. Thanks titodevera#58 #59

1.5.5

  • Fix changing country if the field is set to Read Only. Do not change any fields that are set to Read Only.

1.5.4

  • Fix missing close div in address book form. Thanks ThomasK0lasa#54
  • Use a minified version of scripts.js
  • Improve address saving for determining what address name to use next.
  • Fix first address creation on checkout from being set to shipping2 #55
  • Don’t show address picker for new users that don’t have addreses yet.

1.5.3

  • Fix regression from 1.5.0 which broke switching primary address. Thanks ThomasK0lasa#53

1.5.2

  • Update country field with updates from WooCommerce 3.6.x. Fixes inconsistencies with updated stock version.
  • Support SelectWoo in addition to select2 for checkout address book selector

1.5.1

  • Update address book links so they don’t have a trailing slash on them.

1.5.0

  • Fix address saving for new addresses in the address book for WooCommerce 3.6.x due to a change in the save address process.
  • Fix handling of empty address books. No longer populate address books of all users on activate since we handle empty books now.
  • Fix issue saving more than 10 addresses to the addresse book. Thanks @JonBoss5

1.4.1

  • Limit get_users to just returning IDs. Significantly decreases the amount of memory needed on activation on a site with many users. (thanks pjv)
  • PHP and JS formatting cleanup

1.4.0

  • Trim any trailing slashes when getting the address name from the URL
  • Do not display the address book dropdown on checkout if a default shipping address has not been set.
  • Various bug fixes.

1.3.6

  • Added wc_address_book_addresses filter to allow for modification of Address Book addresses.
  • JS improvments of address book dropdown on Checkout. Thanks to ebelrose for their contributions!

1.3.5

  • Added languages folder with .pot file for i18n.
  • Added isset() conditions for address_select_label() in case fields have been removed.

1.3.4

  • Updated the filter wc_address_book_address_select_label to add $address and $name, which should open a lot of options for modifying the output.
  • Cleaned up the codebase to align with WordPress-Coding-Standards.

1.3.3

  • Added text domain and updated AJAX’s scope on my-account. Thanks to pabl0rg and nicolasmn for their contributions!

1.3.2

  • Fixed a bug to properly reset the state value when selecting ‘new address’.

1.3.1

  • Fixed a bug which prevents shipping country field from clearing if only one country is a checkout option.

1.3.0

  • Add multisite support.

1.2.1

  • Fixed a bug which prevented address from saving.

1.2

  • Clear checkout fields when adding a new address.

1.1

  • Changed Address Book to using $_GET vars to allow for custom fields to be saved.

1.0

  • Initial Release.

Try other plugins

Yoast SEO icon

Yoast SEO

4.8 · 10M+ installs

Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO…

Classic Editor icon

Classic Editor

4.9 · 9M+ installs

Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…

LiteSpeed Cache icon

LiteSpeed Cache

4.8 · 7M+ installs

All-in-one unbeatable acceleration & PageSpeed improvement: caching, image/CSS/JS optimization...