Skip to content

Overview

Hyvä Enterprise is a stand-alone commercial product, currently available through an Early Access program.

What is Early Access? Can I join?

Early Access is your chance to be an early adopter of Hyvä Enterprise - find out more on our Early Access page.

You can join Early Access if you already own a Hyvä Theme license!

A Hyvä Enterprise license can be purchased at https://www.hyva.io/hyva-enterprise.html.

Hyvä Enterprise provides compatibility with Adobe Commerce, the B2B suite add-on and Sensei services (Live Search / Product Recommendations) for Hyvä Themes (and in future Hyvä Checkout also).

Hyvä Enterprise is sold as a single product (i.e. one license) via a yearly subscription, but is split into 3 areas:

  • Commerce - all base Adobe Commerce functionality
  • B2B - all features from the B2B Suite
  • Sensei - Live Search and Product Recommendations

For more details, including pricing, subscription options and FAQs, see https://www.hyva.io/hyva-enterprise.html.

Documentation status

The Hyvä Enterprise documentation is still being completed. Please check back frequently.
If you have any questions, please reach out in the #hyva-enterprise Slack channel.

Compatibility status

You can keep up to date on the status for all our Hyvä Enterprise offerings via our feature matrix (for a high level overview), or on our module compatibility tracker (for granular status per module, page and function):

Feature Matrix: https://www.hyva.io/hyva-enterprise-feature-matrix

Module Compatibility Tracker:

Hyvä Enterprise for Hyvä Checkout

For now, initial efforts (and therefore this documentation also) are focused on compatibility with Hyvä Themes. Hyvä Checkout will follow later.

System requirements

  • Adobe Commerce 2.4.4 or higher

    Current early access implementation is based on 2.4.6. Thorough testing has not yet been undertaken for 2.4.4/2.4.5, and therefore, some issues may arise.

  • Hyvä Themes 1.3.2 or newer
  • PHP 7.4 or newer

See here for Adobe Commerce and the default Hyvä Theme and Hyvä Theme module release notes.

B2B Suite

Note: the below steps are only required if you are utilising Adobe Commerce's B2B Suite.

  • magento/extension-b2b 1.3.5 or higher (1.4.0 or higher recommended)

    Current early access implementation is based on 1.4.x. Thorough testing has not yet been undertaken for 1.3.x, and therefore, some issues may arise.

Please ensure you have followed Adobe's recommended installation and configuration guides.

See here for release notes.

Adobe Sensei

Note: the below steps are only required if you are utilising Adobe's Sensei services.

  • magento/live-search 3.0.0 or higher

Please ensure you have followed Adobe's recommended installation and configuration guides.

See here for release notes.

Product Recommendations

  • magento/product-recommendations 5.0.0 or higher
  • magento/module-page-builder-product-recommendations 2.0.0 or higher
  • magento/module-visual-product-recommendations 2.0.0 or higher

Please ensure you have followed Adobe's recommended installation and configuration guides.

See here for release notes.

Installation

Hyvä Enterprise consists of 3 metapackages which can be installed via your Hyvä packagist.com license key.

Both B2B and Sensei require (depend) on the base Commerce package

  1. Run the command

    composer require hyva-themes/magento2-hyva-enterprise-commerce
    
    To add B2B, run
    composer require hyva-themes/magento2-hyva-enterprise-b2b
    
    To add Sensei, run
    composer require hyva-themes/magento2-hyva-enterprise-sensei
    

  2. Run the command

    bin/magento setup:upgrade
    

  3. Execute tailwind to generate the styles for all compatibility modules, replacing
    vendor/hyva-themes/magento2-default-theme/web/tailwind/ with the path to your theme's web/tailwind folder:

    npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
    npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
    

Providing feedback & getting help

While the status of modules is managed via our Compatibility Tracker, bugs and feedback should be raised directly on the affected module or package in GitLab via the repositories 'Issues' section.

Merge Requests for bugs you've found (or enhancements) are also welcome, but should be accompanied by a linked issue (you may also need to request the relevant access in order to create a merge request).

For general help, guidance and assistance please reach out in the #hyva-enterprise Slack channel.

Getting started with development & contributions

Extending, customising and contributing to Hyvä Enterprise follows the same process and guidelines as working with Hyvä Themes compatibility modules. For more details, see our Compatibility Modules guide.

How can I contribute / get access to the repos?

Currently, the only way to access the repos in GitLab is by purchasing a Hyvä Enterprise license. While we are not actively looking for contributions, due to building this solution ourselves in-house, please reach out in the #hyva-enterprise Slack channel if you're interested in contributing features for some or all of a particular module.