woocommerce/includes
Mike Jolley e1631bd084 Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162
No perfect solution for #3162. DB locking would probably cause more
issues that its worth, we cannot reliably use transactions as some
clients still use MyIsam. Best to accept orders and deal with stock
conflicts after the fact.
2013-09-04 11:26:19 +01:00
..
abstracts Introduce WC_HTTPS Helper to handle redirects and make checkout urls https before visiting them. Fixes #3311 2013-09-03 13:03:05 +01:00
admin Refactor variation bulk edit JS Fixes #3148 2013-09-03 17:35:20 +01:00
emails Tweak email inclusion 2013-08-02 11:18:05 +01:00
gateways PayPal PDT handler Closes #3414 2013-08-19 12:28:29 +01:00
helpers Function refactoring. 2013-08-09 17:11:21 +01:00
integrations Send tax inclusive, rounded item price to google. Fixes #3718 2013-09-03 11:19:49 +01:00
libraries Moved admin directory and moved some functions to classes (ongoing refactor) 2013-07-24 17:01:36 +01:00
shipping Handle local pickup taxes when getting taxable address 2013-09-03 16:26:06 +01:00
shortcodes Made methods static that were referenced from static 2013-08-15 11:23:52 +02:00
updates Replace deprecated $wpdb::escape() with esc_sql() 2013-08-09 14:56:39 +02:00
walkers Strict warnings 2013-08-05 12:27:30 +01:00
widgets refactor args for woocommerce_product_dropdown_categories 2013-08-20 13:32:38 +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 Remove round for percent discounts. Closes #3717 2013-09-03 13:45:38 +01:00
class-wc-checkout.php Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162 2013-09-04 11:26:19 +01:00
class-wc-comments.php Function refactoring. 2013-08-09 17:11:21 +01:00
class-wc-countries.php Search for US/UK on country field. Fixes #3626. 2013-08-13 12:38:26 +01:00
class-wc-coupon.php Reworked total templates to support coupon lines, and started support for multiple shipping methods per order. 2013-08-14 21:00:34 +01:00
class-wc-customer.php Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162 2013-09-04 11:26:19 +01:00
class-wc-download-handler.php Tweak download handler Closes #3394. 2013-08-13 14:53:55 +01:00
class-wc-emails.php Key value pairs for order_meta 2013-08-22 12:25:17 +01:00
class-wc-form-handler.php Pass text attributes when ordering again Fixes #3422 2013-08-20 12:17:56 +01:00
class-wc-frontend-scripts.php Use version_compare to check for required jQuery. Closes #3567 2013-08-06 13:27:36 +02:00
class-wc-https.php Introduce WC_HTTPS Helper to handle redirects and make checkout urls https before visiting them. Fixes #3311 2013-09-03 13:03:05 +01:00
class-wc-install.php Make logout an endpoint. Still hide it from menus. Fixes #3589 2013-08-23 16:41:02 +01:00
class-wc-integrations.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-logger.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-order-item-meta.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-order.php Pass instance of WC_Order to its filters 2013-09-02 14:31:11 +02:00
class-wc-payment-gateways.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-post-types.php Merge branch 'Re-organise-settings' 2013-08-22 11:58:03 +01:00
class-wc-product-external.php classes -> includes 2013-06-11 14:25:30 +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 classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-product-simple.php Function refactoring. 2013-08-09 17:11:21 +01:00
class-wc-product-variable.php Rather than have hooks *everywhere* use a single set stock function in admin and on the frontend Closes #3593 2013-08-13 16:56:09 +01:00
class-wc-product-variation.php Rather than have hooks *everywhere* use a single set stock function in admin and on the frontend Closes #3593 2013-08-13 16:56:09 +01:00
class-wc-query.php Customisable query vars. #3708 2013-09-03 16:14:56 +01:00
class-wc-session-handler.php Enforce session as array data, and settings api tweak for special chars. Closes #3135. 2013-06-14 14:42:28 +01:00
class-wc-shipping-rate.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-shipping.php Reworked total templates to support coupon lines, and started support for multiple shipping methods per order. 2013-08-14 21:00:34 +01:00
class-wc-shortcodes.php shortcode columns. closes #3534 2013-08-19 15:12:20 +01:00
class-wc-tax.php Rounding tweaks 2013-06-13 17:01:47 +01:00
class-wc-validation.php Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162 2013-09-04 11:26:19 +01:00
wc-cart-functions.php Hide password protected posts from loop, prevent adding to cart, hide product content. Closes #3617. 2013-08-19 18:19:27 +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 Introduce WC_HTTPS Helper to handle redirects and make checkout urls https before visiting them. Fixes #3311 2013-09-03 13:03:05 +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 Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162 2013-09-04 11:26:19 +01:00
wc-deprecated-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-formatting-functions.php Merge branch 'Re-organise-settings' 2013-08-22 11:58:03 +01:00
wc-message-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-order-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-page-functions.php Customisable query vars. #3708 2013-09-03 16:14:56 +01:00
wc-product-functions.php Merge branch 'Re-organise-settings' 2013-08-22 11:58:03 +01:00
wc-template-functions.php Introduce WC_HTTPS Helper to handle redirects and make checkout urls https before visiting them. Fixes #3311 2013-09-03 13:03:05 +01:00
wc-template-hooks.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-term-functions.php refactor args for woocommerce_product_dropdown_categories 2013-08-20 13:32:38 +01:00