Skip to content
#

commerce

Here are 272 public repositories matching this topic...

grandnode

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).

  • Updated Mar 31, 2022
  • JavaScript

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.

  • Updated Mar 28, 2022
  • JavaScript
jeinfeldt
jeinfeldt commented Feb 10, 2020

Hello friends,

the handling of events has changed since this PR: i-love-flamingo/flamingo-commerce@650f15f

The events ChangedQtyInCartEvent and AddToCartEvent have been adjusted
to match the event handling for deferred events of the ModifyBehaviour.

I would suggest the OrderPlacedEvent is also added as a deferred event in

enhancement good first issue
paulrohrbeck
paulrohrbeck commented Jun 2, 2021

User Story

As a developer, I want the ability to close the Search Bar component by simply changing the CSS class without bugs resulting from the internal toggle() method.

Description & Motivation

Instead of relying on an internal state (this._state.visible), we would like to check against the current CSS class (.searchBar__root_open) of the the search bar root

. The current metho

enhancement good first issue

Improve this page

Add a description, image, and links to the commerce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commerce topic, visit your repo's landing page and select "manage topics."

Learn more