Title: Billing address problems
Last modified: January 20, 2022

---

# Billing address problems

 *  Resolved [Qilin](https://wordpress.org/support/users/qilin2000/)
 * (@qilin2000)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/billing-address-problems/)
 * Since the update to version 2.0, there have been many problems, such as the following:
   
   1) I don’t think multiple billing addresses is a good improvement since most 
   people only use one when shopping. 2) The “add new billing address” button on
   the my account page sometimes does not show up. 3) The billing address saved 
   on the my account page cannot be displayed during checkout and needs to be filled
   in again. This problem has never appeared in the previous version.
 * We need a new version, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Matt Harrison](https://wordpress.org/support/users/matt-h/)
 * (@matt-h)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/billing-address-problems/#post-15273021)
 * Sorry to hear your are having issues with the update. We run this plugin on many
   sites and haven’t had any issues with billing addresses so far with our setup.
 * If you do not want multiple billing addresses on your site, this is an option
   to turn off in the admin.
    Go to WooCommerce -> Settings and then towards the
   bottom of the General tab is a checkbox for “Enable billing address book” which
   you can turn off.
 *  Thread Starter [Qilin](https://wordpress.org/support/users/qilin2000/)
 * (@qilin2000)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/billing-address-problems/#post-15275031)
 * Hello Matt,
 * Thanks for your kind reply, I did’t know there were settings for this plugin,
   I turned off “Enable billing address book” as you told, my problems were resolved,
   that’s great!
 * But there is still a little problem, in the billing address section, there is
   a new field called “Address nickname (optional)”, how can I remove or hide it?
   Are there any filters to help me remove it?
 * Best regards,
    Qilin
 *  Thread Starter [Qilin](https://wordpress.org/support/users/qilin2000/)
 * (@qilin2000)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/billing-address-problems/#post-15275067)
 * The little problem is resolved.
 *     ```
       add_filter( 'woocommerce_billing_fields', 'custom_override_billing_fields' );
       function custom_override_billing_fields( $fields ) {
       	unset($fields['billing_address_nickname']);
           return $fields;
       }
       ```
   
    -  This reply was modified 4 years, 4 months ago by [Qilin](https://wordpress.org/support/users/qilin2000/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Billing address problems’ is closed to new replies.

 * ![](https://ps.w.org/woo-address-book/assets/icon-256x256.png?rev=2950910)
 * [Address Book for WooCommerce](https://wordpress.org/plugins/woo-address-book/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-address-book/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-address-book/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-address-book/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-address-book/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-address-book/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Qilin](https://wordpress.org/support/users/qilin2000/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/billing-address-problems/#post-15275067)
 * Status: resolved