woocommerce/classes
Mike Jolley fa91ef80d4 Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find.
Now works with all caching enabled in W3 Total cache. Closes #2862.

cc @coenjacobs
2013-04-05 22:24:56 +01:00
..
abstracts Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find. 2013-04-05 22:24:56 +01:00
emails Fixed typos 2013-03-03 17:07:31 +00:00
gateways Sandbox fix. #2833 2013-03-27 22:39:55 +00:00
integrations coding standards 2013-03-24 21:16:22 +02:00
shipping Pass subtotals and discount to avoid rounding issues in paypal Closes #2806. 2013-03-25 14:46:15 +00:00
shortcodes Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find. 2013-04-05 22:24:56 +01:00
walkers Fixed typos 2013-03-03 17:07:31 +00:00
widgets Remove hard coded max from random products widget. 2013-04-03 10:25:36 -05:00
class-wc-api.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-cart.php subtotal rounding tweak 2013-03-28 17:08:33 +00:00
class-wc-checkout.php Update class-wc-checkout.php 2013-03-25 11:38:24 +00:00
class-wc-countries.php Portugal missing state setting 2013-03-19 21:33:01 +00:00
class-wc-coupon.php coupon message set invalid if null 2013-03-25 11:50:17 +08:00
class-wc-customer.php Fix whitespace 2013-04-04 13:07:54 -04:00
class-wc-emails.php Decode Closes #2728. 2013-03-18 13:37:07 +00:00
class-wc-integrations.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-logger.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-order-item-meta.php WC_Order_Item_Meta support for keys with multiple values. 2013-03-12 10:55:01 +00:00
class-wc-order.php Merge taxes by CODE so totals are displayed clearer. Also added additonal function for getting merged tax totals, and to keep compatibility with themes. #2815 2013-03-27 18:21:06 +00:00
class-wc-payment-gateways.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-external.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-factory.php Create WC standards compliant class name from term 2013-02-28 15:39:02 +10:00
class-wc-product-grouped.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-product-simple.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-product-variable.php Check price is set when syncing prices for variations 2013-04-04 10:11:12 +01:00
class-wc-product-variation.php Santize custom attributes. #2587 2013-03-07 19:34:29 +00:00
class-wc-query.php Fix title ordering 2013-03-22 17:06:49 +00:00
class-wc-session-handler.php Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find. 2013-04-05 22:24:56 +01:00
class-wc-shipping-rate.php Changes for API Docs 2013-02-20 17:14:51 +00:00
class-wc-shipping.php Fixed typos 2013-03-03 17:07:31 +00:00
class-wc-shortcodes.php Order bestselling products correctly, order term should be numerically sorted, not alphabetically. Props mulinski 2013-03-21 19:56:21 +00:00
class-wc-tax.php find_rates() fixes. GROUP BY after ORDER BY, and use sub queries so we can match both cities and postcodes (not OR) 2013-03-27 14:32:36 +00:00
class-wc-validation.php Changes for API Docs 2013-02-20 17:14:51 +00:00