Skip to content
#

commerce

Here are 174 public repositories matching this topic...

CristianCucunuba
CristianCucunuba commented Mar 11, 2020

Prerequisites

  • Are you running the latest version?
  • Are you able to consistently reproduce the issue?
  • Did you search the issue queue for existing issue?

Issue Description

The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,

saleor
purpledot
purpledot commented Jan 27, 2020

What I'm trying to achieve

Create checkout with a checkout line.

Steps to reproduce the problem

  1. checkout = Checkout.objects.create(...)
  2. checkout.lines.create(...) or CheckoutLine.objects.create(checkout=checkout, ...)

OR

  1. checkout = Checkout.objects.create(...)
  2. if checkout: pass

What I expected to happen

Database insertion without additional coun

vue-storefront
aldeed
aldeed commented Jan 30, 2020

Type: minor

Describe the bug
After adding a new account address, the screen goes blank you appear to be logged out, but when you refresh the page, the address is there and you are still logged in.

To Reproduce
Steps to reproduce the behavior:

  1. Go to storefront
  2. Log in
  3. Click user name in upper right > Profile
  4. Add a new address.
  5. When you submit the form, see the
JustMe69
JustMe69 commented Apr 1, 2020
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

In the docs are some events listed which should be available on cart. But they are not available in V2.1
i.e coreshop.cart.item_add_post was removed in 2.1

The docs should be corrected so that only existing events are listed and missin

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).

  • Updated Jul 13, 2020
  • JavaScript

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

You can’t perform that action at this time.