• Resolved jd_chandra

    (@jd_chandra)


    Hi

    We had this plugin working about 1 year ago, but now it is no longer working. The additional field to enter the address does not show on the checkout page. i’ve included site link. Any help would be much appreciated.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor natekinkead

    (@natekinkead)

    @jd_chandra, thank you so much for showing me this issue on your site. I’ve had some others complaining that it broke, but they haven’t give their website link and I’ve been unable to replicate the issue.

    After looking at your site, it appears the issue is with getting Google Maps JS API enqueued. It looks like some settings in your theme or a plugin is getting some version of Google Maps API enqueued, so it’s triggering my condition to not enqueue it a 2nd time, however whatever is being loaded is not working with my code.

    Tomorrow, I will work on a feature to override this condition and enqueue my version of Google Maps API anyway. Maybe that will resolve the issues people are having.

    I’ll let you know when I release the update. Thanks!

    Thread Starter jd_chandra

    (@jd_chandra)

    Great. Thanks for that. I look forward to your reply.

    Plugin Contributor natekinkead

    (@natekinkead)

    Released an update to 1.9 today. It has the option to force enqueue the Google Maps javascript. Give that a try and let me know if it worked for you. Thanks.

    Thread Starter jd_chandra

    (@jd_chandra)

    @natekinkead, I’ve updated an enabled the option, but still no luck. I tried on I.E. and Chrome

    Plugin Contributor natekinkead

    (@natekinkead)

    @jd_chandra, I’m testing the checkout page on your website and there are 73 errors in the browser console!

    There are a lot of issues and conflicts happening here.

    * You have included the Google Maps API multiple times on this page. This may cause unexpected errors.

    This confirms that my code to check to see if Google Maps is enqueued already is working well. It wasn’t being enqueued before because it was already being enqueued by your theme or another plugin. Now that you checked that box, it’s being enqueued twice, but still not working because of so many conflicts.

    * Google Maps API warning: NoApiKeys

    I’m also seeing this in the console. I’m not sure if it’s from my plugin or the other one, but somewhere you’re calling Google Maps API without keys.

    I suggest you follow standard WordPress troubleshooting tactics by deactivating all the plugins and then reactivating them a few at a time to see when the issue happens (to narrow down which plugin(s) are causing the conflict).

    Plugin Contributor natekinkead

    (@natekinkead)

    Closing this since I didn’t hear back. Let me know if that worked for you if there are still issues.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not Working with Current Version of WP & WC’ is closed to new replies.