Hyvä Addon Installation Guide

Follow the steps below for Hyvä installation:

Step 1: Install the main package of the extension.

Step 2: Contact our support team for the Hyvä package.

Raise a support ticket at – https://magecomp.freshdesk.com/

Step 3: Replace & Merge the main package with the Hyvä package.

  • If you have installed the main package manually, then extract the zip files from the below path

{{Magento Root Path}} /app/code/Magecomp/{{Your Extension}}/

  • If you have installed the main package with composer, then extract the zip files from the below path

{{Magento Root Path}} /vendor/magecomp/{{Your Extension}}/

Step 4: Execute the following commands to restore styles.

NOTE - npm must be installed in your system.

php bin/magento hyva:config:generate -f

cd vendor/hyva-themes/magento2-default-theme/web/tailwind

npm run build-prod

Last updated