carstendietrich / magento2-hyva-checkout

Highly Customizable Checkout for Magento 2, Headless, React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyvä Themes - Hyvä Checkout

Hyvä Themes

hyva-themes/magento2-hyva-checkout

Supported Magento Versions

This module contains a ReactApp that can be used to build a Headless Magento checkout.

Compatible with Magento 2.3.4 and higher.

What does it do?

It loads a React Checkout at [store-url]/hyva/checkout. When enabled in hyva_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 of default Magento frontend, hyva-themes/magento2-graphql-tokens is needed to add these tokens to the customerSections.

Installation

  1. Install via composer
    composer config repositories.hyva-themes/magento2-hyva-checkout git git@github.com:hyva-themes/magento2-hyva-checkout.git
    composer require hyva-themes/magento2-hyva-checkout
    
  2. Enable module
    bin/magento setup:upgrade
    

Configuration

In the Magento Backend Configuration:

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

The configutation path is hyva_checkout/general/enable

More documentation coming soon

Read more at https://hyva.io/

Credits

License

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

About

Highly Customizable Checkout for Magento 2, Headless, React.

License:MIT License


Languages

Language:JavaScript 79.4%Language:HTML 14.8%Language:PHP 5.8%