-
Updated
Jun 3, 2022 - PHP
woocommerce
Here are 1,397 public repositories matching this topic...
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
May 28, 2022 - PHP
-
Updated
May 31, 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
Jun 3, 2022 - Shell
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
May 10, 2022
-
Updated
Nov 4, 2021 - PHP
-
Updated
Jun 2, 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
May 19, 2022 - Dart
Describe the bug
There is a need for certain conditions that require me to change the price of the product such as wholesale prices for certain customer roles. And in such conditions, I am hooking the stock price.
When using the Filter Product by Price block, we do not have the authority to change product prices. So in the filter, the prices that come out on min_price and max_price ar
-
Updated
May 11, 2022 - JavaScript
-
Updated
May 26, 2022 - PHP
-
Updated
May 27, 2018 - TypeScript
-
Updated
Jul 26, 2021 - JavaScript
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array.
- components\Cart\CartPage\CartItemsContainer.component.jsx:77
- [components\Checkout\CheckoutForm.component
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Apr 28, 2022 - PHP
This can be an enhancement to #6268.
Steps to reproduce
- Tap Create order
- Add a product with an inventory quantity of over 1000.
Notice that the Order Creation page does not show a comma (or the configured thousand separator).
<img src="https://user-imag
-
Updated
Apr 18, 2018 - JavaScript
-
Updated
Jan 31, 2022 - PHP
Describe the bug
In the empty state view EmptyStateViewController, the action button currently has a fixed width constraint to 228px. This constraint can't be met when the screen width is narrow, and an Auto Layout warning is reproducible with an empty order list. Let's update the Auto Layout constraints of the action button to perhaps use leading/trailing constraints instead of a width c
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 14, 2020 - PHP
-
Updated
May 25, 2022 - PHP
Description:
On websites where multiple menus are present that also have many submenus, it could be a problem for users navigating on the page using the keyboard and TAB button as to go below the main menu they need to click TAB as many items as the number of menus + submenus.
We can make it focus on the arrow instead and only move to the subitems if "Enter" is clicked on the arrow a
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