Title: Happy Coders Multi Address for WooCommerce
Author: Happy Coders
Published: <strong>21 Juli 2025</strong>
Last modified: 19 November 2025

---

Cari plugin

![](https://ps.w.org/happycoders-multiple-addresses/assets/banner-772x250.png?rev
=3334169)

![](https://ps.w.org/happycoders-multiple-addresses/assets/icon-256x256.png?rev=
3334071)

# Happy Coders Multi Address for WooCommerce

 Oleh [Happy Coders](https://profiles.wordpress.org/happycoders/)

[Unduh](https://downloads.wordpress.org/plugin/happycoders-multiple-addresses.1.0.14.zip)

 * [Detail](https://id.wordpress.org/plugins/happycoders-multiple-addresses/#description)
 * [Ulasan](https://id.wordpress.org/plugins/happycoders-multiple-addresses/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/happycoders-multiple-addresses/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/happycoders-multiple-addresses/#developers)

 [Bantuan](https://wordpress.org/support/plugin/happycoders-multiple-addresses/)

## Deskripsi

Tired of customers having to re-type addresses for different shipping locations 
or billing details? HappyCoders Multiple Addresses for WooCommerce enhances the 
WooCommerce “My Account” area and Checkout process by providing a robust address
book feature.

Logged-in customers can save multiple billing and shipping addresses, give them 
nicknames for easy recognition (like “Home”, “Work”, “Parents’ House”), set defaults,
and edit or delete addresses as needed.

During checkout, customers can quickly select from their saved addresses using a
dropdown or list format (configurable by the admin), streamlining the process and
reducing errors. This plugin integrates with both the Classic WooCommerce Checkout(
using the `[woocommerce_checkout]` shortcode) and the modern Block-Based Checkout
experience.

**Key Features:**

 * **Multi Address Book:** A dedicated section in the “My Account” page.
 * **Automatic Import:** Seamlessly imports a customer’s existing default WooCommerce
   address into the address book on their first visit.
 * **Automatic Saving of New Checkout Addresses:** Any new, unique address a customer
   enters during checkout is automatically saved to their address book and set as
   the new default for future use.
 * **Save Multiple Addresses:** Customers can save distinct billing and shipping
   addresses.
 * **Address Nicknames & Types:** Easily label and identify saved addresses with
   custom nicknames and predefined types (Home, Work, Other).
 * **Set Default Addresses:** Designate default billing and shipping addresses.
 * **Easy Editing/Deletion:** Customers can manage their saved addresses.
 * **Checkout Selection:** Choose saved addresses directly on the checkout page.
    - Admin option for Dropdown or Radio List display.
    - Admin option to allow/disallow entering a brand new address at checkout.
 * **Address Limits:** Admin can set maximum number of billing/shipping addresses
   per user.
 * **Customizable Menu Text:** Admin can change the “Multi Address Book” menu item
   text.
 * **Auto-Default New Address:** Newly added addresses automatically become the 
   default.
 * **Classic & Block Checkout Integration:** Works with both checkout types.
    - _Classic:_ Uses standard WooCommerce hooks.
    - _Block:_ Uses modern JavaScript integration with the WooCommerce Blocks API(`
      registerCheckoutBlock`).
 * **Multisite Compatible:** Includes support for Multisite installations, ensuring
   endpoints and functionality work correctly across the network.
 * **My Account Address Display Style:** Admin can choose to display saved addresses
   in the “My Account” page as a carousel or a list.

### Building from Source

This plugin uses modern JavaScript tools for development. The source code is included
for transparency and to allow developers to contribute or modify the code. You do
not need to follow these steps to use the plugin; the pre-built files are included.

If you wish to modify the JavaScript or CSS source files (`/src` directory), you
will need to have Node.js and npm installed on your machine.

 1. **Navigate to the Plugin Directory:**
     Open your terminal and navigate to the plugin’s
    root directory: cd path/to/wp-content/plugins/happycoders-multiple-addresses/
 2. **Install Dependencies:**
     Run the following command to install the necessary development
    packages listed in `package.json`: npm install
 3. **Build for Production:**
     To compile and minify the source files for a production
    environment, run: npm run build This will generate the final JavaScript and CSS
    files in the `/build` directory.
 4. **Run in Development Mode:**
     For active development, use this command to watch
    for changes in the `/src` directory and automatically re-compile the files: npm
    run start

The source files for the block integration can be found in the `/src` directory.

## Tangkapan Layar

 * [[
 * The “Multi Address Book” section in the My Account page showing saved addresses.
 * [[
 * The “Add New Address” form in the Multi Address Book.
 * [[
 * The Checkout page showing the billing address selector (Dropdown style).
 * [[
 * The Checkout page showing the shipping address selector (List style).
 * [[
 * The Plugin Settings page (WooCommerce > Settings > HC Multiple Addresses).

## Blok

Plugin ini menyediakan 1 blok.

 *   Checkout Address Selector (HC) Allows selection of saved billing/shipping addresses
   on block checkout.

## Instalasi

**Minimum Requirements:**

 * WordPress 5.6 or greater
 * WooCommerce 6.0 or greater
 * PHP 7.4 or greater

**Automatic Installation (Easiest):**

 1. Log in to your WordPress admin dashboard.
 2. Navigate to Plugins > Add New.
 3. Search for “Happy Coders Multi Address for WooCommerce”.
 4. Click “Install Now” and then “Activate”.

**Manual Installation:**

 1. Download the plugin zip file.
 2. Log in to your WordPress admin dashboard.
 3. Navigate to Plugins > Add New.
 4. Click the “Upload Plugin” button at the top.
 5. Choose the downloaded zip file and click “Install Now”.
 6. Click “Activate Plugin”.

**Manual Installation (FTP):**

 1. Download the plugin zip file and unzip it.
 2. Using an FTP client or your hosting file manager, upload the unzipped plugin folder(`
    happycoders-multiple-addresses`) to the `wp-content/plugins/` directory on your
    server.
 3. Log in to your WordPress admin dashboard.
 4. Navigate to the Plugins screen.
 5. Find “HappyCoders Multiple Addresses for WooCommerce” in the list and click “Activate”.

**After Activation:**

 1. A new “Multi Address Book” menu item will appear in the WooCommerce “My Account”
    page for logged-in users.
 2. Configure plugin settings under **WooCommerce > Settings > HC Multiple Addresses**.
 3. If you encounter issues with the “Multi Address Book” page showing a “Not Found”
    error after activation or changing themes/settings, please go to **Settings > Permalinks**
    in your admin dashboard and simply click **Save Changes** (no changes needed) to
    flush the rewrite rules.

## Tanya Jawab

### Does this work with the new Block Checkout?

Yes! The plugin includes integration for both the Classic (`[woocommerce_checkout]`
shortcode) and the modern Block-Based Checkout experience introduced in recent WooCommerce
versions. The address selectors will appear automatically in the appropriate sections.

### What happens to my existing customers’ addresses?

When an existing customer visits their “Multi Address Book” page for the first time
after you install the plugin, their current default billing and shipping addresses(
from the standard WooCommerce “Addresses” tab) will be automatically imported into
the new address book. This provides a seamless experience so they don’t have to 
re-enter their primary address.

### What happens when a customer uses a new address at checkout?

If a logged-in customer enters a new, unique address when placing an order, the 
plugin will **automatically save that address to their address book** and set it
as their new default. This makes it instantly available for their next purchase 
without needing to manually add it first.

### How do customers manage their addresses?

Logged-in customers can find a new “Multi Address Book” tab within their main “My
Account” page (usually `/my-account/hc-address-book/`). From there, they can add,
view, edit, delete, and set default billing/shipping addresses.

### Can I change how the addresses are selected at checkout?

Yes. Go to WooCommerce > Settings > HC Multiple Addresses. You can choose between
a “Dropdown Select Box” or a “List (Radio Buttons)” for the selector style.

### Can I prevent customers from adding new addresses at checkout?

Yes. In the plugin settings (WooCommerce > Settings > HC Multiple Addresses), you
can set the “Allow New Address Entry” option to “No”. This will remove the “Enter
a new address” option from the selectors.

### Can I limit how many addresses a user saves?

Yes. The plugin settings include options to set a maximum number of saved billing
addresses and shipping addresses per user. Set to 0 or leave blank for unlimited.

### Will this conflict with my theme or other plugins?

The plugin aims to use standard WooCommerce hooks and APIs where possible. However,
themes or plugins that heavily modify the “My Account” page structure or the Checkout
process (especially Block Checkout customizations beyond the standard blocks) could
potentially cause conflicts. If you experience issues, try temporarily switching
to a default theme (like Storefront) and deactivating other plugins to identify 
a conflict.

## Ulasan

![](https://secure.gravatar.com/avatar/3d1e36aacd7f9b3d9574d25919d795b0cc3d5fd386b90a77d036867330b613e6?
s=60&d=retro&r=g)

### 󠀁[Great support](https://wordpress.org/support/topic/great-support-6429/)󠁿

 [Lara](https://profiles.wordpress.org/laraborgi/) 19 November 2025

I started only recently to use this plugin and I love it! I found a bug, reported
it and it was solved in a matter of hours. Keep up with the great work guys!

![](https://secure.gravatar.com/avatar/bf5db5277cf73f0a361abd8a798ada0ba6eb344bd77927ceb3a72697a12929e6?
s=60&d=retro&r=g)

### 󠀁[Best Free Multiple Address plugin I’ve found so far](https://wordpress.org/support/topic/best-free-multiple-address-plugin-ive-found-so-far/)󠁿

 [shorelinechrism](https://profiles.wordpress.org/shorelinechrism/) 24 Oktober 2025

I tested about 4 other free multiple shipping address plugins and this one seems
much more polished than the other ones. The fact that it works on the new Checkout
blocks is great– many older plugins don’t support the new checkout experience.

![](https://secure.gravatar.com/avatar/c62b9d8fb8890002f179ec8bdd6e76f9c2c0f8ff77e984e7300832c624d2eaa0?
s=60&d=retro&r=g)

### 󠀁[Exactly What WooCommerce Blocks Needed](https://wordpress.org/support/topic/easy-to-use-and-works-great-for-login-otp/)󠁿

 [Vetrivel M](https://profiles.wordpress.org/vetrivel1719/) 17 November 2025

Tried multiple address plugins recently — all of them broke once we enabled Block
Checkout.This one worked immediately and looked clean with zero adjustments. The
automatic address saving is a lifesaver for repeat customers. Easily the most polished
solution for stores using the Blocks checkout.

![](https://secure.gravatar.com/avatar/5d55ae5306b5c4819cb2bdf711aa3d5ddb44a9c8637ae24419a75809ebd2684b?
s=60&d=retro&r=g)

### 󠀁[An Absolutely Essential Plugin for Any Modern WooCommerce Store!](https://wordpress.org/support/topic/an-absolutely-essential-plugin-for-any-modern-woocommerce-store/)󠁿

 [Karthick P](https://profiles.wordpress.org/karthick04/) 1 September 2025

This plugin is a true lifesaver and brilliantly solves one of the most common frustrations
for WooCommerce store owners. It flawlessly adds the much-needed functionality for
customers to save and manage multiple shipping addresses in their accounts. The 
user experience is incredibly smooth. My customers can now effortlessly switch between
their home, office, or gift addresses right on the checkout page, which has significantly
improved the convenience of my store. Installation was a breeze, and it integrated
perfectly with my theme without a single issue or need for custom coding. This is
a game-changer, especially for customers who frequently buy gifts for different 
people. By simplifying the checkout process, it directly helps in reducing cart 
abandonment and making the shopping experience much more pleasant. A huge hats-off
to the developers at Happy Coders for creating such a high-quality, stable, and 
well-thought-out plugin. It feels like a premium feature that should have been part
of WooCommerce from the start. I cannot recommend this plugin enough to every e-
commerce entrepreneur out there. It’s a solid 5-star tool that delivers exactly 
what it promises

![](https://secure.gravatar.com/avatar/39995c3725a1f73455b1df2c9bf50592681ff790545f8202158c1c7d234ceaee?
s=60&d=retro&r=g)

### 󠀁[Very Useful WooCommerce Plugin](https://wordpress.org/support/topic/very-useful-woocommerce-plugin-2/)󠁿

 [Sivapriya P](https://profiles.wordpress.org/sivapriya2732/) 29 Agustus 2025

I used this plugin and found it very useful for my website. The setup was simple,
and everything worked smoothly without any issues. I highly recommend it for WooCommerce
users who need multi-address support.

![](https://secure.gravatar.com/avatar/84b908bce3c02bdd8f8fd50f7be96658a83291d1a8ed8985df49453ba5378a9c?
s=60&d=retro&r=g)

### 󠀁[Finally, an Address Plugin That Works Perfectly with WooCommerce Blocks](https://wordpress.org/support/topic/finally-an-address-plugin-that-works-perfectly-with-woocommerce-blocks/)󠁿

 [Shiv Enterprises](https://profiles.wordpress.org/shiventerprisestvl/) 9 Agustus
2025

I’ve tried several address plugins, but most broke or didn’t work with the new WooCommerce
block-based checkout. This one from HappyCoders just worked. The address selector
shows up exactly where it should in both billing and shipping sections, and it updates
the checkout form instantly when you pick an address. The best part? If a customer
uses a new address at checkout, it’s automatically saved to their address book —
no extra clicks, no hassle. It makes building an address book feel completely natural.
If you’re running a modern WooCommerce theme and want smooth, block-friendly address
management, this plugin is the one to get.

 [ Baca semua 8 ulasan ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/)

## Kontributor & Pengembang

“Happy Coders Multi Address for WooCommerce” adalah perangkat lunak open source.
Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

 *   [ Happy Coders ](https://profiles.wordpress.org/happycoders/)
 *   [ Kombiah Ramaiah ](https://profiles.wordpress.org/kombiahrk/)
 *   [ Muthu Pandi ](https://profiles.wordpress.org/muthupandi2002/)
 *   [ Gopi C ](https://profiles.wordpress.org/imgopi2002/)
 *   [ Suresh Kumar R ](https://profiles.wordpress.org/sureshkumar22/)

[Terjemahkan “Happy Coders Multi Address for WooCommerce” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/happycoders-multiple-addresses)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/happycoders-multiple-addresses/),
periksa [repositori SVN ](https://plugins.svn.wordpress.org/happycoders-multiple-addresses/),
atau mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/happycoders-multiple-addresses/)
melalui [RSS](https://plugins.trac.wordpress.org/log/happycoders-multiple-addresses/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### [1.0.14]

 * **Fix** – Resolved a fatal error `Call to a member function get() on null` in`
   class-hc-wcma-checkout.php` by adding a null check for `WC()->session`.
 * **Fix** – Resolved a fatal error `Call to a member function get_billing_country()
   on null` in `hc-wcma-functions.php` by adding a null check for `WC()->customer`
   and falling back to the base country.

#### [1.0.13]

 * **Enhanced Block Checkout Validation** – Added comprehensive validation for incomplete
   saved addresses in block checkout
 * **Improved Error Messaging** – Shows specific missing required fields when addresses
   are incomplete
 * **WooCommerce Integration** – Integrated with WooCommerce’s checkout validation
   system to prevent order placement with incomplete addresses
 * **User Experience** – Added clear guidance on how to fix incomplete addresses
   with direct links to account page
 * **Real-time Validation** – Validates addresses on selection and page load for
   immediate feedback
 * **Fallback Error Display** – Multiple error display methods ensure users always
   see validation messages

#### [1.0.12]

 * Fix: Corrected validation error message for phone number field in My Account 
   forms.
 * Feature: Added “Incomplete” badge to addresses in My Account if required fields
   are missing.
 * Feature: Display all filled address details in My Account address cards.
 * Fix: Ensured phone number is correctly saved for new shipping addresses in Block
   Checkout, respecting WooCommerce phone field settings.

#### [1.0.11]

 * Fix: Resolved an issue in the Block Checkout where the shipping address selector
   would not reappear correctly when switching back from “Pickup” to “Ship”.
 * Fix: Corrected an issue where the shipping address selector was incorrectly placed
   inside the billing address block on re-render.

#### [1.0.10]

 * Feature: Added full internationalization (i18n) support, allowing the plugin 
   to be translated into other languages.
 * Feature: Included a `.pot` file to make it easy for users to generate their own
   translations.
 * Tweak: Updated the Block Checkout integration to correctly load and display translated
   strings.

#### [1.0.9]

 * New Feature: My Account Address Display Style. Added an option in plugin settings
   to display saved addresses on the “My Account” page as either a carousel or a
   list.
 * Fix: Corrected HTML structure for carousel view to ensure proper Swiper.js functionality.
 * Fix: Ensured “Edit” button works correctly for both billing and shipping addresses
   by improving data attribute handling.
 * Fix: Resolved “An invalid form control” error on address forms by correctly managing
   required states of nickname fields.

#### [1.0.8]

 * New Feature: Added an option in the plugin settings to allow administrators to
   change the text of the “Multi Address Book” menu item on the My Account page.

#### [1.0.7]

 * Address Nickname Type support (Home, Work, Other) on My Account and Checkout 
   pages.

#### [1.0.6]

 * New Feature: Any new, unique address used during checkout is now automatically
   saved to the customer’s address book and set as the new default. Works for both
   Classic and Block checkouts.
 * Fix: Improved Multisite compatibility to ensure the “Address Book” endpoint works
   correctly across all sites in a network and on new site creation.
 * Tweak: Refined JavaScript for Block Checkout to improve reliability of selector
   mounting.

#### [1.0.5]

 * Fix: General bug fixes and performance improvements.

#### [1.0.4]

 * New Feature: Automatically imports a customer’s existing default WooCommerce 
   address into the address book on their first visit for a seamless experience.
 * Tweak: Minor code enhancements and improved PHPDoc comments.

#### [1.0.3]

 * Fix: General bug fixes and performance improvements.

#### [1.0.2]

 * Fix: General bug fixes and performance improvements.

#### [1.0.1]

 * Fix: General bug fixes and performance improvements.

#### [1.0.0]

 * Initial release.
 * Feature: My Account Multi Address Book (Add/Edit/Delete/Set Default).
 * Feature: Checkout Address Selection (Classic & Block Checkout).
 * Feature: Admin settings for selector style, field display, allow new, address
   limits.
 * Feature: Admin management of user addresses.

## Meta

 *  Versi **1.0.14**
 *  Diperbarui **5 bulan yang lalu**
 *  Instalasi Aktif **70+**
 *  Versi WordPress ** 5.6 atau yang terbaru **
 *  Diuji hingga **6.8.5**
 *  Versi PHP ** 7.4 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/happycoders-multiple-addresses/)
 * Tag
 * [billing address](https://id.wordpress.org/plugins/tags/billing-address/)[checkout](https://id.wordpress.org/plugins/tags/checkout/)
   [multiple addresses](https://id.wordpress.org/plugins/tags/multiple-addresses/)
   [Shipping address](https://id.wordpress.org/plugins/tags/shipping-address/)[woocommerce](https://id.wordpress.org/plugins/tags/woocommerce/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/happycoders-multiple-addresses/advanced/)

## Rating

 5 dari 5 bintang.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/happycoders-multiple-addresses/reviews/)

## Kontributor

 *   [ Happy Coders ](https://profiles.wordpress.org/happycoders/)
 *   [ Kombiah Ramaiah ](https://profiles.wordpress.org/kombiahrk/)
 *   [ Muthu Pandi ](https://profiles.wordpress.org/muthupandi2002/)
 *   [ Gopi C ](https://profiles.wordpress.org/imgopi2002/)
 *   [ Suresh Kumar R ](https://profiles.wordpress.org/sureshkumar22/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/happycoders-multiple-addresses/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](https://happycoders.in)