-
Updated
May 7, 2022 - PHP
woocommerce
Here are 1,379 public repositories matching this topic...
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Apr 29, 2022 - PHP
-
Updated
Apr 28, 2022 - JavaScript
WP-GraphQL-Woocommerce can't detect the product categories with different term_id
and term_taxonomy_id
IDs in wp_term_taxonomy
table.
By default, the term_id
and term_taxonomy_id
have the same ID value in wp_term_taxonomy
table.
For example:
term_taxonomy
term_taxonomy_id | term_id | taxonomy |
---|---|---|
1 | 1 | product_cat |
-
Updated
Jul 13, 2021 - PHP
-
Updated
May 7, 2022 - Shell
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Apr 5, 2022
-
Updated
Nov 4, 2021 - PHP
-
Updated
Apr 4, 2022 - C#
Eventually the use of NAMESPACES could help with a number of things including packaging the plugin much easier into CoCart Pro and speed for those using PHP 8+
The solution I'd like
Include namespaces on all PHP files that are using a class system. This does not include global functions or template files, just class files.
Example
namespace CoCart\CoCartLite\RestAPI;
`
-
Updated
Mar 29, 2022 - Dart
Is your feature request related to a problem? Please describe.
The classic widget which this block has replaced had the option to display only the children of the current category. The Product Categories block does not have this functionality. Since this is supposed to be a replacement it makes sense to strive for parity between the two.
Describe the solution you'd like
Add an option to
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 27, 2022 - PHP
-
Updated
May 27, 2018 - TypeScript
-
Updated
Jul 26, 2021 - JavaScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Apr 28, 2022 - PHP
-
Updated
Nov 7, 2021 - JavaScript
Similar blocks of code found in 2 locations. Consider refactoring.
-
Updated
Apr 18, 2018 - JavaScript
-
Updated
Jan 31, 2022 - PHP
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 14, 2020 - PHP
-
Updated
May 5, 2022 - PHP
Improve this page
Add a description, image, and links to the woocommerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the woocommerce topic, visit your repo's landing page and select "manage topics."
Describe the bug
If you add a full width element to a site using the latest Storefront theme, 3.3.0, it will show margins on both sides for mobile view.
To Reproduce
Steps to reprod