PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 23, 2022

[FIXED] How to install extension from Magento 2 official marketplace

 August 23, 2022     magento, magento2, php     No comments   

Issue

Can't find out the right way to install this extension.
example of the extension

Can't find in System > Integrations "Magento Connect Manager". What is the right way to install this and similar extensions?


Solution

provided example is of Magento1.x ( Magento Connect was used )

and you are asking for Magento2,x

https://marketplace.magento.com/extensions.html is the URL for Magento2's Extension

here you need to purchase the extension and after that you will have a download link in your account on sales order history

you need to login in magento admin (System -> Web Setup Wizard :: Component Manager) and login using public & private access key from your magento account.

than after you can sync your purchases into magento installation

or else

you can download and install it manually via command line

for command line installation you need to follow these steps

1) Upload new module to app/code/

2) php bin/magento module:enable EmizenTech_NewModule

3) php bin/magento setup:upgrade

make sure to change namespace of the Module



Answered By - Emizen Tech
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing