Skip to content

Highly Customizable Checkout for Magento 2, Headless, React.

License

Notifications You must be signed in to change notification settings

carstendietrich/magento2-hyva-checkout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • HTML 14.8%
  • PHP 5.8%