Yes. Hyvä works with Adobe Commerce and Adobe Commerce Cloud because it’s built on the same Magento 2 codebase. For core catalog and checkout it behaves like any Magento theme, but Adobe Commerce-specific storefront features usually require Hyvä Enterprise to provide full compatibility (B2B Suite, Gift Cards, Rewards, etc.).
How does Hyvä work with Adobe Commerce?
Adobe Commerce (formerly Magento Commerce) and Magento Open Source share the same Magento 2 core codebase. Hyvä is simply a modern frontend theme on top of that core, so it can power both Magento Open Source and Adobe Commerce stores, including Adobe Commerce Cloud deployments.
- Hyvä Theme / Hyvä Commerce replaces the Luma frontend with a TailwindCSS + Alpine.js stack, but leaves Adobe Commerce backend features untouched.
-
Adobe Commerce and Adobe Commerce Cloud are supported; Hyvä even documents Cloud-specific deployment
requirements, such as handling the
hyva-themes.jsonconfig file. - Hyvä Commerce suite (Theme, UI, Checkout, extras) is explicitly positioned as a solution for both Magento Open Source and Adobe Commerce.
In practice, “Does Hyvä work with Adobe Commerce?” is almost always “yes”—the main nuance is which Adobe Commerce-only features you need on the storefront and whether Hyvä Enterprise is installed to support them.
When do you need Hyvä Enterprise on Adobe Commerce?
Hyvä Theme alone can power a lot of Adobe Commerce stores, especially those using mainly “Open Source-like” catalog and checkout flows. Hyvä Enterprise is the additional layer that provides compatibility for key Adobe Commerce-only features.
Features that typically need Hyvä Enterprise
- Adobe Commerce B2B Suite (company accounts, shared catalogs, quotes, requisition lists, etc.).
- Gift Cards (virtual/physical, code redemption UIs on the storefront).
- Rewards & Loyalty Points storefront components.
- Adobe Commerce Sensei-powered product recommendations and search widgets exposed in the frontend.
Hyvä Enterprise ships compatibility modules and UI components that plug these Commerce storefront features into the Hyvä stack while preserving performance benefits. Without Enterprise, the backend features still exist, but some storefront UIs may not render correctly.
Steps to run Hyvä on Adobe Commerce or Adobe Commerce Cloud
Here’s a pragmatic process to get Hyvä running on Adobe Commerce. This assumes Magento 2.4.x and SSH access to your environment (on-prem or Cloud).
-
Confirm your Adobe Commerce tech stack
Verify you’re on a supported Magento 2.4.x version and note if you are using Adobe Commerce Cloud (PaaS) or an on-premise deployment. Adobe Commerce Cloud adds a few deployment constraints. -
Install Hyvä Theme / Hyvä Commerce via Composer
Add the Hyvä repositories and require the theme packages. If you plan to use Commerce-specific features, also plan for Hyvä Enterprise during this phase. -
Generate and commit
hyva-themes.json(Cloud only)
On Adobe Commerce Cloud, generate theapp/etc/hyva-themes.jsonafter Magento is installed, then commit it. Without this file present during the build, Hyvä styles will not compile correctly. -
Enable Hyvä as your storefront theme
From the admin, switch the default theme to Hyvä. Then deploy static content and clear caches so storefront templates and assets are rebuilt. -
Add Hyvä Enterprise if you use B2B or Commerce features
For stores using B2B Suite, Gift Cards, Rewards, or Sensei, install Hyvä Enterprise and configure its compatibility modules to cover the relevant features. -
Test key storefront and B2B flows
Validate category, product, cart, checkout, login, account area, and all B2B journeys (quotes, company accounts, etc.) on staging before promoting to production.
Typical CLI sequence for Adobe Commerce + Hyvä
Adjust repository and package names to the values provided by Hyvä. Run this in a non-production environment first.
# From your Adobe Commerce project root
# 1) Add Hyvä repositories (example placeholder)
composer config repositories.hyva-theme composer "https://repo.hyva.io/"
# 2) Require Hyvä Theme or Hyvä Commerce
composer require hyva-themes/magento2-theme
# 3) (Optional) Require Hyvä Enterprise for B2B / Commerce features
composer require hyva-themes/magento2-hyva-enterprise
# 4) Magento upgrade, DI compile and deploy static content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
# 5) Flush caches
bin/magento cache:flush
The exact package names and repository URLs may differ. Always follow the latest instructions from the official Hyvä documentation or your license portal.
- Never switch your live Adobe Commerce store to a new theme without staging tests.
- Keep full database and file backups before theme changes or Enterprise installs.
- Coordinate with your Adobe Commerce Cloud deployment schedule to avoid mid-deploy surprises.
Notes: versions, licensing, and B2B behavior
1. Magento versions and compatibility
- Hyvä targets modern Magento 2.4.x releases, which are used by both Magento Open Source and Adobe Commerce. Always confirm version support in Hyvä’s docs before upgrading.
- Some third-party Commerce extensions will also need Hyvä compatibility modules, just as on Open Source builds.
2. Licensing and “Hyvä is now open source”
- As of November 2025, Hyvä Theme itself is open source and free, usable on Magento Open Source and Adobe Commerce.
- Commercial offerings like Hyvä Commerce, Hyvä Checkout, and Hyvä Enterprise are still licensed products with their own terms.
- Adobe Commerce itself remains a separately licensed platform; Hyvä does not change your Adobe licensing model.
3. B2B, Page Builder, and Sensei specifics
- Hyvä supports Magento Page Builder; on Adobe Commerce you can still create rich content. Some blocks may need Tailwind adjustment or Hyvä UI components for pixel-perfect layouts.
- B2B storefront UIs (quotes, negotiated pricing, requisition lists) are usually implemented via Hyvä Enterprise components. Without them, backend B2B logic exists but the storefront UX may not be wired into Hyvä correctly.
- Adobe Sensei recommendations and search widgets can be integrated into Hyvä’s frontend, but may require Enterprise and/or custom compatibility work depending on your setup.
Verification checklist: is your Adobe Commerce store really “Hyvä-ready”?
Use this checklist after you’ve installed Hyvä on Adobe Commerce (and optionally Hyvä Enterprise):
- Theme active: Hyvä is the selected storefront theme; Luma is disabled or unused.
-
Cloud builds clean: On Adobe Commerce Cloud, build logs show successful Hyvä stylesheet compilation and
no missing
hyva-themes.jsonwarnings. - Core storefront flows OK: category, product, cart, checkout, search, and account pages all load without errors.
- Commerce/B2B features visible: if you use B2B Suite, Gift Cards, Rewards, or Sensei, the related storefront widgets and actions work correctly with Hyvä Enterprise enabled.
- Performance gains: Lighthouse/PageSpeed scores (especially LCP and TBT) are significantly improved versus Luma.
- No layout or JS conflicts: third-party extensions integrated into Adobe Commerce do not break Hyvä’s layout or cause console errors.
FAQs: Hyvä and Adobe Commerce
Does Hyvä work with Adobe Commerce Cloud as well as on-prem?
Yes. Hyvä works on both Adobe Commerce Cloud and on-premise deployments. On Cloud, you just need to ensure the
app/etc/hyva-themes.json file is generated and committed so Cloud builds can compile the styles correctly.
Do I have to use Hyvä Enterprise if I’m on Adobe Commerce?
Not automatically. If your Adobe Commerce usage is close to “Open Source plus a few extras,” Hyvä Theme alone may be enough. You’ll want Hyvä Enterprise specifically when you depend on B2B Suite, Gift Cards, Rewards, or other Commerce-exclusive storefront features.
Is there any difference in how Hyvä behaves on Open Source vs Adobe Commerce?
The core Hyvä frontend behaves the same on both because it uses the same Magento 2 base. The difference is that Adobe Commerce has extra modules (B2B, loyalty, etc.) which may need Hyvä Enterprise or specific compatibility modules to be fully visible and styled.
Does Hyvä limit what I can do with Adobe Commerce extensions?
No, but frontend-heavy extensions may need compatibility modules or refactoring to the Hyvä stack. Many vendors and agencies already ship Hyvä-ready versions of their Adobe Commerce extensions, and Hyvä Enterprise covers a lot of Commerce’s own features.
Has Hyvä becoming open source changed anything for Adobe Commerce users?
The main change is that Hyvä Theme itself is now free and open source, so you no longer pay a theme license per Adobe Commerce instance. You still need valid Adobe Commerce licensing, and commercial Hyvä products like Hyvä Enterprise remain paid offerings.
Need help running Hyvä on Adobe Commerce or Cloud?
Hyvä can transform Adobe Commerce performance, but getting theme setup, Enterprise features, and third-party extensions aligned takes careful planning—especially on Cloud and B2B builds.
- Review of your Adobe Commerce / Cloud architecture and version.
- Hyvä vs Hyvä Enterprise fit analysis for your B2B and Commerce-only features.
- Safe rollout plan (staging, Cloud pipelines, monitoring) to avoid downtime.
- Extension and widget compatibility audit for a clean, fast storefront.
