v1.2.10

How to install extension

  1. Backup your store database and web directory.
  2. Login to SSH console of your server and navigate to root directory of Magento 2 store.
  3. Copy installation instructions from page My Downloadable Products to SSH console and press ENTER.
  4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchAutocomplete for enable extension.
  5. Run command php -f bin/magento setup:upgrade for install extension.
  6. Run command php -f bin/magento cache:clean for clean cache.
  7. Deploy static view files

    rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy