woocommerce/includes
Mike Jolley 9eabb9a4fb Fix yard conversion Closes #4129
@coenjacobs for .21
2013-11-18 12:31:55 +00:00
..
abstracts Always require braces (since yesterday ;) ) 2013-11-14 20:31:08 +01:00
admin Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396' 2013-11-18 12:33:23 +01:00
emails blogname is the actual option, but WP terminolgy in settings is "Site Title". 2013-10-23 15:57:14 +01:00
gateways Update calls to wc_add_error() function 2013-11-12 20:59:39 -08:00
libraries Moved admin directory and moved some functions to classes (ongoing refactor) 2013-07-24 17:01:36 +01:00
shipping Make sure $matched is defined when calculating shipping totals and classes to avoid PHP variable undefined notices. 2013-11-13 20:53:31 -05:00
shortcodes Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
updates Restructure 'file_paths' to allow for names (Closes #3320) etc. For #2765. 2013-09-20 17:01:09 +01:00
walkers Strict warnings 2013-08-05 12:27:30 +01:00
widgets It's possible there are no attributes. Let's check first to avoid undefined notices. 2013-11-13 21:15:30 -05:00
class-wc-ajax.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
class-wc-api.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-cache-helper.php Readme + versions 2013-07-19 11:09:19 +01:00
class-wc-cart.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
class-wc-checkout.php Update calls to wc_print_messages() function 2013-11-12 20:59:40 -08:00
class-wc-comments.php woocommerce_exclude_order_comments() is now exclude_order_comments() 2013-10-26 17:30:43 +02:00
class-wc-countries.php Merge branch 'master' into estonian-translation 2013-09-30 11:13:53 +03:00
class-wc-coupon.php Update calls to wc_add_message() function 2013-11-12 20:59:39 -08:00
class-wc-customer.php woocommerce_apply_base_tax_for_local_pickup when no methods are chosen yet 2013-10-30 15:30:20 +00:00
class-wc-download-handler.php Convert back to forward slashes in getcwd closes #4112. 2013-11-18 11:20:39 +00:00
class-wc-emails.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-form-handler.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
class-wc-frontend-scripts.php Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396' 2013-11-18 12:33:23 +01:00
class-wc-https.php Removed 'widget_text' from array of force_ssl filtered objects. 2013-09-12 10:34:48 -07:00
class-wc-install.php Constants 2013-10-24 19:36:22 +01:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-logger.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-order-item-meta.php wpautop when displaying values #3926 2013-11-11 13:50:36 +00:00
class-wc-order.php Locales - store standardised values, and display using locale in admin #3862 2013-11-12 17:43:30 +00:00
class-wc-payment-gateways.php Filter gateways for add_payment_method form 2013-11-03 16:54:07 -08:00
class-wc-post-data.php Update variations when the term slug changes Closes #4077 2013-11-12 20:25:26 +00:00
class-wc-post-types.php Fix term install Closes #3919 2013-10-22 16:34:23 +01:00
class-wc-product-external.php add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes. 2013-09-25 12:35:06 +01:00
class-wc-product-factory.php remove deprecated function. Closes #3582. 2013-08-13 13:02:20 +01:00
class-wc-product-grouped.php get_children should get published products only for grouped products. Closes #3880. 2013-10-11 13:25:34 +01:00
class-wc-product-simple.php add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes. 2013-09-25 12:35:06 +01:00
class-wc-product-variable.php Sync only when needed 2013-11-08 16:02:03 +00:00
class-wc-product-variation.php Fix invisible when get_price is filtered and set to double 0. 2013-11-13 13:58:24 +02:00
class-wc-query.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
class-wc-session-handler.php Prepend main WC Session cookie with 'wp' so batcache doesn't cache pages, and set cookie only when cart has contents. #3513 2013-10-17 15:29:53 +01:00
class-wc-shipping-rate.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-shipping.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-shortcodes.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
class-wc-tax.php WC() 2013-11-18 12:31:55 +00:00
class-wc-template-loader.php Constants 2013-10-24 19:36:22 +01:00
class-wc-validation.php refixed the BR postcode validation 2013-10-18 16:06:27 -03:00
wc-attribute-functions.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
wc-cart-functions.php Update calls to wc_add_message() function 2013-11-12 20:59:39 -08:00
wc-conditional-functions.php Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396' 2013-11-18 12:33:23 +01:00
wc-core-functions.php Merge remote-tracking branch 'thenbrent/new_notice_api' 2013-11-18 12:44:22 +01:00
wc-coupon-functions.php Dump coupon helper and add new functions. Closes #3353. 2013-06-28 10:23:20 +01:00
wc-customer-functions.php Option to limit reviews to purchasers. Closes #4021 2013-10-31 17:37:36 +00:00
wc-deprecated-functions.php Update calls to wc_print_messages() function 2013-11-12 20:59:40 -08:00
wc-formatting-functions.php Fix yard conversion Closes #4129 2013-11-18 12:31:55 +00:00
wc-notice-functions.php Use $messages variable for all notice templates 2013-11-13 16:19:59 -08:00
wc-order-functions.php Use $_product object instead of undefined $product_id for downloadable permissions. Fixes #4095 2013-11-12 23:37:39 -05:00
wc-page-functions.php Fix use of __CLASS__ when not in class 2013-11-01 15:00:09 -07:00
wc-product-functions.php Rather than storing prices themselves, store the ID's of variations during price sync - output prices using variation tax class Closes #4032 2013-11-08 15:53:57 +00:00
wc-template-functions.php Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396' 2013-11-18 12:33:23 +01:00
wc-template-hooks.php Move average rating outside of hidden tab. Closes #3867. 2013-10-31 16:26:20 +00:00
wc-term-functions.php _woocommerce_term_recount 2013-10-29 11:29:21 +00:00