Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create common handlers for address autofilling #16

Open
vkublytskyi opened this issue Jun 6, 2018 · 0 comments
Open

Create common handlers for address autofilling #16

vkublytskyi opened this issue Jun 6, 2018 · 0 comments
Assignees
Labels
core Should be implemented as contribution to Magento 2 core postponed Tasks involve Magento core modification and should be done after MVP implementation Progress: dev in progress

Comments

@vkublytskyi
Copy link

It is a common task to fill region, province, city or street by zip code or suggest zip code based on the already available information. Magento core should provide set of handlers to implement region-specific implementation easier.

Core should include:

  1. Listener of zip code field change that will send changed value to registered handler(s). Hendler(s) will return array of fields that may be automatically filled. Implementation of concrete handler is a responsibility of separate modules
  2. Possibility to register handler that will return list of possible zip code based on available address data. Implementation of concrete handler is a responsibility of separate modules
@vkublytskyi vkublytskyi added the core Should be implemented as contribution to Magento 2 core label Jun 6, 2018
@vkublytskyi vkublytskyi changed the title Create common handlers for address outofilling Create common handlers for address autofilling Jun 6, 2018
@HirokazuNishi HirokazuNishi self-assigned this Aug 10, 2018
@vkublytskyi vkublytskyi added the postponed Tasks involve Magento core modification and should be done after MVP implementation label Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Should be implemented as contribution to Magento 2 core postponed Tasks involve Magento core modification and should be done after MVP implementation Progress: dev in progress
Projects
None yet
Development

No branches or pull requests

3 participants