Magento 2 Extension Installation Guide

User Registration:

To purchase and download the extension product, you have to register and login. Extension Download: Download the

User Registration
Extension Download:

Download the product on My Downloads page once you have purchased the product.

Extension Download
Transfer Extension to Server :

Once the product downloaded, you have to unzip / extract the file on your system. The uncompressed folder will have a folder called Scriptzol and you need to transfer the Scriptzol folder to your Magento 2 root directory /app/code/.

Transfer Extension to Server
Executing Commands:

After the successful upload to server, need to run the following commands in the Magento 2 root directory with the help of terminal.

  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile
  • php bin/magento setup:static-content:depl oy
Flush Cache:

After the commands running successfully, need to flush the cache in admin panel.

Executing Commands
Check Output:

Then the output can be checked on both frontend and admin panel according to the extension.