JS error in checkout for autocomplete
-
Noticed a JS error in the checkout page (tested with latest FF/W10):
Uncaught TypeError: document.querySelector(...) is null <anonymous> https://www.domain.com/wp-content/plugins/map-location-picker-at-checkout-for-woocommerce/assets/public/js/maps/build/checkout-page-map.js?ver=1.6.1:1 checkout-page-map.js:1:17496
The piece of code with the issue:
mapOptions.lpac_places_autocomplete_hide_map&&(document.querySelector("#lpac_order__origin_store_field").classList.remove("hidden")
I’m only using the autocomplete feature, by enabling
Places Autocomplete
andHide Map When Using Places Autocomplete=checked
I’m also using Fluid Checkout.
Please advise.
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘JS error in checkout for autocomplete’ is closed to new replies.