1b08688ea6
* Fix - #17413 Update the `json_search_products` function to use the `wc_products_array_filter_visible` filter rather then the `wc_products_array_filter_editable` filter Added an additional if condition to the `is_visible` function to check if the product had a parent and it's post status * remove additional comment from code to keep it clean * Reverted filter * Updated the is_visable to check parent product post status using WooCommerce class methods * Updated the `if empty` check to make it is compatible with older versions of php * Removed the empty check infavor of just testing on the returned value Updated the way we are retrieving the partent product object * Moved the `$parent_product` variable assigment out of the if statement. * Applied and tested tregenza patch to updates Checkout Postcode / Zip validation error message * Cleaned up code from testing |
||
---|---|---|
.github | ||
.wordpress-org | ||
apigen | ||
assets | ||
dummy-data | ||
i18n | ||
includes | ||
templates | ||
tests | ||
.babelrc | ||
.codeclimate.yml | ||
.codecov.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.scrutinizer.yml | ||
.stylelintrc | ||
.travis.yml | ||
CHANGELOG.txt | ||
CODE_OF_CONDUCT.md | ||
Gruntfile.js | ||
README.md | ||
apigen.neon | ||
composer.json | ||
composer.lock | ||
license.txt | ||
package.json | ||
phpcs.ruleset.xml | ||
phpunit.xml | ||
readme.txt | ||
uninstall.php | ||
woocommerce.php |
README.md
WooCommerce
Welcome to the WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development. We recommend all developers to follow the WooCommerce development blog to stay up to date about everything happening in the project. You can also follow @DevelopWC on Twitter for the latest development updates.
If you are not a developer, please use the WooCommerce plugin page on WordPress.org.
Documentation
Reporting Security Issues
To disclose a security issue to our team, please submit a report via HackerOne here.
Support
This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core WooCommerce issues only. Support can take place through the appropriate channels:
- The WooCommerce premium support portal for customers who have purchased themes or extensions.
- Our community forum on wp.org which is available for all WooCommerce users.
Support requests in issues on this repository will be closed on sight.
Contributing to WooCommerce
If you have a patch or have stumbled upon an issue with WooCommerce core, you can contribute this back to the code. Please read our contributor guidelines for more information how you can do this.
Contributing new features to the WooCommerce REST API
If you'd like to add a feature to the next version of the REST API, contribute here: https://github.com/woocommerce/wc-api-dev