-
Updated
Jul 3, 2021 - Python
ecommerce
Here are 4,089 public repositories matching this topic...
Context
On mobile devices, footer section text should be adjusted to the center, contrary to the desktop where it is adjusted to the left.
Please refer to the screenshot attached.
Expected Behavior
Store name should be adjusted to the center of the footer on mobile devices.
Actual Behavior
The store name is not adjusted to the center of the footer on mobile devices.
Steps
As you might know, Google recently introduced a new ranking factor and that is CLS - Cumulative Layout Shift.
I have done few tests on default magento 2 stores and each of them fails the t
Expected results
Headers should be placed in following order:
- Item
- Description
- Size
- Colour
- Quantity
- Amount
Actual result
Headers are placed in following order:
- Item
- Description
- Colour
- Size
- Quantity
- Amount
(Size and Colour headers do not match the data below)
Screenshots
!payment_incorrect_headers.png|width=91.66666666666666%!
In the new comment list page, We can now filter comment based on its type.
Please add a way to filter only woocommerce review.
Here's the sample code:
add_filter('admin_comment_types_dropdown', 'add_comment_type' );
function add_comment_type($args) {
$args['review'] = __('Woocomerce Review', 'woocommerce');
return $args;
}
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
Jun 30, 2021 - C#
Is your feature request related to a problem?
To help the users better fill the stock labels and the delivery times fields, we should add a placeholder for each field of the product settings page
Describe the solution you'd like
Add the following placeholders:
- Label of in-stock products: "In stock" in Admin.Shopparameters.Help
- Label of out-of-stock products with allowed
The same translations of the English terms in address book's dropdown list of titles are causing confusion in other languages.
The original choices in English:
are being translated to a same term: Miss/Mrs/Ms turns Frau/Frau/Frau in German or Mlle/Mme/
-
Updated
Jul 2, 2021 - PHP
Right now the wishlist page shows "Your wishlist is empty" before showing your wishlist items, that should be a loading state instead.
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
Jul 2, 2021 - PHP
-
Updated
May 22, 2021 - C#
-
Updated
Jul 1, 2021 - TypeScript
-
Updated
Jun 28, 2021 - C#
-
Updated
Jul 2, 2021 - PHP
-
Updated
Jul 2, 2021 - PHP
-
Updated
May 28, 2021 - JavaScript
-
Updated
May 11, 2021 - Dart
-
Updated
Jun 26, 2021 - PHP
-
Updated
Jul 1, 2021 - PHP
-
Updated
May 26, 2021 - JavaScript
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
Describe the bug
Our form example should have native select - SfSelect. There is SfComponentSelect right now.
How to reproduce
Steps to reproduce the behavior:
- Go to Form
- See select
-
Updated
Jul 2, 2021 - Python
-
Updated
May 27, 2021 - TypeScript
-
Updated
Jul 1, 2021 - 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."
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.