Let op: er zijn nieuwe DPD plugins (BETA versie) beschikbaar met belangrijke nieuwe functionaliteiten. De oude plugins zullen na Brexit niet meer goed functioneren, download daarom de nieuwe versie op Github/DPDconnect.
Explanation:
when importer runs, the $object->getGroupId() returns the name of the first shipping method that you have (dpd_classic). It walks through the files for import, but $this->importConditionName stays same for all other shipping methods.
See https://github.com/DPDBeNeLux/magento2-shipping/blob/master/Model/ResourceModel/Tablerate.php#L315
Change it to:
Explanation: when importer runs, the
$object->getGroupId()
returns the name of the first shipping method that you have (dpd_classic). It walks through the files for import, but$this->importConditionName
stays same for all other shipping methods.