This extension adds autocompletion functionality for customer addresses to your shop frontend (checkout and customer account) using the Deutsche Post Direkt Autocomplete API 2.0.
This extension adds autocompletion functionality for customer addresses to your shop frontend
(checkout and customer account) using the Deutsche Post Direkt Autocomplete API 2.0.
You have bought the plugin in the Shopware community store. You manage your plugins from within your shop.
Please follow the
corresponding documentation.
You have bought the plugin in the Shopware community store and want to manage your shop’s plugins and dependencies with
composer.
Follow the Shopware Instruction Video to set up your shop for using
composer.
```shell script
composer require store.shopware.com/nrlejpostdirektautocomplete
bin/console plugin:refresh
bin/console plugin:install —activate —clearCache NRLEJPostDirektAutocomplete
### From [Packagist](https://packagist.org/)
You are fine with having to install dependencies of the plugin yourself.
Assuming, you are using the [Flex-Template](https://developer.shopware.com/docs/guides/installation/template), run the
following commands from your shop's root directory:
```shell script
composer require netresearch/postdirekt-autocomplete
(cd vendor/netresearch/postdirekt-autocomplete/src/Resources/app/storefront && npm install)
composer dump
bin/console plugin:refresh
bin/console plugin:install --activate --clearCache NRLEJPostDirektAutocomplete
bin/build-js.sh
You are fine with having to install dependencies of the plugin yourself. You want to extend or adapt the extension to
your own needs.
Run the following command from your shop’s root directory:
shell script
git clone git@github.com:netresearch/deutschepost-module-autocomplete-sw6 custom/plugins/NRLEJPostDirektAutocomplete
Then, continue as described in From Packagist.
Administration > Settings > System > Plugins
Administration > Settings > Snippets
to maintain postdirekt.autocomplete.housenumber_hint snippetsSee LICENSE.md.