Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.4.1 Vervoerder met dergelijke methode niet gevonden: tablerate, null #519

Closed
gjportegies opened this issue Dec 11, 2020 · 1 comment

Comments

@gjportegies
Copy link

Describe the bug
The MyParcel shipping method won't load and shows an error when visiting the checkout.

To Reproduce
Steps to reproduce the behavior:

  1. Go to checkout
  2. See error

Expected behavior
The MyParcel shipping methods should load.

Desktop (please complete the following information):

  • Browser Chrome
  • MyParcel Plugin version: 4.1.4
  • OneStepCheckout 1.2.042
  • Magento 2.4.1

Additional context

The error is thrown in \Magento\Checkout\Model\ShippingInformationManagement and probably caused because the shipping rate can't be loaded by code. This is maybe caused by changes in Magento 2.4 config files for custom shipping methods.

        if (!$quote->getIsVirtual()
            && !$shippingAddress->getShippingRateByCode($shippingAddress->getShippingMethod())
        ) {
            throw new NoSuchEntityException(
                __('Carrier with such method not found: %1, %2', $carrierCode, $methodCode)
            );
        }
@RichardPerdaan
Copy link
Member

Solved in 4.7.0 of the MyParcel plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants