hyva-themes / magento2-react-checkout

hyva-themes/magento2-react-checkout

  • Hyvä Themes BV
magento2-module Compatibility: 2.4.7 Code Quality: Fail Tests: N/A Security: Pass BSD-3-Clause

Hyvä Themes - React Checkout

A Highly Customizable Checkout for Magento 2, Built with React.

Hyvä Themes

friends-of-hyva/magento2-react-checkout

Supported Magento Versions

Compatible with Magento 2.3.4 and higher.

Documentation

You can find the documentation here: https://friends-of-hyva.github.io/magento2-react-checkout/

What does it do?

It loads a React Checkout at [store-url]/hyvareactcheckout/reactcheckout. When enabled in hyva_react_checkout/general/enable it replaces the default checkout.

It depends on these two variables in localstorage:

  • signin_token to the customer section
  • cartId to the cart section

For Hyvä Themes or default Magento frontend, hyva-themes/magento2-graphql-tokens is needed to add these tokens to the customerSections.

Installation

Please note: this checkout is not intended to be installed as plug-and-play. It should be considered as a toolbox to build your own checkout based on your needs. A developer with ReactJS knowledge will be required.

Ideally, you would use this checkout with your own version of this module: https://github.com/friends-of-hyva/magento2-react-checkout-example
The Checkout Example uses an extension mechanism that allows you to build your own checkout based on this repo.

If you want to install the checkout as a demo or just try it out, install it directly as follows:

  1. Install via composer

    Via Packagist:

    composer require hyva-themes/magento2-react-checkout
    

    Via Github:

    composer config repositories.hyva-themes/magento2-react-checkout git [email protected]:friends-of-hyva/magento2-react-checkout.git
    composer require hyva-themes/magento2-react-checkout
    
  2. Enable module

    bin/magento setup:upgrade
    

To fully customize the checkout to your needs, either clone this repo, or use https://github.com/friends-of-hyva/magento2-react-checkout-example.

Read the full documentation here: https://friends-of-hyva.github.io/magento2-react-checkout/

Configuration

In the Magento Backend Configuration:

HYVA THEMES->React Checkout->General Settings->Enable

The configuration path is hyva_react_checkout/general/enable

Credits

This Checkout has been built in corporation - and with the support of - our main partner, integer_net.

integer_net GmbH

In particular, Rajeev K Tomy has been a monumental in the development of this Checkout.

License

The MIT License (MIT). Please see License File for more information.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.1.4 stable Fail Magento 2.4.7 Details 2026-03-09 11:46:38
1.1.3 stable Not tested Not yet tested Details 2023-05-25 13:31:11
1.1.2 stable Not tested Not yet tested Details 2022-09-21 03:34:00
1.1.1 stable Not tested Not yet tested Details 2022-07-08 14:04:19
1.1.0 stable Not tested Not yet tested Details 2022-06-16 07:55:14
1.0.8 stable Not tested Not yet tested Details 2022-04-10 17:17:22
1.0.7 stable Not tested Not yet tested Details 2022-04-06 15:24:41
1.0.6 stable Not tested Not yet tested Details 2022-02-14 13:10:56
1.0.5 stable Not tested Not yet tested Details 2022-02-03 04:53:51
1.0.4 stable Not tested Not yet tested Details 2022-02-01 06:09:11
1.0.3 stable Not tested Not yet tested Details 2022-01-14 06:19:37
1.0.2 stable Not tested Not yet tested Details 2021-12-23 09:00:33
1.0.1 stable Not tested Not yet tested Details 2021-12-22 16:37:00
1.0.0 stable Not tested Not yet tested Details 2021-12-22 12:56:35
1.0.0-rc4 RC Not tested Not yet tested Details 2021-12-16 04:35:25
1.0.0-rc3 RC Not tested Not yet tested Details 2021-11-08 14:09:30
1.0.0-rc2 RC Not tested Not yet tested Details 2021-09-16 08:37:18
1.0.0-rc RC Not tested Not yet tested Details 2021-09-14 13:05:32
0.1 stable Not tested Not yet tested Details 2021-01-13 14:21:40

Requires 5

Package Constraint
hyva-themes/magento2-graphql-tokens ^1.0
magento/framework *
magento/module-catalog >=103.0.0
magento/module-checkout >=100.3.0
magento/module-customer >=102.0.0

Suggests 1

Package Reason
hyva-themes/magento2-graphql-tokens *

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Fail di error
2.4.9 Fail di error Fail di error

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 10 1 error, 9 warnings (ruleset: Magento2) — 9 auto-fixable with phpcbf
PHPMD Warning 1 1 rule violation (MissingImport:1)
Cpd Pass 0
Composer validate Info 4 valid; 4 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 4 4
2.4.8 4 4
2.4.9 4 4

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
BSD-3-Clause
Authors

More from hyva-themes

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.