Commit Graph

1445 Commits

Author SHA1 Message Date
Mike Jolley a437823dd0 Prevent empty dl for meta. Closes #3224. 2013-05-28 15:58:40 +01:00
Mike Jolley c9ab6eb456 Wrap reviewer in tag Closes #3229 2013-05-28 15:51:21 +01:00
Mike Jolley c1483daee5 Hide pay buttons, and block the page correctly. Closes #3235. 2013-05-28 15:44:58 +01:00
Mike Jolley ac51ebf2b8 Revised checkout shipping process. Checkbox within heading. Closes #2571. 2013-05-28 14:19:08 +01:00
Mike Jolley 8307cb37f6 Refactor: Widget classes, made abstract, merged similar product listing widgets into 1 2013-05-24 16:52:03 +01:00
Mike Jolley c3602cf17a Handling for multiselect fields on checkout, and a filter for third party handling.
@coe
2013-05-23 09:40:55 +01:00
Mike Jolley e1f70e3f8c Prevent cache helper notices 2013-05-23 08:59:09 +01:00
Mike Jolley 53e9dd6368 Handle pending IPN requests. Closes #3192 2013-05-22 13:28:13 +01:00
Mike Jolley 45732d49d0 Define account fields once, and pass order ID during filter. Closes #3201 2013-05-22 12:20:50 +01:00
Coen Jacobs 8c7277bf9c Fixed is_on_sale function for products without prices. Closes #3189 2013-05-22 13:18:28 +02:00
Mike Jolley 02c754b674 * Fix - Rounding for mijireh tax ex. price. 2013-05-22 11:22:54 +01:00
Coen Jacobs 34643e237d Merge pull request #3212 from kayue/bug/google-analytics-order-id-bug
Google Analytics item tracking order ID bug fix.
2013-05-21 04:02:43 -07:00
Coen Jacobs c5b67cf6a3 Set versions to deprecate to 2.2, instead of 2.1 ofc 2013-05-21 12:04:28 +02:00
Ka Yue Yeung 56381b77a5 Use $order->get_order_number() instead of $order_id. 2013-05-21 13:36:56 +08:00
Coen Jacobs 9478379041 Backwards compat for #3118 2013-05-17 08:55:55 +02:00
valllabh 64044fa888 #3118 Fixed
#3118 Fixed

- Tested [related_products] shortcode.
- Replaced arguments with single $args = array() argument.
2013-05-16 18:09:53 +05:30
Coen Jacobs 73fac5ffdd Remove duplicate param keys for sale_products shortcode. Closes #3159 2013-05-15 13:32:51 +02:00
Mike Jolley 6fc0d27006 content-widget-product.php template for product lists inside core widgets Closes #3133 2013-05-13 15:12:12 +01:00
Mike Jolley bcfbbb3c13 Filter for forcing coutnry Closes #3117. 2013-05-13 14:35:49 +01:00
Mike Jolley 71e67e97f4 Limit items sent to paypal to 9 Closes #3124.
@coenjacobs
2013-05-13 14:18:10 +01:00
Mike Jolley 2aa523fc13 COD processing instead of on-hold Closes #3102 2013-05-10 12:44:05 +01:00
Mike Jolley d664b8df58 Merge pull request #3121 from sybarite/master
Pull request to fix issue #3120
2013-05-09 09:11:00 -07:00
Gerhard c37b3ee114 Changed MyException to Exception, no MyException class in WooCommerce 2013-05-09 14:39:41 +02:00
Coen Jacobs 36767d8f22 Merge pull request #3131 from kloon/master
Fix 0 sale price not returning true in is_on_sale
2013-05-08 04:50:07 -07:00
Mike Jolley 59db08d70b Better backwards compatibility with _woocommerce_exclude_image
@coenjacobs
2013-05-08 12:29:21 +01:00
Mike Jolley f49bd2cd77 Allow layered nav to work with non pa_ prepended taxonomies 2013-05-08 12:16:40 +01:00
Gerhard 97ad6e0cda Fix for 0 sale price not returning true in is_on_sale 2013-05-08 12:59:48 +02:00
Mike Jolley 742cd3ae36 Have the remove_taxes() method set subtotal to subtotal_ex_tax 2013-05-07 12:56:59 +01:00
Vivek Gounder 00ece2649e Updated the return doc block with a brief explanation of the return type. 2013-05-07 16:36:11 +05:30
Coen Jacobs 00cbde04e5 PayPal button should use 'button' and 'alt' classes. Closes #3096 2013-05-07 13:02:45 +02:00
Vivek Gounder b4b94e0535 Updated the correct doc block for return type 2013-05-07 15:17:34 +05:30
Gerhard 38d892b14e esc_js translatable strings to avoid js breaking on quote chars 2013-05-06 15:17:04 +02:00
Coen Jacobs 656c897448 Merge pull request #2828 from thenbrent/formatted_product_name
Encapsulate formatted product name
2013-05-02 08:26:41 -07:00
Coen Jacobs b1f3af5118 Removed ShareYourCart integration from core. Closes #2937 2013-05-02 13:38:00 +02:00
Mike Jolley ade1fd1555 Move click tracking code so it doesn't need a loop. Closes #3058 2013-05-01 14:39:51 +01:00
Mike Jolley f07df1aa39 Remove loader and change zindex Closes #3057 2013-05-01 13:35:48 +01:00
Mike Jolley 72de000465 Ensure get checkout URL forces SSL. Closes #3029. 2013-04-29 16:30:17 +01:00
Mike Jolley 9888ca85a0 Pass order number closes #3038 2013-04-29 15:22:33 +01:00
Mike Jolley cf3dac908e Merge pull request #3025 from crowdfavorite/patch-download-name-multiple-file-filter
Updated to patch "woocommerce_downloadable_product_name" filter
2013-04-29 06:51:25 -07:00
Benjamin Rojas c755f6e7a6 Change log: Fixes possible race condition between setting page to public and starting the slurp 2013-04-26 11:36:55 -07:00
Benjamin Rojas 15b51f89be updated mijireh integration to work with page slurp updates
- no longer passing the HTML
- passing the page id for api notification
- catching the end of slurp notification to reset slurped page to private
2013-04-25 11:10:24 -07:00
Mike Jolley 9bc06824be default shipping method if the count of methods changes 2013-04-25 16:18:27 +01:00
Steven Mathias 862615903e Updated to remove commented code. 2013-04-24 13:27:39 -06:00
Steven Mathias 7810e367f2 Updated to patch "woocommerce_downloadable_product_name" filter condition when attempting to filter previous title. Now provides previous context instead of current. 2013-04-24 13:24:53 -06:00
Mike Jolley 962caf204d Disable autocomplete for checkout fields which refresh totals - no events get fired on autocomplete. Closes #3022 2013-04-24 13:20:27 +01:00
Mike Jolley bda48fc19e Merge pull request #3017 from lucasstark/patch-6
Update class-wc-order.php
2013-04-23 08:43:04 -07:00
Mike Jolley f1ba90826e Notification is checkout is mis-cofigured. Closes #2995. 2013-04-23 16:42:38 +01:00
Lucas Stark 8cd58c5d82 Update class-wc-order.php
Add filter to get_product_from_item
2013-04-23 12:38:48 -03:00
Mike Jolley 009712f635 var_dump removal 2013-04-17 16:53:25 +01:00
Mike Jolley 77aa394093 Prevent empty meta queries by filtering. Closes #2978. 2013-04-17 16:29:43 +01:00