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.
Hello @mraccine
Can you please disable one by one custom module?
You will get the idea after disabled custom module.
I hope it helps.
Hello @mraccine
can you please verify below module is activate or not into app/etc/config.php
'Magento_Multishipping' => 1,
'Magento_Multishipping' => 1, is listed in app/etc/config.php
@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.
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.