How to install medma lazy load products magento extension?


  • How to install Medma Lazy Load Products extension?

    • Purchase and Download the package from "My Downloadable Products" page of your account at our website.
    • Unzip the zipped package.
    • Create "Medma" directory in "app/code/" directory through ftp.
    • Create "Lazyloadproducts" directory in "app/code/Medma/" directory through ftp.
    • Copy all files and folders from directory “medma-lazyloadproducts” to server location "app/code/Medma/Lazyloadproducts".
    • Connect to your server through ssh and change to your magento installation root.
    • Execute below commands one by one :-
      1. php bin/magento setup:upgrade
      2. chmod 777 -R var
      3. chmod 777 -R pub
      4. php bin/magento setup:static-content:deploy
      5. chmod 777 -R var
      6. chmod 777 -R pub
    • Navigate to Stores -> Configuration -> General setting -> Enable module. Select 'Yes' to enable the module, 'No' otherwise.
    • Refresh the Cache.
    • That's it.