A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
claudiosmweb 6a0d5ebf0c Fixed number of processing orders display
Reported in
http://wordpress.org/support/topic/number-of-processing-orders-missing-from-left-panel

Cannot use wc_get_order_type() before wc_register_order_type()

@mikejolley
2014-09-15 23:32:34 -03:00
apigen fixed the access permissions 2014-09-01 12:44:51 -03:00
assets Added settings sub title styling 2014-09-15 17:47:01 +02:00
dummy-data Get rid of anything shop_order_status related 2014-05-30 17:45:11 +01:00
i18n Merge pull request #6246 from michaeltieso/master 2014-09-15 09:46:38 +01:00
includes Fixed number of processing orders display 2014-09-15 23:32:34 -03:00
templates Update template version in form-shipping 2014-09-12 14:28:57 +01:00
tests Update unit tests to match log directory change. 2014-09-11 00:11:51 +01:00
.coveralls.yml Add coveralls.io for tracking test coverage 2014-09-07 14:53:33 -04:00
.editorconfig Improved .editorconfig for *.json and *.md 2014-09-03 00:26:43 +05:45
.gitignore [#3176] Clean up gitignore 2014-09-01 02:00:12 -04:00
.jshintrc added .jshintrc file 2014-08-04 11:18:15 -03:00
.scrutinizer.yml Add scrutinizer config 2014-09-07 14:50:09 -04:00
.travis.yml Add coveralls.io for tracking test coverage 2014-09-07 14:53:33 -04:00
CONTRIBUTING.md Change the place of [WordPress Coding Standards] 2014-08-18 13:16:13 -04:30
Gruntfile.js exclude api dir from docgen 2014-09-10 15:08:54 +01:00
README.md Update support links and read me versions/text 2014-09-08 16:19:25 +01:00
license.txt Line endings. Closes #1065. 2012-05-26 17:25:07 +01:00
package.json Bump versions 2014-09-10 23:57:13 +01:00
phpunit.xml [#3176] Add unit test boostrap 2014-09-01 02:03:52 -04:00
phpunit.xml.dist Add separate phpunit config for travis 2014-09-05 19:37:16 -04:00
readme.txt Fixed number of processing orders display 2014-09-15 23:32:34 -03:00
uninstall.php shareyourcart is no longer part of core, so no uninstaller needed 2014-08-18 13:45:26 +01:00
woocommerce.php fixed WC_LOG_DIR path 2014-09-10 19:59:56 -03:00

README.md

WooCommerce Built with Grunt Build Status Coverage Status

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.

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 in the appropriate channels:

Support requests in issues on this repository will be closed on sight.

Contributing to WooCommerce

If you have a patch, or 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.