What is Magento Marketplace?
How to install a module?
• Installation is fairly straightforward.
• If using composer, add the module into composer:
• composer requires vendor/module
• Then:
• bin/magento module:enable vendor_module
• bin/magento setup:upgrade
• bin/magento setup:di:compile
• QA the website to ensure that everything works as expected.
• Deploy to product and retest to ensure that everything still works as expected.
Differences between Magento 1 Marketplace and Magento 2 Marketplace.
Where can a merchant find Magento 2 extensions?
* Recommended: Magento Marketplace
What are the two ways of installing an extension in Magento 2?
* Manually
How can a Magento 2 Admin user disable an extension using Admin functionality?
When is a customization required?
* When a quality module that meets the needs is not available. Then you write your own customization.