Product Labels
v2.3.5

How to install the extension

  1. Back up your store database and web directory.
  2. Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
  3. Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
  4. Run the command php -f bin/magento module:enable Mirasvit_Core Mirasvit_CatalogLabel for enable extension.
  5. Run the command php -f bin/magento setup:upgrade to install extension.
  6. Run the 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

Install the extension for Hyva

  1. Run these commands
        composer config repositories.hyva-themes/magento2-mirasvit-catalog-label git [email protected]:hyva-themes/hyva-compat/magento2-mirasvit-catalog-label.git
        composer config repositories.hyva-themes/magento2-mirasvit-core git [email protected]:hyva-themes/hyva-compat/magento2-mirasvit-core.git
        composer require hyva-themes/magento2-mirasvit-catalog-label
  2. Enable installed Hyva modules:
        bin/magento module:enable Hyva_MirasvitCatalogLabel
  3. Update Magento database schema and data with the command:
       bin/magento setup:upgrade
  4. Compile the code of the installed extension:
       cd /path/to/theme/web/tailwind/
       npm run build-prod
  5. Run the command below to deploy static content and clean the cache:
       cd /path/to/project/
       rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*;
       php -f bin/magento setup:static-content:deploy 
       bin/magento cache:flush
  6. Apply required customizations to your theme as described here