Skip to content
#

cart

Here are 431 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

awesome-decision-tree-papers
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
sapper-ecommerce

Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, 1 command deploy to production, Open Source, MIT license. Join us as contributor (support@codenx.com)

  • Updated May 2, 2020
  • HTML
elliot-sawyer
elliot-sawyer commented Nov 25, 2019

I'm trying to generate a static version of the documentation, which appears to have been set up for daux. However, daux generate no longer builds the docs. At first due to missing files, but then due to a missing theme. Does the config.json file need to be updated? Or is there a specific version of the daux tool that I can use?

Happy to build out a PR to fix, just making sure I haven't miss

noelc10
noelc10 commented Mar 9, 2020

Is there any way to tweak settings forms on admin page like adding a custom field on existing settings form?

My goal is to tweak the app logo together with updating the app name via the settings page.

Hoping for the quick response.

Thanks.

UPDATE
I tried the approach on these docs: [https://vanilo.io/docs/1.1/settings#adding-setting-to-the-ui](https://vanilo.io/docs/1.1/settings#

Improve this page

Add a description, image, and links to the cart 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 cart topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.