Table of Contents & Menu
Navigation

6. Compatibility Modules

Modules built for Magento's Luma or Blank themes require a Compatibility Module to work with Hyvä. These modules re-implement parts that don't function out-of-the-box in a Hyvä storefront.

The effort to create a compatibility module varies but is generally straightforward.

Find available compatibility modules and their status on the Compatibility Module Tracker.

Compat Module Development Videos

Prefer videos? This tutorial series covers the entire compatibility module creation process, from development environment setup to completion.

Making Existing Modules Hyvä-Compatible

To make an existing module Hyvä-compatible (without creating a new compatibility module), you must register it for inclusion in `hyva-themes.json`. Details are in the Registering a module for inclusion in `hyva-themes.json` section.

For a detailed guide on making existing modules compatible, refer to the Making Existing Modules Hyvä-Compatible section in our Getting Started documentation.