woocommerce
Here are 1,264 public repositories matching this topic...
e2e test is broken
Describe the bug
While reviewing woocommerce/storefront#1833, I noticed that the e2e tests are failing. It turned out that the Storefront theme is no longer activated when running npm run wp-env.
To Reproduce
- Check out the trunk.
- Start Docker Desktop.
- Open the terminal and run
npm run wp-env && npm run test:e2e. - See that the e2e test is br
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Nov 15, 2021 - PHP
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Jul 13, 2021 - PHP
How can we add new orderby enum to existing enum values to ProductsOrderByEnum. i have tried graphql_enum_values filter but no luck.
Selling locations
-
Updated
Sep 12, 2018 - JavaScript
-
Updated
Nov 11, 2021 - Shell
-
Updated
Nov 4, 2021 - PHP
-
Updated
Nov 9, 2021
-
Updated
Nov 14, 2021 - C#
Describe the bug
The remove_item() method in CoCart_Remove_Item_v2_Controller has a wired condition:
if ( 0 === $item_key || $item_key < 1 ) {
$message = __( 'Cart item key is required!', 'cart-rest-api-for-woocommerce' );
...
}This will evaluate to true for some valid item keys.
Prerequisites
- [x]
-
Updated
Apr 2, 2021 - JavaScript
-
Updated
Nov 17, 2021 - Dart
-
Updated
May 27, 2018 - TypeScript
-
Updated
Oct 6, 2021 - PHP
-
Updated
Jul 26, 2021 - JavaScript
Describe the bug
The form for WooCommerce Points and Rewards in the Cart block does not look as before.
To reproduce
Steps to reproduce the behaviour:
- Install WooCommerce Points and Rewards, go to WooCommerce > Points and Rewards and add points to your user.
- Go to WooCommerce > Points and Rewards > Settings and enable "Allow partial redemption"
- Go to Cart and see the inpu
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Oct 27, 2021 - PHP
-
Updated
Apr 18, 2018 - JavaScript
-
Updated
May 27, 2021 - PHP
To Reproduce
Open the app
Move between My Store, Orders, open any order, Products back and forward
Note that sometimes the background color for the tabs bar changes.
Screenshots
Expected behavior
The color of the Tabs
-
Updated
Jan 14, 2020 - PHP
Codacy detected an issue:
Message: Arrow function has a complexity of 13. Maximum allowed is 4.
Occurred on:
- Commit: 64fc565051683ac714b8887bf75a88d92c008396
- File: [components/Header/Hamburger.component.jsx](https://github.com/w3bdesign/nextjs-woocommerce/blob/64fc565051683ac714b888
-
Updated
Nov 16, 2021 - PHP
-
Updated
Aug 11, 2021 - PHP
-
Updated
Mar 14, 2018 - PHP
-
Updated
Aug 20, 2021 - 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."



If usage tracking is not enabled in WooCommerce then the cron event
woocommerce_tracker_send_eventthat is run daily is left with no action.Should the cron event be deleted if usage tracking is disabled?
https://woocommerce.com/usage-tracking/