postnl-magento2 icon indicating copy to clipboard operation
postnl-magento2 copied to clipboard

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.

Results 5 postnl-magento2 issues
Sort by recently updated
recently updated
newest added

**To Reproduce** Steps to reproduce the behavior: 1. Set a custom shipping method in the backend option `Path: tig_postnl/extra_settings_advanced/allowed_shipping_methods` 2. Place a backend order with the selected custom shipping method....

In rare cases the housenumber field can be empty. For housenumber addition it is normal to be empty. This breaks the postcode validation. This fixes the error on the customer...

After updating to version 1.9.7 or higher, timeframes and locations aren't loading anymore for guest customers, because we've moved (re-ordered and re-grouped) address fields in the checkout (for multiple clients)....

$this->checkoutSession->getPostNLDeliveryDate() can return false ``` $params['date'] = $this->checkoutSession->getPostNLDeliveryDate(); ``` and !isset($params['date']) will return true since it has a value (false) and delivery date will not be recalculated

Fix problem described at https://github.com/postnl/postnl-magento2/issues/374