storefront
Here are 79 public repositories matching this topic...
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)
OR
checkout = Checkout.objects.create(...)if checkout: pass
What I expected to happen
Database insertion without additional coun
After solidusio/solidus#3552 was merged, it may be a good time to upgrade our integration feature tests to system tests.
Hopefully, the test suite execution time may even improve, as with system tests we don't need to use thedatabase_cleaner gem anymore.
This post may help: https://medium.com/table-xi/a-quick-guide-to-rails-system-tests-in-rspec-b6e9e8a8b5f6
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
May 29, 2020 - PHP
-
Updated
Jun 3, 2020 - TypeScript
In WooCommerce Blocks 2.5 we added the All Products block, which allows adding inner blocks to the product grids. However, the current Storefront styles assume all <img> elements would be used for the product main image and were given a style based on the img selector instead of using .wc-block-grid__product-image or .wc-block-grid__product-image img.
To Reproduce
Steps to reprodu
-
Updated
Apr 27, 2020 - HTML
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:
- Go to storefront
- Log in
- Click user name in upper right > Profile
- Add a new address.
- When you submit the form, see the
-
Updated
Mar 11, 2018 - TypeScript
Hello pwa-studio developers , I want a simple release production documentation. For example, execute the package.json script. thank you
Expected behavior
Everyone should use the same autorest package version and the correct version should be stated in the !readme.txt.
Actual behavior
Outdated autorest package version is mentioned.
-
Updated
May 17, 2019 - Java
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
May 26, 2020 - JavaScript
-
Updated
Mar 4, 2020 - C#
-
Updated
Jun 2, 2020 - Vue
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Apr 10, 2020
-
Updated
Apr 16, 2020 - TypeScript
In the following dialog, "Let's start!" link points to "/admin". It should get a link from api connection string instead and ideally should point to dialog creating a new store.
Step 1: Are you in the right place?
- For issues or feature requests related to the code in this repository file a Github issue.
- For issues relating to EP-Commerce, or Cloud Ops in relation to the reference store please Open a Support ticket.
In Storybook the chat component does not render anything.
Step 2: Describe your environment
Issues submitted without
-
Updated
Sep 24, 2019 - CSS
-
Updated
Jun 3, 2020 - HTML
LTS policy
Write about LTS compliance, current and scheduled next major versions (if any).
Base UI docs
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Oct 21, 2018 - PHP
Improve this page
Add a description, image, and links to the storefront topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the storefront topic, visit your repo's landing page and select "manage topics."




Prerequisites
Issue Description
The
descriptionfield 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,