shipperhq / module-address-autocomplete

ShipperHQ Address Autocomplete for Magento 2
Open Software License 3.0
15 stars 20 forks source link

Autocomplete Never Binds to Billing Address Street under Payment method #6

Closed jmonschke closed 4 years ago

jmonschke commented 7 years ago

Autocomplete.js simply looks for the shipping address to handle autocompletion of the addresses. If you need to setup a separate billing address, it does not work.

When binding to the autocomplete fields, it looks at uiRegistry.get('checkout.steps.shipping-step.shippingAddress.shipping-address-fieldset.street').elems()[0] instead of also checking for the billing address one.

birchestx commented 7 years ago

It does not currently support this scenario. If you wish to create a PR feel free to do so otherwise I'll ask it to be added as a feature request. I can see the need just need to schedule it in as we don't have customers asking for at present (and its free/open).

birchestx commented 7 years ago

Internal JIRA - SHQ16-2327

jmonschke commented 7 years ago

7 should take care of this.

wsagen commented 4 years ago

Closing as we are tracking internally as a feature request. PR was closed as not functioning