Skip to content

Create common handlers for address autofilling #16

Open
@vkublytskyi

Description

@vkublytskyi

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

Metadata

Metadata

Assignees

Labels

Progress: dev in progresscoreShould be implemented as contribution to Magento 2 corepostponedTasks involve Magento core modification and should be done after MVP implementation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions