cancel
Showing results for 
Search instead for 
Did you mean: 

Shipping Methods menu item under Sales is missing in admin

Shipping Methods menu item under Sales is missing in admin

The 'Shipping Methods' menu item is missing under Sales in the admin area. Anybody have any advice how to troubleshoot?

 

I'm using Magento 2.3.4

I go to Stores -> Configuration -> Sales -- The option should be between 'Multishipping Settings' and 'Google API', but its not there. There are no errors in the console.

I'm running Multi-site, and tried changing scope

 

Any suggestion would help.

5 REPLIES 5

Re: Shipping Methods menu item under Sales is missing in admin

Hello @mraccine 

 

Can you please disable one by one custom module?

 

You will get the idea after disabled custom module.

 

I hope it helps.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Shipping Methods menu item under Sales is missing in admin

Hello @mraccine 

 

can you please verify below module is activate or not into app/etc/config.php

 

'Magento_Multishipping' => 1,

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Shipping Methods menu item under Sales is missing in admin

'Magento_Multishipping' => 1, is listed in app/etc/config.php

Re: Shipping Methods menu item under Sales is missing in admin


@Sanjay Jethva wrote:

Hello @mraccine 

 

Can you please disable one by one custom module?

 

You will get the idea after disabled custom module.

 

I hope it helps.


I have removed the 1 custom module (show address fields on create account page). The 'Shipping Methods' menu option is still missing.

Re: Shipping Methods menu item under Sales is missing in admin

Since I've disabled a few modules myself during Magento installation I faced the same problem.

Solution which worked for me:

Go to System > Web Setup Wizard > Module Manager and search for magento/module-offline-shipping  or Magento_OfflineShipping and make sure it's enabled.