woocommerce/classes
Jesús Ángel del Pozo Domínguez 47db520256 Edited code in last commit to obey WP coding standards.
Fixed wrong HTML code generated when the gateway isn't valid in the
user's country. The div tag couldn't be placed inside table tag:

<table class="form-table">
	<div class="inline error"><p> ... </p></div>
</table>
2012-12-27 11:20:04 +01:00
..
abstracts More class cleanup 2012-12-20 11:54:38 +00:00
emails Remove pass by reference for objects 2012-12-15 12:53:32 +01:00
gateways Edited code in last commit to obey WP coding standards. 2012-12-27 11:20:04 +01:00
integrations Merge pull request #2040 from andreibarabas/master 2012-12-23 09:01:01 -08:00
shipping Have all WC_Coupon calls use is_valid() method to check #1994 2012-12-19 15:52:16 +01:00
walkers reports for subcats. Closes #1924. 2012-12-05 18:36:30 +00:00
class-wc-cart.php rounding fixes for #2020 2012-12-20 15:10:27 +00:00
class-wc-checkout.php rounding fixes for #2020 2012-12-20 15:10:27 +00:00
class-wc-countries.php Correct scope, remove use of var. 2012-12-14 23:37:41 +02:00
class-wc-coupon.php fix coupon and meta in product class 2012-12-20 11:30:27 +00:00
class-wc-customer.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-logger.php Change private name. 2012-12-15 00:00:04 +02:00
class-wc-order.php get_post_meta instead of get_post_custom - cut out the middleman. #1765 2012-12-19 21:01:15 +00:00
class-wc-product-external.php More class cleanup 2012-12-20 11:54:38 +00:00
class-wc-product-factory.php Change phpDoc @return in Fantory class. 2012-12-06 19:15:18 +02:00
class-wc-product-grouped.php More class cleanup 2012-12-20 11:54:38 +00:00
class-wc-product-simple.php More class cleanup 2012-12-20 11:54:38 +00:00
class-wc-product-variable.php sync prices when empty 2012-12-20 12:54:02 +00:00
class-wc-product-variation.php More class cleanup 2012-12-20 11:54:38 +00:00
class-wc-query.php tweak queries to support all registered taxonomies of products 2012-12-20 13:57:38 +00:00
class-wc-session-transients.php WooCommerce 2.0 is coming! 2012-12-03 20:19:58 +01:00
class-wc-settings-api.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-tax.php Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-12-15 13:00:34 +01:00
class-wc-validation.php Correct scope. 2012-12-15 00:03:34 +02:00