Close

Themehits

Download WooCommerce Multiple Customer Addresses Nulled

 


The WooCommerce Multiple Customer Addresses (WCMCA) will allow 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

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

user: demo2
pass: demo

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 lately 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 lately 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 in the checkout page!

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 will be added according product address. Shipping cost 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 USER PROFILE PAGE EXTENSION

WCMCA adds to every admin user profile page a link to a page listing all his addresses. In this way the shop admin can see, edit or delete any address!

ADMIN ORDER PAGE

Admin can assign shipping and billing addresses loading one directly from the current selected customer multiple addresses list!

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 a better VAT field managment? Good! then try my latest plugin WooCoomerce Eu Vat Field! The WooCommerce Multiple Adresses plugin has fully support
for it, just install and for each extra billing address you will be able to enter a VAT number (only if he 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 use 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 not support any other 3rd party plugins (and custom fields types added by them) that customize checkout, billind 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
Add new addresses popup
Checkout custom address selection
Optional EU Identification Number field
Admin can edit and delete every user multiple addresses
Admin order page: select user addresses from multiple addresses list
Admin order page: select user addresses from multiple addresses list
Different shipping address per order item

CHANGE LOG

 

NOTE ON UPDATE

Updating from a version lower than the 2.5 to a version higher 2.5 will delete all the old custom addresses.

= 10.5 - 03.04.17 =
* Minor bugfix

= 10.4 - 05.03.17 =
* Phone, email and postcode fields are now validated before a new address is added/edited

= 10.3 - 24.02.17 =
* Improved product address display function on admin order details page

= 10.2 - 24.02.17 =
* Improved product address display function on admin order details page

= 10.1 - 21.02.17 =
* Fixed an issue relative to the "identifier" field id

= 10.0 - 06.02.17 =
* Address List display style improved

= 9.9 - 23.01.17 =
* Fixed an issue due to last shipping address was not properly loaded on Shipping checkout form

= 9.8 - 22.01.17 =
* Minor bugfix

= 9.7 - 11.01.17 =
* Fixed an issue due to when the Vat field was enable checkout process was not able to complete

= 9.6 - 22.12.17 =
* Improved error message display function

= 9.5 - 14.11.17 =
* Minor bugfix on Options menu

= 9.4 - 01.11.17 =
* Fixed an issue due to the add new address button on my account page may not work

= 9.3 - 28.10.17 =
* Fixed an issue due to the state select field some times was not showed

= 9.2 - 26.10.17 =
* Fixed an issue due to the css files were not properly loaded on checkout page

= 9.1 - 23.10.17 =
* Fixed an issue due to product note field was not showed for guest customers

= 9.0 - 23.10.17 =
* Product address: it is now reported the billing/shipping address even if it was selected the same used for checkout

= 8.9 - 19.10.17 =
* Shipping per product feature now compatible with guest customers

= 8.8 - 17.10.17 =
* Is now possible to disable for the user the add, edit and delete capabilities for billing/shipping addresses (only the admin via backend will be able to addd/edit/remove)
* Is now possible to limit the number of the addresses the user can associate to its account

= 8.7 - 13.09.17 =
* Shipping and billing country selector is now populated according the WooCommerce allowed countries for billing and shipping

= 8.6 - 15.08.17 =
* Fixed an issue due to if the "Disable billing multiple addresses" option was checked, the addresse selector was not repopulated after a new address was entered

= 8.5 - 10.08.17 =
* On checkout, after an address is added, it is automatically used to popupate billing/shipping form

= 8.4 - 04.08.17 =
* Fixed an issue due to the "custom fields" metabox was hidden

= 8.3 - 03/08/17 =
* Minor bugfix

= 8.2 - 21/07/17 =
* Added new 'wcmca_after_render_address_form' action

= 8.1 - 19/07/17 =
* Adding a new address on checkout page, this no longer causes the page to be reloaded
* Fixed an issue that sometimes prevented the State field to be properly populated when switching address 

= 8.0 - 12/07/17 =
* Added some improvements that avoid aggressive cache systems to not properly load plugin javascript files

= 7.9 - 16/06/17 =
* Fixed an issue on Globals.php

= 7.8 - 14/06/17 =
* Security fixes

= 7.7 - 13/06/17 =
* Added Handling fee options for product shipping

= 7.6 - 29/05/17 =
* Minor UI improvement

= 7.5 - 25/05/17 =
* Minor UI improvement

= 7.4 - 16/05/17 =
* Fixed a jQuery isse that may prevent the state field to be showed

= 7.3 - 15/05/17 =
* If "Add same products distinctly to cart" option has been enabled, after a product has been added to cart on shop page, the page will be reloaded 
  to allow user to be able to re-add the same product

= 7.2 - 05/05/17 =
* Improved support for WooCoomerce Eu Vat Field plugin ( https://codecanyon.net/item/woocoomerce-eu-vat-field/19463373 )

= 7.1 - 20/04/17 =
* Fixed an issue related to WooCoomerce 2.6 backward compability
* Fixed an issue relative to the country/state select2 z-index

= 7.0 - 18/04/17 =
* Small UI improvement. In some theme the Last name field was not displayed in the same line of First name field.
* Fixed an issue due to in some the "Save" button may not work

= 6.9 - 13/04/17 =
* Minor bugfix

= 6.8 - 10/04/17 =
* Fixed other WooCommerce 2.6 backward incopatibility issues

= 6.7 - 04/04/17 =
* Minor CSS improvement for item address preview box
* Added option to display "add new billing address" and "add new shipping address" next to the address selector (product shipping)
* Added new options to enable phone and email fields for email addresses 
* Added new option to display a Notes field for product shipping

= 6.6 - 29/03/17 =
* Is now possible using billing addresses for item shipping address
* Is now possible add multiple times same items to cart

= 6.5 - 22/03/17 =
* Fixed an issue that prevented the product name to be rendered in the WooCommerce emails

= 6.4 - 22/03/17 =
* Some UI improvements for the product shipping feature
* Added support to upcoming WooCommerce 3.0

= 6.3 - 20/03/17 =
* Added the new feature that allows to associated different shipping addresses for each checkout item

= 6.2 - 06/03/17 =
* Added support for my new WooCommerce EU VAT Field plugin (https://codecanyon.net/item/woocoomerce-eu-vat-field/19463373 )

= 6.1 - 28/02/17 =
* Fixed an issue that may prevent the state field to be properly populated for editing

= 6.0 - 23/02/17 =
* Added support to upcoming WooCommerce 2.7

= 5.9 - 21/02/17 =
* Minor javascript issue

= 5.8 - 16/02/17 =
* Minor CSS bugfix

= 5.7 - 10/02/17 =
* Minor CSS bugfix

= 5.6 - 09/02/17 =
* Added Slovak .po language file

= 5.5 - 12/01/17 =
* Added option to duplicate address

= 5.4 - 23/12/16 =
* Minor bugfix

= 5.3 - 08/12/16 =
* Minor bugfix

= 5.2 - 25/11/16 =
* Fixed a bug that prevented the state loading on address edit form

= 5.1 - 21/11/16 =
* Bugfix

= 5.0 - 10/11/16 =
* CSS bugfix

= 4.9 - 09/11/16 =
* Added option to select which head tag use for addresse titles

= 4.8 - 02/11/16 =
* Bugfix

= 4.7 - 11/10/16 =
* Bugfix

= 4.6 - 31/10/16 =
* Added actions during add,remove and updating user address

= 4.5 - 26/10/16 =
* On checkout select additional address dropdown menu, default addresses now report a badge 

= 4.4 - 26/10/16 =
* Added select2 to country and state fields

= 4.3 - 25/10/16 =
* Minor improvements

= 4.2 - 17/10/16 =
* Added option to make VAT Identification field required at checkout

= 4.1 - 12/10/16 =
* Fixed an issue that prevent the admin to assing additional shipping/billing address from backend 

= 4.0 - 11/10/16 =
* Fixed an issue that prevent address to be properly loaded on admin order edit page on the additional addresses popup when clickin on "load" button

= 3.9 - 11/10/16 =
* Added option to disable address identifier. The address will be identified combining address user data.

= 3.8 - 04/10/16 =
* Added option to set default shipping/billing address

= 3.7 - 25/09/16 =
* Fixed an issue relative to the shipping and billing addresses list display in edit pages

= 3.6 - 23/09/16 =
* Added option to disable/enable billing/shipping firs,last and company name

= 3.5 - 21/09/16 =
* Added option to disable fields labels display on My Account page

= 3.4 - 21/09/16 =
* Added option to define custom css rules

= 3.3 - 19/09/16 =
* Now states field is not preselected

= 3.2 - 03/09/16 =
* Address list are now sorted by letter

= 3.1 - 29/08/16 =
* Fixed an issue that could prevent the user to complete the checkout

= 3.0 - 23/08/16 =
* Fixed an issue that raised a fatal error on My Account page preventing multiple addresses list to be displayed

= 2.9 - 23/08/16 =
* Order edit page: is now possible to assign user addresses from his multiple addresses list

= 2.8 - 19/08/16 =
* Is now possible for the admin see and edit user multi addresses.

= 2.7 - 16/08/16 =
* Bugfixes

= 2.6 - 11/08/16 =
* Fixed an issue that in case of alternative shipping address selection to save properly save it on order metadata

= 2.5 - 28/07/16 =
* Bugfixes
* Added support to Woo Checkout Field Editor Pro Pro (Free edition)
* Is now possible to hide multipe addresses selection for billing or shipping 

= 2.4 - 28/07/16 =
* Minor bugfix

= 2.3 - 25/07/16 =
* Minor bugfix

= 2.2 - 22/06/16 =
* Improve state field: its label changes according to the selected country. For some country is automatically hidden.

= 2.1 - 22/06/16 =
* Added option to load latest shipping/billing address

= 2.0 - 18/06/16 =
* Fixed CSS issue

= 1.9 - 17/06/16 =
* Fixed delete/edit address icon issue

= 1.8 - 17/06/16 =
* Added support to WC 2.6.1 and new My Account navigation system

= 1.7 - 17/06/16 =
* CSS bugfix

= 1.6 - 13/06/16 =
* CSS improvement

= 1.5 - 08/06/16 =
* Added optional EU VAT Identification Number field on billing address

= 1.4 - 30/05/16 =
* Added support for WooCommerce Extra Checkout Fields for Brazil plugin

= 1.3 - 30/05/16 =
* Improved popup CSS

= 1.2 - 26/05/16 =
* Added support to WooCommerce MultiStep Checkout Wizard

= 1.1 - 18/05/16 =
* Fixed a CSS issue

= 1.0 - 12/05/16 =
* Release

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = WooCommerce Multiple Customer Addresses
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/woocommerce-multiple-customer-addresses/16127030″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

 

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy WooCommerce Multiple Customer Addresses from the The Developer ( vanquish ) website. Thank you.
Download = WooCommerce Multiple Customer Addresses-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.