-
Updated
Oct 15, 2020 - Ruby
ecommerce
Here are 3,046 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Python
Updating a category through the REST API will uncheck "Use Default Value" on a bunch of attributes
Preconditions (*)
- using Magento 2.4
- Mysql 8.0
- php-fpm 7.4
- nginx 1.18
- require 1 website with more than 1 store view
- Create some sub categories under default category at default store
- Using Admin token
Steps to reproduce (*)
Call REST API with below script, replace the parameter for your own environment
curl --location --request PUT 'https://{your domain}/re
What is the motivation for adding / enhancing this feature?
We should not load vue-lazyload in core file, because:
- we can't change vue-lazyload options (for example I can't add path for loading or error state images)
- we don't have alternative (for example in capybara
Remove old setup wizard component from e2e utils since the old set up wizard had been fully removed from WooCommerce.
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
Oct 15, 2020 - C#
Currently, non-public products are not easy to identify in the dashboard list views - there is nothing to distinguish them from public products and you have to view the edit form to determine whether the item is public or not.
I think it would be useful to have a column in the table to indicate whether the product is active. Same applies for categories.
-
Updated
Oct 14, 2020 - PHP
The calculator should always return a BigDecimal, but that's not always the case.
For example the flat_rate calculator return 0 as Integer on the else branch.
If the calculator returns a type other than BigDecimal a warning will be issued by the adjustment action for the promotions,
for example
-
Updated
Oct 15, 2020 - PHP
-
Updated
Sep 27, 2020 - C#
-
Updated
Oct 15, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 15, 2020 - PHP
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
Describe the bug
SfProductCardHorizontal - size and color are currently SfProperty but on designs they look like SfSelect.
How to reproduce
See SfProductCardHorizontal on Storybook layout. Size and color are not select inputs.
Expected behavior
There should be select input for size and color.
Change SfProperty to SfSelect on Storybook stories.
Screenshots
on Fig
-
Updated
Oct 15, 2020 - Python
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Oct 16, 2020 - PHP
-
Updated
Oct 15, 2020 - PHP
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 12, 2020 - PHP
-
Updated
Sep 13, 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."

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,