natekinkead
Forum Replies Created
-
I’m not able to replicate this issue. Can you give me the link to the site so I can take a look?
I just tested the plugin on a website using Avada theme and it worked perfectly. Did you check the browser console to see if there are any errors showing there? Is this site accessible? Could you send me the link so I can take a look?
@mapleleaf33, I don’t think that would work because this plugin requires the following data from the completed WooCommerce order…
"order_id": "<?php echo $order_id; ?>", "email": "<?php echo $order->billing_email; ?>", "delivery_country": "<?php echo $order->billing_country;
Since the Custom Thank You Page simply redirects to another page, I don’t think the order data is available on that page.
I’m guessing that it would not work since it looks like that plugin redirects you to another page. My plugin hooks into the action, ‘woocommerce_thankyou’. If that plugin does a do_action(‘woocommerce_thankyou’) on the custom thank you page, then it would work. But I’m guessing just by looking at it that it doesn’t do that.
Yay! You’re welcome. I’m so glad we could fix it for you (and many others).
@surferdude667, we found a fix to show the address in the correct format. We just released version 1.8 that has the fix. Please update and let me know if you find any other issues. Thanks!
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] not autocompleteIs it necessary since the city and the county have the same name? I tired inputting “大坡路” into this test form at https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform and it did not even show anything with 宜蘭
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Not workingIt’s not just Google Maps Javascript API, it’s Google Places API Web Service. You need to enable that.
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Not workingAh ha! Thanks for giving me the link to test it out. When on the checkout page, I can see this error in the browser console…
This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/places_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Not working@appweb, I replied to you in your other thread.
Is the shop location properly set to Denmark in the WooCommerce settings? Also, when you are on the checkout page, do you have Denmark selected as your country? If that is done, they the autocomplete should give you addresses from Denmark.
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Not working@ryse, I can’t find any products on that site that will actually add to the WooCommerce cart so I can test the checkout page. All of the products I click on immediately redirect to PayPal.
Then there must be a way. I’ll try to spend some more time digging through their API and code to figure it out. If anyone has any suggestions, please let me know. Thanks.
I just released an update with this new code. Thanks!
My worry about that solution is that you can’t just set it that way if you (the store owner) has it formatted that way, because many of your customers will probably have it formatted the other way. It would have to be dynamic based on the data returned from the Google Places Autocomplete API.
Question: Is the default formatting (with number first) so bad that postal services will not be able to deliver packages to the correct place? Or is it just a widely accepted preference in your area, but not required?