elgentos/magento2-openkvk
Composer 安装命令:
composer require elgentos/magento2-openkvk
包简介
Extension to load KVK (Dutch Chamber of Commerce) data into Magento
README 文档
README
This integration makes it possible to fetch OpenKvk data for Dutch companies into your Magento project. Using an API key from Overheid.io you can fetch the company data based on KVK number (Chamber of Commerce) or by postcode and house number.
Note: The basic implementation for this project is based on Hyva and will not work with Magento's Luma or Blank theme at this moment. This can be added in the future.
Installation
This package can be installed using Composer with the following command.
composer require elgentos/magento2-openkvk bin/magento2 setup:upgrade
Usage
To use this package, you need to get an API key from Overheid.io and you need to configure the extension in Stores > Configuration > Customer Configuration > OpenKvk.
Also, to display this in the account pages, make sure you add this line to the
file app/design/frontend/[Namespace]/[Theme]/Magento_Customer/templates/address/form.phtml:
<?= $block->getChildHtml('openkvk_js'); ?>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
统计信息
- 总下载量: 1.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-03-05