All Projects → tig-nl → postnl-magento2

tig-nl / postnl-magento2

Licence: other
This is the official Magento 2 extension for the logistics company PostNL. Add shipping options and parcelshops to your checkout. Create labels with track and trace functionality from the backend. https://tig.nl/postnl-extensie/

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to postnl-magento2

blog
MageVision Blog
Stars: ✭ 23 (-55.77%)
Mutual labels:  magento-2
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-67.31%)
Mutual labels:  magento-2
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-61.54%)
Mutual labels:  magento-2
ansible-infrastructure
Ansible-based infrastructure-as-code for hosting and deploying Magento-based shops
Stars: ✭ 19 (-63.46%)
Mutual labels:  magento-2
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-59.62%)
Mutual labels:  magento-2
module-dsu
No description or website provided.
Stars: ✭ 18 (-65.38%)
Mutual labels:  magento-2
magento2-link-product
Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
Stars: ✭ 45 (-13.46%)
Mutual labels:  magento-2
magento2-checkout-custom-form
Add a custom form to Magento 2 checkout.
Stars: ✭ 95 (+82.69%)
Mutual labels:  magento-2
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-71.15%)
Mutual labels:  magento-2
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+15.38%)
Mutual labels:  magento-2
magento2-product-visibillitygrid
Magento 2 module for determining if/when products are showing up in category
Stars: ✭ 33 (-36.54%)
Mutual labels:  magento-2
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+26.92%)
Mutual labels:  magento-2
module-matrixrate
WebShopApps MatrixRates for Magento2
Stars: ✭ 115 (+121.15%)
Mutual labels:  magento-2
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (-26.92%)
Mutual labels:  magento-2
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-69.23%)
Mutual labels:  magento-2
docker-magento2
🐳 Environment for a Magento2 application using Docker.
Stars: ✭ 52 (+0%)
Mutual labels:  magento-2
magento-2-gulp
Gulp for Magento 2. It works with core Magento styles (less) and structure. Uses default theme configs from dev/tools/grunt/configs/local-themes.js.
Stars: ✭ 37 (-28.85%)
Mutual labels:  magento-2
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+100%)
Mutual labels:  magento-2
tig-colors-neonwolf
Tig color scheme based on badwolf
Stars: ✭ 29 (-44.23%)
Mutual labels:  tig
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (-42.31%)
Mutual labels:  magento-2

PostNL Logo

PostNL Magento 2

Lastest Stable Version TIG PostNL tested 2.3.7 versions TIG PostNL tested 2.4.5 versions Total Extension downloads Build Status

This is the official PostNL Magento 2 extension to connect your Magento 2 webshop with PostNL.

Requirements

  • Magento version 2.3.6 - 2.3.7-p4, 2.4.3 - 2.4.5
  • PHP 7.3+
  • In order to use this extension you need to be a contract customer of PostNL. If you are not a customer of PostNL, you can register yourself here.

Installation

We strongly recommend that you use a Staging Environment for the installation, and to also make a backup of your environment.

Installation using composer (recommended)

To install the extension login to your environment using SSH. Then navigate to the Magento 2 root directory and run the following commands in the same order as described:

Enable maintenance mode:

php bin/magento maintenance:enable
  1. Install the extension:
composer require tig/postnl-magento2
  1. Enable the PostNL Magento 2 plugin
php bin/magento module:enable TIG_PostNL
  1. Update the Magento 2 environment:
php bin/magento setup:upgrade

When your Magento environment is running in production mode, you also need to run the following comands:

  1. Compile DI:
php bin/magento setup:di:compile
  1. Deploy static content:
php bin/magento setup:static-content:deploy
  1. Disable maintenance mode:
php bin/magento maintenance:disable

Installation manually

  1. Download the extension directly from github by clicking on Code and then Download ZIP.
  2. Create the directory app/code/TIG/PostNL (Case-sensitive)
  3. Extract the zip and upload the code into app/code/TIG/PostNL
  4. Enable the PostNL Magento 2 plugin
php bin/magento module:enable TIG_PostNL
  1. Update the Magento 2 environment:
php bin/magento setup:upgrade

Update

To update the PostNL Extension run the following commands:

composer update tig/postnl-magento2
php bin/magento setup:upgrade

Uninstalling the PostNL extension

To remove the PostNL extension, simply make use of the uninstall command Magento provides: https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-uninstall-mods.html#instgde-cli-uninst-mod-uninst

PostNL uses uninstall scripts. Please make sure to add the --remove-data flag to your command. The uninstall script will ask if you would like to remove Order related PostNL data. Removing this data is optional. The recommended uninstall command is:

php bin/magento module:uninstall TIG_PostNL --backup-db --remove-data --clear-static-content`

Running tests (advanced)

Place this code in a working Magento 2 installation in the folder app/code/TIG/PostNL (Case-sensitive).

Install all the dependencies:

  • composer install
  • npm install
  • npm install -g grunt-cli
  • Setup the integration tests as advised by Magento.
  • Paste the following xml within the <testsuites> tag of dev/tests/integration/phpunit.xml:
<testsuite name="TIG PostNL Integration Tests">
    <directory>../../../app/code/TIG/PostNL/Test/Integration</directory>
    <directory>../../../vendor/tig/postnl/Test/Integration</directory>
    <exclude>../../../app/code/Magento</exclude>
</testsuite>

Run:

grunt test

This command will run the following tests:

The build status can be viewed on Travis-ci.com

Support

This extension is developed by Total Internet Group (TIG) commissioned by PostNL.

Extension basic configuration and account information

For questions related to your PostNL account and PostNL delivery options, please contact PostNL.

Extension support and advanced configuration

For questions about installing and configuring the extension please consult the relevant documentation:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].