Skip to content

Installing the react-checkout with composer

Requirements

  • Magento 2.4.0 CE or newer

Hyvä React Checkout is freely available from the hyva-themes organization on Github: https://github.com/hyva-themes/magento2-react-checkout.

The full documentation for the react-checkout can be found at https://hyva-themes.github.io/magento2-react-checkout/.

Installation

More detailed installation instructions can be found in the documentation linked above.

First, install the package:

composer require hyva-themes/magento2-react-checkout

Next, run bin/magento setup:upgrade from your project’s root.

Finally, enable the Hyvä checkout by running

bin/magento config:set hyva_react_checkout/general/enable 1

In developer mode, you should now be able to see the React Checkout in action on the frontend. A cache flush might be required.

In production mode, bin/magento setup:static-content:deploy is required.