Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WP Sunshine

    (@wpsunshine)

    Try using the Load Delay option and set it to 2-3 seconds if you are using the WooCommerce Checkout Block.

    This is because the Checkout block actually loads after the normal page load which is when the address autocomplete is triggered.

    Thread Starter Prithvi

    (@renovomotors)

    not working can u confirm

    Plugin Author WP Sunshine

    (@wpsunshine)

    I think I see the issue:

    Your initial selector right now is: input[name=”shipping_address_1”]

    You need to use: input[name=”shipping_address_1″]

    You used two single quotes instead of a double quote. It’s incredibly subtle but very important difference.

    You did the same thing for all your data selectors as well.

    Thread Starter Prithvi

    (@renovomotors)

    still not working sadly

    https://ibb.co/FgLQGc3

    Thread Starter Prithvi

    (@renovomotors)

    i had to remove the plugin after this setting the input box was getting disbaled

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.