woocommerce/includes
Mike Jolley 591086eb9b Show notice when nonce isn't set. Fixes #6658
Wrap entire process_checkout method in try catch block to make errors
output correctly.
2014-10-31 15:03:53 +00:00
..
abstracts Split up the product widget methods 2014-10-29 11:07:06 +00:00
admin Merge pull request #6635 from tivnet/patch-2 2014-10-29 10:37:28 +00:00
api Allow API edit_product method to update post_name (slug) 2014-10-23 11:58:39 +01:00
emails Fix 2.3 plain text emails 2014-10-21 16:18:59 +01:00
gateways Remove # (hash) from get_order_number and add to strings instead as needed. 2014-10-24 14:53:43 +01:00
libraries Removed the frontend styles setting #6589 2014-10-21 20:12:39 -02:00
shipping Adjust ZIP code UI in local pickup 2014-10-30 16:11:02 +00:00
shortcodes Remove # (hash) from get_order_number and add to strings instead as needed. 2014-10-24 14:53:43 +01:00
updates [2.2] Make updater set parent backorder status 2014-10-10 11:28:24 +01:00
walkers Absolute path and Indentation fix for includes/walkers/*.php :) 2014-09-21 01:20:47 +05:45
widgets Split up the product widget methods 2014-10-29 11:07:06 +00:00
class-wc-ajax.php Allow some limited html in text attributes 2014-10-29 10:29:51 +00:00
class-wc-api.php Absolute path fix for WC_API class 2014-09-21 00:27:10 +05:45
class-wc-cache-helper.php Split prevent_caching() method 2014-10-27 15:00:14 +00:00
class-wc-cart.php Small codestyle fix to add_discount method. 2014-10-28 11:51:33 +01:00
class-wc-checkout.php Show notice when nonce isn't set. Fixes #6658 2014-10-31 15:03:53 +00:00
class-wc-comments.php Allow getting rating count for a specific rating number 2014-09-17 11:03:10 +03:00
class-wc-countries.php Added Address Format for India 2014-10-27 18:12:51 +05:30
class-wc-coupon.php [2.2] Fix error message with maximum amount 2014-10-21 14:55:43 +01:00
class-wc-customer.php Prevent errors when country field is disabled 2014-09-22 13:23:31 +01:00
class-wc-download-handler.php Parse_file_path can just do replacements 2014-10-27 13:38:29 +00:00
class-wc-emails.php Remove # (hash) from get_order_number and add to strings instead as needed. 2014-10-24 14:53:43 +01:00
class-wc-form-handler.php [2.2] Fixed nonce check in form handler 2014-10-28 09:40:50 +00:00
class-wc-frontend-scripts.php Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
class-wc-https.php remove notice for undefined action property of ajax request 2014-09-24 09:12:26 -04:00
class-wc-install.php Removed the frontend styles setting #6589 2014-10-21 20:12:39 -02:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-language-pack-upgrader.php Added newline ;) 2014-09-21 00:36:01 +05:45
class-wc-logger.php introduces the wc_get_log_file_path() function 2014-05-28 11:08:33 -03:00
class-wc-order-factory.php Removed newline ;) 2014-09-21 00:36:42 +05:45
class-wc-order-item-meta.php Allow a delimiter to be set in $item_meta->display() 2014-10-14 11:54:20 +01:00
class-wc-order-refund.php fixed the new WC_Order_Refund::init() 2014-10-14 10:46:30 -03:00
class-wc-order.php Set order_type property, and move actual order loading to separate method to make it easier for sub-classes to handle just that process. 2014-10-14 14:25:53 +01:00
class-wc-payment-gateways.php added simplify pre-orders support 2014-09-02 11:11:21 -03:00
class-wc-post-data.php Line and indendation fix 2014-09-21 00:39:33 +05:45
class-wc-post-types.php Refund report changes 2014-10-06 13:39:53 +01:00
class-wc-product-external.php Absolute path fix for class-wc-product-external.php 2014-09-21 00:40:53 +05:45
class-wc-product-factory.php Remove newline 2014-09-21 00:41:34 +05:45
class-wc-product-grouped.php Removed deprecated get_product() calls 2014-10-07 11:09:25 +01:00
class-wc-product-simple.php Absolute path fix for class-wc-product-simple.php 2014-09-21 00:42:32 +05:45
class-wc-product-variable.php Tidy 2014-10-14 14:25:53 +01:00
class-wc-product-variation.php rename method to has_all_attributes_set 2014-10-17 17:24:04 +02:00
class-wc-query.php Rename touch punch to stop grunt breaking minify 2014-10-23 14:38:19 +01:00
class-wc-session-handler.php Absolute path fix for class-wc-session-handler.php 2014-09-21 00:44:26 +05:45
class-wc-shipping-rate.php added new filter for shipping tax 2014-09-26 10:35:59 +02:00
class-wc-shipping.php Absolute path fix for class-wc-shipping.php 2014-09-21 00:46:02 +05:45
class-wc-shortcodes.php [2.2] Product attribute shortcode should return columns class 2014-10-08 15:07:03 +01:00
class-wc-tax.php Allow to filter empty tax rate code 2014-10-28 12:24:09 +01:00
class-wc-template-loader.php Made template debug mode set WC_TEMPLATE_DEBUG_MODE constant and remove all overrides for all template loading functions. 2014-10-03 10:52:11 +01:00
class-wc-validation.php is_GB_postcode define array 2014-10-07 11:09:32 +01:00
class-wc-webhook.php Absolute path fix for class-wc-webhook.php 2014-09-21 00:48:51 +05:45
wc-attribute-functions.php Absolute path fix for wc-attribute-functions.php 2014-09-21 00:49:38 +05:45
wc-cart-functions.php Check order exists in wc_clear_cart_after_payment() 2014-10-31 12:37:13 +00:00
wc-conditional-functions.php Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
wc-core-functions.php Fixed DocBlock for wc_get_core_supported_themes() 2014-10-30 11:00:24 -02:00
wc-coupon-functions.php Absolute path fix for wc-coupon-functions.php 2014-09-21 00:52:35 +05:45
wc-deprecated-functions.php WC_Download_Handler - readfile_chunked refactor 2014-10-24 18:21:21 +01:00
wc-formatting-functions.php introduced the wc_strtolower() function, closes #6575 2014-10-21 10:51:16 -02:00
wc-notice-functions.php Absolute path fix for wc-notice-functions.php 2014-09-21 00:54:43 +05:45
wc-order-functions.php [2.2] Remove strtolower and capitalize status names 2014-10-29 11:15:00 +00:00
wc-page-functions.php Enforce slug format of translated edit-address-slugs. 2014-10-22 11:26:09 +01:00
wc-product-functions.php wc_update_product_stock should update stock regardless, if the meta data doesn't currently exist 2014-10-16 17:15:10 +01:00
wc-template-functions.php Fix typo 2014-10-13 15:42:07 +02:00
wc-template-hooks.php move proceed to checkout button. closes #5496 2014-10-06 12:33:39 +01:00
wc-term-functions.php Absolute path fix for wc-term-functions.php 2014-09-21 00:56:49 +05:45
wc-user-functions.php wc_paying_customer to only increase for 'simple' orders and added tool to refresh stats to customer list. 2014-10-02 16:44:36 +01:00