- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to find all installed paid extensions from backend or front end
Hi,
Hope all of you are keeping safe,
I have received access to a magento 2 install of a friend of mine. The previous development team has installed extensions and configured it. Now they are out of business and we are not able to get the login to extensions portal from where the plugins were bought.
Can you tell me what would be the best way to retrieve this info. I have serve and admin backend. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: how to find all installed paid extensions from backend or front end
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: how to find all installed paid extensions from backend or front end
Hey @aromalcarm216b
you can easily manage third-party module settings in the Magento configuration section.
Stores->Configuration
you can check out this link if you want to buy any module/Extension
https://marketplace.magento.com/extensions.html
https://cedcommerce.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: how to find all installed paid extensions from backend or front end
If you just want to check which extensions have installed in system you can check it in App/config.php.In case if you required login access for extension website.Then you must aware of email which use for account creation.So in this way you can reset the password by forgoting password.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: how to find all installed paid extensions from backend or front end
To check the all third party and Magento extension please go to the below path
app/etc/config.php file here you get all extension that is installed in your Magento, No matter that is enabled or disabled.
Or
you can run the following command on the Magento root directory.
bin/magento module:status
Using the above command you can see all the enabled and disabled extensions.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: how to find all installed paid extensions from backend or front end
Here are some ways that you can find all installed extensions in your Magento store
1. Check the app/etc/config.php File
Open the config.php file located in the app/etc directory of your Magento root folder.
This file lists all installed modules, where you can locate paid extensions from your vendors.
2. Run the Command in the Magento Root Directory
Use the following command:
bin/magento module:status
This will display a list of all enabled and disabled modules, allowing you to cross-check for paid extensions.
3. Check the Magento Admin Panel
Go to Stores > Configuration in your Magento backend.
Look for settings tied to paid extensions, which often appear under the vendor or company name.
If you want to enhance your Magento store with premium features, the BSS Commerce Magento 2 Extension Store offers a comprehensive selection of solutions tailored to various business needs. Explore their range to find powerful tools that optimize functionality, improve user experience, and drive business growth.