987 comments found.
Hola, compre el plugin y me indica que la licensia no es valida
Please post question in english
Is it possible to save in bulk through a query some shipping addresses?
No, it is not possible
I installed the plugin but shows me the checkout drop down shows only in billing address and not in shipping address
he is appearing in the wrong section, in the order review, above the subtotal, instead on shipping field
Regarding the “order review” who is appearing above the subtotal instead of the shipping field? This sounds more like a theme issue than a plugin issue. Most likely your theme is triggering the actions the plugin uses to inject its HTML data in the wrong sections, this causes the data to be displayed where it should not.
In order to understand if the issue is caused by a malfunctioning of the plugin rather than a 3rd party interference, use the following site: https://vanquishplugins.com/demo/ (user: demo, pass: demo) to recreate your scenario and report to me if you are experiencing the issue.
Probably is something with the theme becouse switching to worpdress default theme is working. It’s a compatibility problem. the problem is simple, the dropdown field is not showing in checkout, just the billing is showing. Do you need ftp and admin credentials? Thank you
I’m really sorry but in case of theme issues, you need to contact their support team. I cannot provide help for 3rd party software.
What I can say is that the plugin hooks to the following actions: woocommerce_before_checkout_shipping_form (triggered before the shipping form is rendered) and the woocommerce_before_checkout_billing_form (triggerede before the billing form is rendered). Make sure your theme is both triggering those actions.
i managed to solve. thank you!
Glad to hear that, you’re welcome 
last but not least, I would ask you to help me: If you enjoyed my efforts to assist you and/or my plugin please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day!
I want to copy multiple addresses from User 1 to User 2 using Microsoft Power Automate. Currently, I’ve tried to read the meta data “_wcmca_additional_addresses” of User 1 and write to the meta data “_wcmca_additional_addresses” of User 2. The copy task was done, but the actual addresses were not imported to User 2. How can I copy addresses via meta data? or do I need to copy via database commands?
Thanks.
I’m sorry I don’t know Microsoft Power Automate and I do not think it exists an SQL command to copy values into other values.
Does your plugin store multiple addresses in only the user’s meta data “_wcmca_additional_addresses”? no where else? Then does the plugin read that meta data to show in the front end?
yes, only in the _wcmca_additional_addresses metakey. Data is a single string, iis a json serialized array. Php when reads that data automatically trasforms into a Php array.
This technical point would be the key. I’ll try. Thank you so much!
Does your plugin have API to import multiple addresses?
I’m sorry, it hasn’t
I have the option of multiple addresses per product in the cart activated, but I cannot edit the address of each product from the backoffice.
I have followed the steps described:
“Product addresses edit actions In case you have enabled the Shipping per product option and you want to edit the assigned address, please click the following button. Before proceeding mark the order as On hold otherwise WooCommerce won’t display the edit icon.”
But it doesn’t work, nothing comes out to edit
Please check the reply to the private message you sent.
Hello! Is this plugin compatible with Fluid Checkout? https://fluidcheckout.com/
Hello,
I’m sorry, but it was never tested in conjuction with that plugin.
Lot of error on my wordpress …
and this how is actually related to the plugin?
Hi,
We bought this plugin month ago for a client and add license key on a dev environnement and also in my local env.
in your documentation : The “localhost” domain will not consume activations. Please enter the following data and hit the activation button
My local environnement run on aanb.local and not on localhost, it looks like the second activation has been consumed by my local environnement. Today i need to deliver the website and can’t activate de production environnement.
Can you do something for that? ( like delete aanb domain from our activation list)
Hi,
it sounds strange, I do not find any activation associated with “aanb.local”.
Please send me the purchase code via private message (click on my name then use the low-right box). I’ll perform some further investigations.
Hi, I’ve been using your plugin on several projects and it’s fantastic. I am now required to import a list of shipping addresses into the database and noticed there is an Import feature. It is working fine, but I have a question. We have created a custom checkout field (with WooCommerce Checkout Field Editor) and I would like to know if it is possible to import data to that field as well through the import feature. I tried adding a column with the field name but the field is not being imported with the rest of standard fields. Is there a workaround for that? Thanks in advance!
Hi,
I’m really sorry, it is not possible.
i’ve been using the “MDTF – Wordpress Meta Data & Taxonomies Filter” plugin (https://codecanyon.net/item/wordpress-meta-data-taxonomies-filter/7002700) with my website but when i active your plugin the filter plugin turns in an error of:
“WP_Error Object ( [errors] => Array ( [invalid_taxonomy] => Array ( [0] => Invalid taxonomy. ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) )”
do you have any suggestions on how i can run both plugins at the same time without the filter plugin breaking when activating the “WooCommerce Multiple Customer Addresses & Shipping” plugin? thanks for you insight!!
Hi,
I’m really sorry but that message doesn’t give any clue on which of my plugin script might be causing that issue.
Try reporting that error to that plugin developer and try to understand if it is possible to print a more accurate stack trace of the statement that raises it, so I can eventually make my plugin code compatible with that plugin.
Hello,
I wanted to know how your plugin works, i’ve added it to my site and activated it however nothing happens, the documentation i downloaded also has no pages, could you explain how the plugin works.
Hello,
once you activate you will find an option menu in the admin area: https://nimb.ws/FvQLsi .
The plugin will automatically display the address selector on the checkout page and allows the user to associate multiple addresses to his account via his My Account page.
If you are not able to see those features, try disabling the other 3rd party plugins. One of them might be interfering. Try also to temporarily switch the theme, it might be the cause as well.
We want to buy these plugins, But we have done some customization on our website, can you confirm if it will work properly there?
If the site is a fully WooCommerce compliant, it should work. I cannot grant that any of the customization you are willing to implement might lead the plugin to not work as expected
Hello,
I’m using your plugin “WooCommerce Multiple Customer Addresses & Shipping” but I have trouble with my account (front).
Latest used addresses Information: 1. Name 2. Adress 3. Adress 2 4. ZIP + City 5. Country
Billing / Shipping Adress Information (bellow): 1. Name 2. Country 3. Adress 4. Adress 2 5. ZIP 6. City 7. Phone 8. Email
What can I do to get the same information order on the boxes?
Thanks, Louis
Hi Louis,
the plugin hasn’t any option to re-arrange the fields. That order is the one returned by WooCommerce (more in specific, those fields are returned by the get_address_fields invoked by the plugin)
If you want to customize the order, you need to edit the WCMCA_Address.php.php file you find inside the classes\com folder inside the plugin.
The method that retrieves that field is invoked on line 169. Modify the $result array rearranging it according to your needs.
Hello,
Many thanks for your fast reply, I will check with our developer and get back to you!
Cheers for now, have a great day,
Louis
You’re welcome! Have a great day!
Hi Vanquish support team.
We have an issue with the importation of multiple addresses CSV. We have correctly named all the columns as said in your documentation. But when we import our CSV we’ve got an error message “Incorrect type for line 1. Type must be billing or shipping”
We can attach some screenshots of that if you need them.
Could you please help us ? Thanks.
Best Regards
Hi,
If you send me a private message (click on my name the the low-right box) with you email address and a link to the file you are trying to import, I can analyze it in order to have more clues. Thank you for your collaboration.
Hi Vanquish support team.
We have an issue with the translation of this plugin. We did the translations with Loco Translate plugin but not all the texts were translated, especially in Backoffice page settings. Moreover, they are still few words in front part that are not translated.
We can attach some screenshots of that if you need.
Could you please help us ? Thanks.
Best Regards
Hi, I’m sorry, but if you have any issue with loco translator, you should report the issue to that plugin help staff. I cannot provide support for 3rd party plugins.
Hi Vanquish support team. We have resolved the issue.
Thanks for your answer. Best Regards.
Glad to hear that! 
Thank you for your help. This is Tsukuda.
I enabled the woocommerce-multiple-customer-addresses plugin and entered the ID and Item Purchase Code.
The options screen is blank and nothing other than the publish update button is displayed.
Same symptom even after disabling plugins other than woocommerce and woocommerce-multiple-customer-addresses.
Please tell me how to improve it as soon as possible. Thank you.
https://www.osusumeshop.jp/Apologize for the inconvenience. Please update the plugin to the latest 22.1 version, it will address the issue.
You can manually download the new version via CodeCanyon or receive an automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 (here is the guide that explains how to configure: https://envato.com/market-plugin/ ). To manually update: deactivate, delete the old plugin and just install the new one! Don’t worry, you won’t lose any data!
Hi Vanquish ,
I just bought your plugin for mulitple addresses. After installation, I see the page like the screenshot below https://prnt.sc/erAV3uyUzMThInstead of a page like this
https://prnt.sc/RC3uDqY0DGYoI can create a user for you if you need to look into it .
Apologize for the inconvenience. Please update the plugin to the latest 22.1 version, it will address the issue.
You can manually download the new version via CodeCanyon or receive an automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 (here is the guide that explains how to configure: https://envato.com/market-plugin/ ). To manually update: deactivate, delete the old plugin and just install the new one! Don’t worry, you won’t lose any data!
Hi,
We are using bricks builder and the base shortcode woocommerce_my_account] but we cannot seem to see the addresses template from your plugin in there, can you advise?
the plugin hooks to the following actions to inject its data:
- woocommerce_my_account_my_address_title
- woocommerce_my_account_my_address_description
- woocommerce_account_content
make also sure that the page you are using as the My Account page is properly pointed by the following option: https://nimb.ws/b84PAe (WooCommerce -> Settings -> Advanced -> My account)
Hi Vanquish Can you help me ? we need to custonise the multi customer plug in for Woo Commerce as follows: I am using Profile Builder to add the customers for what is essentially a party plan application so we add name and address details to WP Can we amend the plug in to take customer name and address details from WP and add products to the checkout by customer with a subtotal for each ? This would be extremenly helpful – kind regards
Hi, I’m really sorry, I do not offer any customization service
Hi, I have bought another license for a new project, but I have a problem.
I have installed and activated the plugin but it won’t show up in the backend menu inside WooCommerce tab. Also it is not working on the checkout page. Is there any additional setup step I am missing?
Thanks for your help
Hi,
actually it doesn’t need any further step. Once activated, you should find the plugin menu and the addresse selector on the checkout page.
- your email address
- full admin access to the wp-admin area
- FTP access
- purchase code
I can perform some further tests to see if it is possible to determine the cause.
NOTE: all the requested points are mandatory, do not forget to report any of them.
Thank you for your collaboration.
Hi, I was missing the activation, but I couldn’t find the link on the sidebar to activate it. I updated the plugin and I was able to find it and activate the plugin.
I have a different issue now. Users cannot edit see or edit their multiple addresses from “My account”. I can do it from the admin backend and they can add new addresses during the checkout process.
Please make sure you have NOT enabled any of the following option: https://nimb.ws/98xqXK
If that was not the case, in order to have more clues and to understand if the issue is actually related to a plugin malfunctioning, please use the following site: https://codecanyondemo.work/wcmca/wp-admin/ (user: demo, pass: demo) to recreate your scenario. Report to me if you are experiencing the issue and if so, please report to me a step-by-step guide on how to. Thank you for your collaboration.
how to activation woocommerce multiple customer addresses activator ? because buyer name is invalid and code invalid
Make sure you are using a fully HTML5 compliant browser like chrome or Firefox