We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
How to Install Magento Extension by Fs20 Studio
As you might have understood from the title of this article, we will provide instructions on how to install extensions developed by Fs20 Studio. So let's get to it!
Step one: Download the extension.
Once you have purchased an extension, it will become available for download from your account. Log in to your account and go to the My Downloadable Products. Pick up the extension you want to install and click download icon.

Step two: Upload files to a server.
Extract files from the package on your local computer. Connect to the server using SSH or (S)FTP, navigate to your Magento 2 root directory, and upload the app folder to the root directory of the website.

Step three: Run deploy commands.
To complete the installation process, you would need to run the following commands:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Step four: Verify installation
Check that extension is enabled in the admin panel. If so, enable it and verify the functionality on the frontend.
In case of any issues, feel free to contact us.