ecommerce
Here are 3,666 public repositories matching this topic...
https://leapgraph.com/graphql-api-security
This article mentions several add-on packages that Reaction may want to use. This issue is simply to investigate whether these vulnerabilities are present and try adding the packages to solve them.
-
Updated
Mar 23, 2021 - Python
What is the motivation for adding / enhancing this feature?
Write Unit tests for HTTP2 Server Push Module (you can find it on develop branch)
What are the acceptance criteria
- Unit tests for
Is your feature request related to a problem? Please describe.
All our product names are set in UPPERCASE using CSS with text-transform: uppercase;. This works great except for the overview table on the checkout page, see
and also not for the order items
Sylius version affected: v1.4.4
Description
Sylius says the category is used and cannot be removed, when we try to remove an empty category.
We figured out that we had some products with the taxon as "Main Taxon".
Steps to reproduce
- Add a taxon, keep it empty of products.
- Update a product to use the newly created taxon as Main taxon.
- Try to remove the taxo
-
Updated
Mar 23, 2021 - C#
Describe the bug
After disabling the feature Stock Management in BO, when I try to create an Order from BO, the qty_in_stock label is still displayed.
Expected behavior
the qty_in_stock label is hidden.
Steps to Reproduce
Steps to reproduce the behavior:
- BO>CONFIGURE>Product Settings
- Scroll down to Products stock block
- Disable th
-
Updated
Mar 22, 2021 - PHP
A while ago, we converted API controller specs into requests specs, see #2052. But those specs still have references from their old "life" that we can clean a little bit with a small effort.
In fact, their filenames still have the _controller_ part, which makes no sense now. Eg. solidus/api/spec/requests/spree/api/addresses_controller_spec.rb
Also, they contain references to the previo
-
Updated
Mar 23, 2021 - PHP
Currently the folder framework/commerce has the core schema types that must be used by every provider. Currently only some types are available: https://github.com/vercel/commerce/blob/master/framework/commerce/types.ts#L10-L92
MIssing core types should be included there too so we can stop using any in different places on the UI. The task is to replace the types that have a TODO with a pro
-
Updated
Mar 24, 2021 - C#
-
Updated
Mar 9, 2021 - C#
-
Updated
Mar 23, 2021 - PHP
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 23, 2021 - PHP
-
Updated
Mar 8, 2021 - JavaScript
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Mar 17, 2021 - PHP
-
Updated
Mar 22, 2021 - PHP
-
Updated
Mar 6, 2021 - Dart
-
Updated
Mar 24, 2021 - Python
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Dec 11, 2020 - PHP
Improve this page
Add a description, image, and links to the ecommerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecommerce topic, visit your repo's landing page and select "manage topics."

This is the continuation of spree/spree#10849. We still have some jQuery dependant code in the
spree_frontendapp/assets/javascript directory which we will need to rewrite to pure JS. There's no rationale for using jQuery anymore as all of the features are available in pure JS.