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.

My Downloadable Products

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.

(S)FTP filezilla screenshot

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.