How to Get the Hyvä Add-on via Composer
If you've purchased an Aheadworks extension that includes Hyvä support, you can install the Hyvä compatibility add-on manually via Composer.
The process is nearly identical to installing any standard Aheadworks extension.
Where to find your Hyvä add-on package
After completing your purchase and assigning the extension to a project, go to My Projects and Licenses, click the View Licenses link associated with the desired project.

Here, you’ll find:
-
Extension Composer package name
-
Hyvä add-on Composer package name (e.g. aheadworks/module-blog-hyva )
How to install
The Hyvä compatibility add-on will not install automatically, so you should install it manually by adding its package name to your composer.json.
Example:
composer require aheadworks/module-blog-hyva
Note: The Hyvä compatibility add-on is optional and should only be installed if your store is using the Hyvä theme.
Important compatibility note
Following the introduction of Content Security Policy (CSP) in Hyvä Theme, the CSP-compliant add-ons require Hyvä Theme version 1.3.10 or higher.
-
CSP-compliant versions (for Hyvä Theme 1.3.10 and later) are available via the Aheadworks Composer repository.
-
Older versions (for Hyvä Theme 1.3.9 or earlier) remain available on the Hyvä GitLab repository and can still be accessed as before (see the respective user guide for the command line specifications).
Before installing, please verify which version of the Hyvä Theme your store is using to ensure full compatibility.
If you have questions or need help with the installation, reach out to our support team. We're happy to help.