d73e7e4f9d
* Don't add shipping zone debug message when doing ajax Prevent an issue where the "Customer matched zone" debug message is shown twice after first selecting a shipping method and then changing a product's quantity in cart and clicking Update cart. * Don't pass event object to cart.update_cart Prevent accidentally preserving cart notices when `wc_update_cart` event is triggered on body. If the event object is passed to update_cart() as the first param, it evaluates to true, forcing existing notices to be preserved. * Pass custom arguments to cart.update_cart() Instead of simply not passing the event object, pass any custom arguments, so it's possible to do something like: $( body ).trigger( 'wc_update_cart', true ); to still preserve notices if needed. |
||
---|---|---|
.github | ||
.wordpress-org | ||
apigen | ||
assets | ||
dummy-data | ||
i18n | ||
includes | ||
templates | ||
tests | ||
.babelrc | ||
.codeclimate.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 | ||
phpunit.xml.dist | ||
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're like to add a feature to the next version of the REST API, contribute here: https://github.com/woocommerce/wc-api-dev