dhlparcel / magento2-plugin
DHL Parcel plugin for Magento 2
Installs: 133 368
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 37
Forks: 20
Open Issues: 8
Type:magento2-module
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.0 || ^7.0
- setasign/fpdi-fpdf: ^2.0
- dev-master
- 1.0.49
- 1.0.47
- 1.0.46
- 1.0.45
- 1.0.44
- 1.0.43
- 1.0.42
- 1.0.41
- 1.0.40
- 1.0.39
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
This package is auto-updated.
Last update: 2024-11-19 14:10:11 UTC
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've installed a previous version with zip extraction, please remove the files found in
app/code/DHLParcel/Shipping
and proceed with the installation instructions (can be either composer or zip extraction). -
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 dhlparcel/magento2-plugin:~1.0.0
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 dhlparcel/magento2-plugin:~1.0.0
-
Enable the DHL module by executing the following from the Magento root:
php bin/magento module:enable DHLParcel_Shipping
-
Upgrade the database
php bin/magento setup:upgrade
-
When running in production, complete the installation by recompiling
php bin/magento setup:di:compile
Installation with zip extraction
-
Go to the Magento 2 directory
-
Extract the contents of the
magento2.zip
file in a new directory:app/code/DHLParcel/Shipping
(If you're upgrading, remove the old files first) -
De plugin uses de Guzzle package to communicate with the API. Add Guzzle to the Magento root
composer.json
.
composer require guzzlehttp/guzzle
-
De plugin uses fpdi-fpdf for merging pdf's. Add fpdi-fpdf to the Magento root
composer.json
.
composer require setasign/fpdi-fpdf
-
Enable the DHL module by executing the following from the Magento root:
php bin/magento module:enable DHLParcel_Shipping
-
Upgrade the database
php bin/magento setup:upgrade
-
When running in production, complete the installation by recompiling
php bin/magento setup:di:compile
When updating with zip with a version before 1.0.10 to current
- De plugin uses fpdi-fpdf for merging pdf's. Add fpdi-fpdf to the Magento root
composer.json
.
composer require setasign/fpdi-fpdf