woocommerce/includes
Mike Jolley b7a752ecc1 find_product_in_cart tweak Closes #3863 2013-10-04 12:30:07 +01:00
..
abstracts Check values are set before casting as floats 2013-10-02 12:50:03 +01:00
admin Check values are set before casting as floats 2013-10-02 12:50:03 +01:00
emails Fix subject + heading Closes #3841 2013-09-26 15:45:23 +01:00
gateways Added Russian Rubles to PayPal valid currencies list 2013-09-24 12:41:23 +02:00
integrations 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
libraries Moved admin directory and moved some functions to classes (ongoing refactor) 2013-07-24 17:01:36 +01:00
shipping Save fees 2013-10-02 12:58:26 +01:00
shortcodes We should allow failed orders to be resumed, not show a blank page. Closes #3612 2013-09-26 17:18:12 +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 Layered nav OR logic 2013-09-27 09:55:04 +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 find_product_in_cart tweak Closes #3863 2013-10-04 12:30:07 +01:00
class-wc-checkout.php Format decimals with single function, convert locale to standard form. #3862 2013-10-01 17:54:32 +01:00
class-wc-comments.php Fix for submitting comments 2013-09-24 11:48:42 +01:00
class-wc-countries.php Fix get_base_country Closes #3851 2013-09-27 20:31:59 +01:00
class-wc-coupon.php Coupon usage limits per user (using email + ID). Closes #3314 2013-10-01 11:48:27 +01:00
class-wc-customer.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-download-handler.php Add download_file capability and security check 2013-09-06 19:38:06 +03: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 WOOCOMMERCE_DELIMITER constant. Closes #3476. 2013-09-24 12:24:26 +01:00
class-wc-frontend-scripts.php Don't show view cart message on cart page. Closes #3877 2013-10-04 12:21:28 +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 Restructure 'file_paths' to allow for names (Closes #3320) etc. For #2765. 2013-09-20 17:01:09 +01:00
class-wc-integrations.php Re-init settings after saving. Closes #3770. 2013-09-26 17:01:29 +01:00
class-wc-logger.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-order-item-meta.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-order.php Coupon usage limits per user (using email + ID). Closes #3314 2013-10-01 11:48:27 +01:00
class-wc-payment-gateways.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-post-types.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +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 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-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 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-variation.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-query.php Add price_filter results to include extended product types with a variable price 2013-09-30 15:58:12 +03:00
class-wc-session-handler.php Remove private methods from session handler. Closes #3759 2013-09-13 13:39:46 +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 Don't need reset_postdata. Closes #3822. 2013-09-26 15:11:28 +01:00
class-wc-tax.php Filterable get_base_postcode and _city methods used for base taxes. Closes #3810 2013-09-24 16:56:55 +01:00
class-wc-template-loader.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-validation.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01: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 We should allow failed orders to be resumed, not show a blank page. Closes #3612 2013-09-26 17:18:12 +01:00
wc-conditional-functions.php Pass text attributes when ordering again Fixes #3422 2013-08-20 12:17:56 +01:00
wc-core-functions.php Moved template part functions to core functions Closes #3715 2013-09-12 14:42:57 +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 Fix missing semicolon 2013-09-06 22:06:26 +03:00
wc-deprecated-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-formatting-functions.php Check values are set before casting as floats 2013-10-02 12:50:03 +01:00
wc-message-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-order-functions.php Add array to woocommerce_downloadable_file_permission_format 2013-09-24 11:10:46 +03:00
wc-page-functions.php Customisable query vars. #3708 2013-09-03 16:14:56 +01:00
wc-product-functions.php wp_list_pluck #3852 2013-10-01 10:24:29 +01:00
wc-template-functions.php updating product page css classes 2013-09-26 22:50:49 -05:00
wc-template-hooks.php Print JS after print scripts (at 20) Closes #3865. 2013-10-02 11:09:30 +01:00
wc-term-functions.php #3846 2013-09-26 14:59:56 +01:00