ekfinbarr / magento-dhl-express-shipping
DHL Express Rate for Magento 2
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ekfinbarr/magento-dhl-express-shipping
Requires
- php: >=7.4
README
DHL offers a convenient plug-in for Magento 2 online stores. This plug-in allows you to add multiple online delivery options and to print shipping labels directly in your online store, which makes shipping packages significantly easier and a lot more fun. Please note that this plug-in is only available for online stores that ship orders from the Benelux region.
Install / Update
Update instructions
- If you're installed a previous version with composer with the recommended version range, just run the following commands to complete the update
composer update ekfinbarr/magento-dhl-express-shipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile (only for production environments)
Installation with composer
-
Add the plugin to your composer with the command (recommended version range)
composer require ekfinbarr/magento-dhl-express-shipping:v0.1.2 -
Enable the DHL module by executing the following from the Magento root:
php bin/magento module:enable UBA_DHLExpress -
Upgrade the database
php bin/magento setup:upgrade -
When running in production, complete the installation by recompiling
php bin/magento setup:di:compile -
Enable the DHL module by executing the following from the Magento root:
php bin/magento module:enable UBA_DHLExpress -
Upgrade the database
php bin/magento setup:upgrade -
When running in production, complete the installation by recompiling
php bin/magento setup:di:compile