Magento – How to disable Configurable products and Downloadable products in Magento 2

configurable-productdownloadablemagento2module

There are two sections when I add a simple product and I'd like to disable or at least hide those.
"Configurations" and "Downloadable Information".

I know about Magento module:disable command and I'm aware of dependencies but I can't disable due I have a custom module and it breaks when I try to do.

Is there any other way to disable or hide as those aren't required fields?

Thank you

Best Answer

As of Magento 2.2 the admin System Configuration Panel "Advanced" has been removed.

The following gives reference on how to disable a module's output.

https://devdocs.magento.com/guides/v2.3/config-guide/config/disable-module-output.html

Related Topic