cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Shipping Carriers

Remove Shipping Carriers

How do you remove certain selections of shipping carrier from the admin shipping section?

carrier.jpg

We are based in the UK. We added Royal Mail and DPD via a module. We don't want United States Postal Service or DHL to show here.

3 REPLIES 3

Re: Remove Shipping Carriers

Hello @christopher_oliver 

 

To remove shipping career from the backend. you need to disable the modules from the Magento core modules. For that you can use commands PHP bin/magento module:disable (module name) Or you can disable from the core config file.

 

But it is not advisable as you disable such module which is available in core Magento may you face some issues.

 

If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation

Re: Remove Shipping Carriers

PCV0jYou can Disable the SHipping Method 
To disable any shipping method like flat rate: Goto Admin > Store > Configuration > Click on Shipping methods under Sales tab, it will show you all methods. Here you can disabled any method by setting "Enabled" option to No and click save config button.

Re: Remove Shipping Carriers

What I ended up doing was disabling the two US shipping modules:

 

bin/magento module:disable --clear-static-content Magento_Dhl Magento_Usps