-
Updated
Oct 21, 2020 - Ruby
ecommerce
Here are 3,071 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Python
Update the company query to include company credit and credit history.
Related tickets
https://jira.corp.magento.com/browse/MC-37604
<https://github.com/magento/partners-magento2b2b/pull/247]
[https://github.com/magento/partners-magento2b2b/pull/191]
Devdocs PR: https://jira.corp.magento.com/browse/MC-37625
[https://github.com/magento/devdocs/pull/7984>
What is the motivation for adding / enhancing this feature?
Make VSF1 more stable by writing tests for core/filters with 100% coverage.
What are the acceptance criteria
- 100% coverage in
If multiple products can have the same SKU, updating an order through the WooCommerce API (tested v2, v3 and v4) can unintentionally change products within an order.
To reproduce:
- Add filter to
functions.phpadd_filter( 'wc_product_has_unique_sku', '__return_false' ); - Create
product 1with SKUnon-unique. (product_id example: 1111) - Create
product 2with the same SKU `
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 21, 2020 - C#
-
Updated
Oct 20, 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 21, 2020 - PHP
-
Updated
Oct 16, 2020 - C#
-
Updated
Oct 20, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Oct 21, 2020 - PHP
-
Updated
Oct 21, 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
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 19, 2020 - PHP
-
Updated
Oct 21, 2020 - PHP
-
Updated
Oct 19, 2020 - PHP
-
Updated
Oct 20, 2020 - PHP
-
Updated
Oct 12, 2020 - Java
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,