netresearch / dhl-shipping-m2

DHL multi-division shipping extension for Magento 2
Open Software License 3.0
13 stars 4 forks source link

Which module to enable? #32

Closed azngeek closed 3 years ago

azngeek commented 3 years ago

What is the right module to enable? It seems like that there are these modules:

    "deutschepost/module-autocomplete-m2": "~1.1.1",
    "deutschepost/module-addressfactory-m2": "~1.1.2",
    "deutschepost/module-internetmarke": "~2.0.0",
    "dhl/module-carrier-paket": "~2.0.0",
    "dhl/module-carrier-paket-returns": "~2.0.0",
    "netresearch/module-shipping-ui": "~2.0.1"

According to the installation instructions there seems to be something missing.

image

mam08ixo commented 3 years ago

As far as I can tell, setup:upgrade enables all modules. Not sure what you mean by "something missing".

However, some modules are indeed optional depending on your needs. If you do not intend to use the Deutsche Post services, then the deutschepost/* modules can safely be uninstalled.

azngeek commented 3 years ago

No not really. You need to enable a module for example using bin/magento module:enable <module_name>. It is not clear from the documentation which one to enable.

mam08ixo commented 3 years ago

I can only repeat myself: setup:upgrade does enable all installed modules. No need to enable all of them individually.

Having all installed modules enabled is the standard use case (otherwise, why would we ship them?). If you know what you are doing, then it is still fine to disable or uninstall the modules that you are not going to use.