A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
Rami Yushuvaev fe8fa477e8 Fix test error (#12193)
* i18n: simpler translation strings

* i18n: simpler translation strings

* i18n: readble printf(), and moving the %s placeholder to `%s product`

* i18n: make string translatable and remove the HTML tags

* i18n: avoide using HTML tags in translatino strings

* i18n: move the colon into the translation string and use %s placeholder for the IP

* i18n: use sprintf() on field-validation translation strings, and unify those strings

* i18n: move colons into the translation strings

* i18n: use `%s` placeholder as the site name in "Powered by WooCommerce" string

* i18n: use `%s` placeholder for min and max price

* i18n: rewrite the translation strings printf()

* Fix test error
2016-10-26 19:58:46 -02:00
.github Adjusts all references of 'woothemes' to 'woocommerce' in relevant URLs, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'. 2016-09-28 12:17:40 +02:00
apigen Adjusts all references of 'woothemes' to 'woocommerce' in relevant URLs, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'. 2016-09-28 12:17:40 +02:00
assets Remove notices once only 2016-10-26 17:24:35 +01:00
dummy-data HTTPS for everybody 2016-05-26 22:48:49 -03:00
i18n Changed file name from 'class-' to 'abstract-' (#12159) 2016-10-24 21:49:22 -02:00
includes Fix test error (#12193) 2016-10-26 19:58:46 -02:00
templates more i18n updates (#12189) 2016-10-26 14:35:52 -02:00
tests Use meta as a cache for order/spent methods. 2016-10-14 15:11:10 +01:00
.codeclimate.yml Update .codeclimate.yml 2016-06-20 17:08:16 -03:00
.coveralls.yml Add coveralls.io for tracking test coverage 2014-09-07 14:53:33 -04:00
.editorconfig HTTPS for everybody 2016-05-26 22:48:49 -03:00
.gitignore Added PHPCS dependency and grunt task 2016-09-13 18:24:01 -03:00
.jshintrc Tweaks JSHint for cart and cart fragments 2015-06-10 23:11:21 +05:45
.scrutinizer.yml Move legacy API code into WC_Legacy_API 2016-06-07 11:03:16 +01:00
.stylelintrc Cleaned up SCSS files so they lint and made some rules warnings 2016-08-10 09:19:05 -04:00
.travis.yml PHPunit already looks for syntax errors 2016-09-13 17:45:40 -03:00
CHANGELOG.txt Merge remote-tracking branch 'origin/master' 2016-10-12 11:18:27 +01:00
Gruntfile.js Add/product galleries (#11665) 2016-10-13 15:25:42 +01:00
README.md Fixed REST API docs, codeclimate and coveralls URLs 2016-09-28 09:09:06 -03:00
apigen.neon Include REST API classes in apigen 2016-08-16 16:06:14 -03:00
composer.json Added wimg/php-compatibility again 2016-09-17 01:25:11 +05:45
composer.lock Update composer dependencies using --prefer-stable #11980 2016-09-27 23:10:58 -03:00
license.txt Further licence tweak 2015-02-18 13:04:21 +00:00
package.json Adjusts all references of 'woothemes' to 'woocommerce' in relevant URLs, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'. 2016-09-28 12:17:40 +02:00
phpcs.ruleset.xml fix failing test from master 2016-09-09 19:39:09 +03:00
phpunit.xml Test 2016-08-26 15:53:50 +01:00
phpunit.xml.dist Test 2016-08-26 15:53:50 +01:00
readme.txt Use meta as a cache for order/spent methods. 2016-10-14 15:11:10 +01:00
uninstall.php PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket 2016-09-02 04:51:31 +03:00
woocommerce.php Fixed conflicts 2016-10-13 16:58:20 -03:00

README.md

WooCommerce Built with Grunt Build Status Coverage Status Code Climate

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

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.

If you have an idea for WooCommerce, see the Roadmap Trello board.