You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: