Hi, when I complete the address using autocomplete function on billing and shipping address, it throws error saying suburb and postcode needs to be completed. Those two field have been filled out by auto complete.
Once I rewrite the suburb and post code manually, I than able to complete the order.
Can you help me on this.
]]>Hi I change the address on the cart page and go to checkout but then have to redo the address. Is this being maintained?
thanks
]]>Hi,
I have a problem with the plugin and Google API Key. I have API KEY set, the console always returns the message:
NO API KEYS
Is your plugin compatible with the latest Google API? I have Maps Embed Api and Geocoding Api enabled.
Do you have any idea what could be wrong?
]]>hi team,
Just wondering how to have the post code/city written in their correct field instead of having the full address on line 1 please
Hi I want to restrict to the website in the google cloud settings but when I do the plugin stops working. I followed this but it refuses to work when I do that: https://www.ads-software.com/support/topic/how-to-make-this-plugin-work-exclamation-mark-freezing/
So how to fix please – am I missing a step?
Your plugin has been very helpful to me, thank you so much. Can you please tell me how to trigger autocomplete suggestions after X characters?
]]>Hello,
I have the shipmondo plugin (shipping platform) installed which allows the customer to select a parcel point of collection. This plugin also uses Google Places and if a post number is entered into the po box field it affects the available options for pick up points in the dropdown field. The problem is that when the Shipmondo plugin is enabled, then the WooCommerce Address Correction Autocomplete no longer works. Also, the WooCommerce Address Correction Autocomplete does not suggest addresses in the correct format depending on location, ex. for danish addresses the house number is not shown after the street name.
Is it possible to have the plugin made compatible with Shipmondo? And would you consider adding the functionality to format addresses according to country-specific conventions?
Kind regards,
Rikke
]]>I had issues setting this up and have seen others have the same issue on various paid Google address autofill plugins
Firstly, when you’re getting your API key, enable Maps API and Places API
The plugin mentions Maps API in one spot then Places API in another.
Just flick them both to enabled and then create your API key once both are enabled.
To solve most of the grey exclamation mark issues, make sure when you are setting the restrictions to enter your website as follows including the asterisks’ and the first period:
*.yourdomain.com/*
Hope this helps someone
]]>We can’t get the plugin to work, it just shows this in the address field:
!!!!!!!!!!!!!!!!!!
]]>This is a small code tweak for your consideration. It improves autocomplete compatibility (especially in FF) with a nice checkout page substitute.
\plugins\adresskorrektur-autocomplete-fuer-woo\autocomplete.js:410
/**
* Better compatibility with Fluid Checkout (FC)
* Wait for ajax load of payment-methods to finish
*
**/
window.addEventListener('load', function(){
// wait obj to exist
// https://stackoverflow.com/questions/5525071
var existCondition = setInterval( function() {
if(!(document.getElementById('shipping_address_1') === null)) {
clearInterval(existCondition);
RpCheckoutAutocomplete_shipping.method.initialize();
}
if(!(document.getElementById('billing_address_1') === null)) {
clearInterval(existCondition);
RpCheckoutAutocomplete.method.initialize();
}
}, 2000 ); // ms. Large enough or it doesn't work
});
/*
window.addEventListener('load', function(){
if(!(document.getElementById('billing_address_1') === null))
RpCheckoutAutocomplete.method.initialize();
if(!(document.getElementById('shipping_address_1') === null))
RpCheckoutAutocomplete_shipping.method.initialize();
});
*/
]]>
Hi, thanks for that amazing plugin!!
Here in Brazil the neightborhood data is going to city fiel of Woocommerce. Can you check, please?
]]>Hi
You are asking for donations to do more work on this plugin. I love the plugin. How much do you need to keep working on the Plugin and keep it up to date? Maybe we can partner or collaborate in some way?
Regards Martin
]]>Hi! Thankyou very much for your decent plugin which I think is working great. However, I have now installed the plugin “Fluid Checkout for WooCommerce” for a better checkout-flow and the automatic address-correction seems not to work together with this. Is there any way to make them compatible?
Thanks for your advice and kind regards!
Paul
we are so happy to use the plugin for our project, but why the province is not fill-up automatically?
our location is in Indonesia,
Thank you
Hi, wondering why is there an identical plugin with a different name:
Other Plugin: https://www.ads-software.com/support/plugin/woo-autocomplete-checkout-address/ ,
and same code file image link: https://prnt.sc/zw3xon
What’s with that??
Thanks
]]>Hi,
Is this Plugin Supported?
]]>