Visually, all the address fields are auto-completed with the information that Google proposes from the plugin, but for some reason the postal code field is not informed, since when you go to perform the command it says that this field is empty even though it is full and you have to delete the content and write it manually.
]]>As of 18th May we’re getting a daily cron error that “fs_data_sync_autocomplete-address-and-location-picker-for-woocommerce” can’t be completed. Error trace:
Uncaught Error: Call to a member function is_expired() on bool in /home/customer/www/[siteurl].com/public_html/wp-content/plugins/autocomplete-address-and-location-picker-for-woocommerce/freemius/includes/class-freemius.php:21352 Stack trace: #0 /home/customer/www/[siteurl].com/public_html/wp-content/plugins/autocomplete-address-and-location-picker-for-woocommerce/freemius/includes/class-freemius.php(21093): Freemius->_sync_plugin_license(true, true, false, NULL) #1 /home/customer/www/[siteurl].com/public_html/wp-content/plugins/autocomplete-address-and-location-picker-for-woocommerce/freemius/includes/class-freemius.php(6755): Freemius->_sync_license(true, false, NULL) #2 /home/customer/www/[siteurl].com/public_html/wp-content/plugins/autocomplete-address-and-location-picker-for-woocommerce/freemius/includes/class-freemius.php(6667): Freemius->_sync_cron_method(Array, NULL) #3 /home/customer/www/[siteurl].com/public_html/wp-content/plugins/autocomplete-address-and-loca
This particular client uses the free version. Almost seems as if the cron is trying to check for the license even though it’s the free version and shouldn’t check for a license?
]]>Plugin doesn’t work with WP 6.5 and produces the following JS error in the console:
InvalidValueError: aafw_initAutocomplete is not a function
There are also other optimization issues I mentioned in my previous threads. Please update your plugin.
]]>Hi, the plugin is producing the following warning in the browser:
Google Maps JavaScript API has been loaded directly without loading=async. This can result in suboptimal performance. For best-practice loading patterns please see https://goo.gle/js-api-loading
Please update the plugin with this suggestion for faster page speed and a lighter frontend load. Much appreciate the work you’ve done.
]]>Hello,
Thanks for your great module.
I am using it with Fluid Checkout and I had to make some modification in order to make it work.
In the file public/class-aafw-public.php I had to replace (at 2 different locations) :
if ( is_checkout() ) {
By :
if ( is_checkout() || (class_exists( ‘FluidCheckout_Steps’ ) && FluidCheckout_Steps::instance()->is_checkout_page_or_fragment()) ) {
Do you think you could add this update in your code ?
Regards,
Jon
]]>Specifically, I am trying to add the Add Address page of the Crosspeak Address Book plugin to the Autocomplete list.
Where is such list stored? How can I add a page or form? Sometimes, this class of plugin uses a formid?
]]>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?
]]>I’m unable to drop a pin on the map on my mobile device. The pin icon doesn’t appear when I try to do it on my phone. However, when I access it from my computer, it automatically finds my address on the map, and I can drop the pin at the desired location. Unfortunately, on the mobile device, the map doesn’t seem to recognize my address, and there’s no pin icon either.
]]>Hi there.
Is there anyway to have the plug-in restrict the suggestions to the country the user selected?
On our checkout page the customer first selects their country. I’m pretty such that’s standard in WooCommerce.
It seems to me it would be useful if the suggested addresses are then restricted to the country they selected, as opposed to showing them a vast array of potential addresses globally.
]]>Hello, Is it possible to purchase 1 license key and use it for multisite like this?
x.com
x.com/de
x.com/tr
x.com/ru
Just recently installed Address Autocomplete, pasted newly created API key, but the street numbers appears after the street name! The lookup is working but when an address is selected, it fills the field with street name,Street number. (eg. Elizabeth Street,123)
How do I fix this?
]]>The plugin doesn’t work with Siteground Optimizer’s frontend options “Combine JavaScript Files” and “Exclude from JavaScript Combination” enabled.
The fix for this is to add the below into your functions.php file:
// Exclude certain third party scripts from SG Optimizer async loading //
// Exclude Address Auto-Complete Script//
add_filter( 'sgo_js_async_exclude', 'js_async_exclude' );
function js_async_exclude( $exclude_list ) {
$exclude_list[] = 'aafw';
return $exclude_list;
}
// Exclude certain third party scripts from SG Optimizer JS Combination //
// Exclude Address Auto-Complete Script//
add_filter( 'sgo_javascript_combine_exclude', 'js_combine_exclude' );
function js_combine_exclude( $exclude_list ) {
$exclude_list[] = 'aafw';
return $exclude_list;
}
]]>
Version 1.1.5 was working perfectly. We run wordpress 6.3, woocommerce, shoptimizer theme. We use the free version of the app. As soon we we updated to 1.1.7 it stopped working completely, so we rolled back to 1.1.5 and it’s all good again.
]]>Hello! I am currently testing several autofill plugins and this one seems to work the best with our site. However, we have a separate field for Street number, and it doesn’t get populated – street number is added to the main Street field. Is there a way to separate them?
]]>I follow the instructions and check the site and it is working, I not sure I set the setting right on Google, if it working so everything is OK?
I also need to enable it on one country only, can I do it ?
]]>This page can’t load Google Maps correctly
this is the message displayed on checkout page
thanks
]]>I want to stop default auto fill the address on the checkout page.
]]>Doesn’t work with Fluid Checkout – any ideas and/or plans for compatibility?
Thanks ??
]]>Hi, it works fine on chrome but not on firefox
]]>Hi,
This is a very good plugin, works flawless. But we happen to have a scenario where the Billing Fields are visible to screen when the checkbox “Same As Shipping” is unchecked. In that case the Autocomplete is working in “Shipping Info” are, but not working on the Street Address field under the “Billing Address” section/area.
You will find the bug in the following website https://staging-evan.magicbag.co/
Just add the product to Cart and go to checkout https://staging-evan.magicbag.co/checkout/
Observe both sections of “Shipping Info” and “Billing Address”. The problem is with Street Address field of “Billing Address” only.
Let me know if anything is not clear. Thanks
]]>Hi,
Thank you for supplying so good plugin!
For Google API cost, does plugin use “Autocomplete – Per request+” API, with $2.83 per 1000 requests, right?
Thank you
hqin
Hi Team,
For a repeat customer, where address is already saved. when the customer creates a new order and reaches checkout page, the address in the billing address (is prefilled) but the maps location is not in sync with it (it shows some default location for all customer).
Now the customer may or may not change this address on the map. and proceed with the order.
In this case what is the googlemap location stored in the backend (is it based on the filled address or map address).
If I buy local drivers plugin, then what will be googlemap location shown to the driver for this repeat order. Will it be as per address or as per the map.
Kindly help,
Thank you.
]]>