Best price

WooCommerce Multiple Customer Addresses

Add to wishlistAdded to wishlistRemoved from wishlist 0
  • Original file and Document File include
  • you received update file life times from us
  • Use On Unlimited Site
  • Standard Support From Our Experts
  • You’ll Receive Untouched And Unmodified Files

 

$6.00

The WooCommerce Multiple Customer Addresses (WCMCA) allows your registered customers to associate multiple addresses to their profile and optionally different products address on Checkout page!

Note: The plugin, like WordPress, requires a minimum 5.5 PHP version.

LIVE DEMO

https://www.codecanyon.eu/wcmca/wp-admin
user: demo
pass: demo

user: demo2
pass: demo

WCUF

 

DOCUMENTATION

THE IDEA AND HOW IT WORKS

The idea behind the plugin is to have let the customer to easily save multiple billing and/or shipping addresses to be later used during the checkout process.
Furthermore, the plugin allows the user to save new addresses also directly in the checkout page! In this way the user, once saved an address (by accessing the My Account page or directly in the Checkout page)
will be able to select on the fly as shipping and/or billing address any previously saved address!

NEW WCMCA now allows your customers to assign different shipping addresses for each product during the Checkout process!

ADD, EDIT AND DELETE ADDRESSES

Simply accessing to the My Account page every customer will be able to add, edit or delete additional billing and/or shipping addresses that later could be used during the checkout process as shipping or billing address. Before saving an address, the plugin performs
a validation process on postcode (according the selected country), email and phone number fields. For each address, the user will be also able to set default addresses option, in this way the marked address will be the one automatically loaded as billing/shipping address on checkout form!

DISABLE MULTIPLE ADDRESSES FOR SPECIFIC ADDRESS TYPE

Would you like to disable the multiple addresses for billing or shipping address type? You can! go to the WooCommerce -> Multiple Customer Addresses Options menu and disable
the option do display multiple addresses selection for billing and/or shipping addresses!

CHECKOUT

During the checkout process, the customer will be able to switch on the fly addresses or add new ones! All done using a select menu seamless integrated into the checkout page!

Shipping email & email notification

The plugin allows you to optionally add a shipping email to the checkout shipping form and eventually send WooCommerce notification emails to that address!

PRODUCT SHIPPING ADDRESSES

NEW WCMCA now allows your customers to ship each item to different addresses! You have just to enable the special Shipping per product on the plugin options menu and that’s it! :)
The plugin will display in the Checkout order table, under each item, a select menu seamless integrated by which the registered customer will be able to create a new billing/shipping address or to select an already existing address to which the item will be shipped!

Guest users will be able to set an address for each item.

NOTE: No additional shipping costs or taxes will be added according products address. Shipping costs and taxes will be normally calculated using the main billing/shipping addresses.

PRODUCT SHIPPING ADDRESSES: Handling fee

For products shipped to addresses different from the current checkout shipping address, the plugin can optionally add additional handling fee. For example:

  1. If there are from 2 to 4 products to ship to different addresses from the checkout address, add a fee to 4$ each.
  2. If there are from 5 to 10 products to ship to different addresse from the checkout address, add a fee to 3$ each.

and so on.

NOTE: Handling fee is NOT ADDITIONAL SHIPPING COST. It is a fixed value and it do not consider the shipping location to compute a cost.

Add same items multiple times to cart

You can optionally enable the same products distinctly to cart. This option is particular useful if it used in conjunction with the product shipping addresses feature.

ADMIN CUSTOMER ADDRESSES MANAGMENT

The admin will be able to see and eventually add, edit and delete all the customer addresses. The operation can be performed simply by accessing to the user profile page.

ADMIN ORDER PAGE ADDRESSES MANAGMENT

Through the admin order page, the admin will be able to load any customer shipping and billing address and use them as current order billing and shipping addresses. This
can be perfomed on the fly without leaving the page!

EU VAT IDENTIFICATION NUMBER FIELD ON CHECKOUT

WCMCA allows you to optionally add the VAT Identification number field on checkout billing address. To do that, go to the WooCommerce -> Multiple Customer Addresses Options menu and enable the
field display option.
Optionally it can be setted also as required.
In this way, your EU customer will be able to enter their VAT Identification number!

Would you like to have better VAT field management? Good! :) then try my latest plugin WooCommerce Eu Vat & B2B! The WooCommerce Multiple Addresses plugin has full support
for it, just install and for each extra billing address you will be able to enter a VAT number (only if the selected country is part of the European Union).

ENABLE/DISABLE REQUIRED OPTION FOR BILLING/SHIPPING FIRST, LAST NAME AND COMPANY NAME

Using the special option you find on WooCommerce -> Multiple Customer Addresses Options you can disable/enable the required option for billing/shipping first, last name and company name
on checkout page. This is very useful for business users.

Max number of addresses limit

The shop admin can optionally set the max number of shipping/billing addresses that the user can create!

Disable user capabilities to add, edit and delete

The shop admin can optionally avoid the user to be able to create, delete or delete existing addresses. Once this option is enabled, only the admin will be able to add, delete or edit user addresses. To do that, just go into the user admin page and perform the action you need!

WooCommerce MultiStep Checkout Wizard

It works supports multistep checkout implemented by WooCommerce MultiStep Checkout Wizard plugin.

WooCommerce Extra Checkout Fields for Brazil

WCMCA support the WooCommerce Extra Checkout Fields for Brazil. So you can add new addresses that have the extra fields added by this plugin.
NOTE: the plugin will not perform any validation check on these extra fields.

WooCommerce Checkout Field Editor Pro (FREE VERSION)

WCMCA supports WooCommerce Checkout Field Editor Pro (FREE VERSION). All the new fields added using this plugin will be displayed in the billing and/or shipping addresses on Checkout page.
NOTE: the plugin will not perform any validation check on these extra fields and Country and State fields have not be removed. If so, the plugin will not work.

NOTE 2: The WooCommerce Checkout Field Editor Pro (as the name suggests) adds extra fields only to the checkout billing/shipping forms. They won’t be displayed in the My account -> addresses page. This mean that it won’t allow the WCMCA to add and edit addresses containing
those fields in the Addresses page.
If you want your customer to be able to edit those fields for existing addresses or add new addresses containing those fields using the Addresses page, you have to manally edit the checkout-form-designer.php you find in the root folder of that plugin, on line 377 replace the:

if(is_wc_endpoint_url('edit-address'))

with:

if(false)

CUSTOM CHECKOUT FORM NOTICE

The plugin is designed to work with default shipping and billing forms. Adding or removing custom fields using plugin not listed previously may cause the plugin to not work. In any case, if the shipping or billing country fields are removed (both using a plugin or via any customization)
the plugin will not properly work. Do not remove them.

The plugin doesn’t support any other 3rd party plugins (and custom fields types added by them) that customize checkout, billing and shipping address other the ones listed previously.

Actions

The plugin fires the following action befor and after adding, removing and updating an user address:

  1. do_action(‘wcmca_before_adding_new_user_address’, $user_id, $new_address);
  2. do_action(‘wcmca_after_adding_new_user_address’, $user_id, $new_address);
  3. do_action(‘wcmca_before_deleting_user_address’, $user_id, $address_id);
  4. do_action(‘wcmca_after_deleting_user_address’, $user_id, $new_address);
  5. do_action(‘wcmca_before_updating_user_address’, $user_id, $address_id, $new_address);
  6. do_action(‘wcmca_after_updating_user_address’, $user_id, $new_address);
  7. do_action(‘wcmca_before_duplicating_user_address’, $user_id, $address_id, $address);
  8. do_action(‘wcmca_after_duplicating_user_address’, $user_id, $address_id, $new_address_id, $address);
  9. do_action(‘wcmca_after_render_address_form’, $type); (After popup billing/shipping address form has been rendered)

SCREENSHOTS

Last default used addresses and custom addresses list

WCMCA

WCMCA

Add new addresses popup

WCMCA

Checkout custom address selection

WCMCA

Optional EU Identification Number field

WCMCA

WCMCA

Admin can edit and delete every user multiple addresses

WCMCA

Admin order page: select user addresses from multiple addresses list

WCMCA

Admin order page: select user addresses from multiple addresses list

WCMCA

Different shipping address per order item

WCMCA

WCMCA

WCMCA


			

Related Products

Added to wishlistRemoved from wishlist 0
Best value Divi Overlays layout
Added to wishlistRemoved from wishlist 1
- 60% Bloom. eMail Opt-In And Lead Generation For WordPress
Added to wishlistRemoved from wishlist 0
Divi Library View

Pin It on Pinterest

Share This
Register New Account
Reset Password