reaction
reaction copied to clipboard
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
## Issue Description There currently is no functionality to resolve cart item images, therefore these are not available in a cart query. ## Background Until v3.5.0 this xform was part...
Hello! Just reading through the code so disregard please if this is somehow guarded by other code but it seems to me that you can apply a discount code created...
## Issue Description Whenever any cart item quantity is changed and cart has discount code applied to it, discount amount is getting broken. The reason for that is that here...
## Issue Description Sending an invitation to already active account clears its already assigned groups ## Steps to Reproduce 1. Sign in as an admin 2. Select a shop 2....
Not so much a bug, but could be a Developer Experience improvement to have some kind of validation around plugins. For example, I was using `graphQl` instead of `graphQL` in...
https://github.com/reactioncommerce/api-core/blob/de2e924ae68247c08f690fbbd3fc9f678f4f45ec/src/util/mongoConnectWithRetry.js#L25 https://scalegrid.io/blog/mongodb-ssl-with-self-signed-certificates-in-node-js/ There is no way now to do the below on reaction. ```js var certFileBuf = fs.readFileSync(); var mongoUrl = 'mongodb://admin:[email protected]:27017/admin?ssl=true'; var options = { replSet: { sslCA: certFileBuf...
It seems there is no protection against a customer applying the same discount code more than once to a cart. So he can receive the same discount multiple times... The...
When a cart that has an applied discount is updated, e.g. an item is added, the discounts are not correctly calculated. Example: - We have a cart with 1 item...
Signed-off-by: Brent Hoover Resolves #6442 #6460 #6461 Impact: **major** Type: **feature** ## Issue The PR stakes out the framework for promotions, and for offer triggers which allow you you create...
Update the README to use the CLI instructions rather than the dev platform