For the manual and more information, please refer to our Magento Manual on the MyParcel Developer Portal.
We support the default Magento checkout and the Hyvä checkout.
To install our Hyvä compatibility module via composer:
composer require hyva-themes/magento2-hyva-checkout-myparcelnl
Enable module
bin/magento setup:upgrade
This ensures that our plugin (version 5 or higher) works seamlessly with the Hyvä checkout, there are no additional settings or requirements.
⚠️ Third-Party Checkouts Compatibility.
Other third party checkouts are not officially supported. Features such as Delivery Options or other functionalities might not work as expected.
We recommend testing the plugin’s functionality in your specific setup before fully implementing it.
Install using composer require.
composer require myparcelnl/magentoClone this repository in app/code/MyParcelNL/Magento/ using git and run the following commands in the root directory of your Magento installation:
composer config repositories.myparcelnl/magento path app/code/MyParcelNL/Magento/
composer require myparcelnl/magentoThis will install our SDK as a dependency.
You can install the SDK as a git repository as well:
Clone MyParcelNL/Sdk in app/code/MyParcelNL/Sdk/ using git and run the following commands in the root directory of your Magento installation:
composer config repositories.myparcelnl/sdk path app/code/MyParcelNL/Sdk/
composer require myparcelnl/sdk