Commit Graph

1469 Commits

Author SHA1 Message Date
Mike Jolley fe41065b0c Merge pull request #3269 from zogot/fix/IDPropertyWooCommerce2
Fix for WooCommerce 2+ for the ID property
2013-06-05 09:03:52 -07:00
Mike Jolley 05d8b708bb Fix is_on_sale for variations. Closes #3247. 2013-06-05 16:47:51 +01:00
Mike Jolley 055df89399 Merge pull request #3276 from piac/patch-1
Improving class-wc-countries.php support for Italy
2013-06-05 08:37:06 -07:00
Mike Jolley a3c2cef3f7 Better account edit Closes #3168 2013-06-05 12:07:23 +01:00
Mike Jolley 4aef7c73ee View order page endpoint 2013-06-04 17:33:43 +01:00
Mike Jolley 820d399b2f My account registration, made registration process DRY, added notification hook for new accounts. Closes #3085 2013-06-04 16:33:05 +01:00
Giulio Piacentino f153ffb212 Improving class-wc-countries.php support for Italy
Applies only to Italy: changing the 'State' description to 'Province', and modifying the way the address is formatted following Italian standards
2013-06-04 15:30:39 +03:00
Mike Jolley 0da683aa3b Localise when registered 2013-06-04 12:16:19 +01:00
Mike Jolley a7ba197fb7 Generate usernames and passwords.
Closes #3085. Closes #3155. Part of #3248.
2013-06-03 17:28:32 +01:00
Mike Jolley ef49fd62df Tweak account options 2013-06-03 16:09:04 +01:00
Mike Jolley c8d07b076b PayPal log 2013-06-03 16:07:18 +01:00
Leon Rowland f238fe7066 Fix for WooCommerce2 + where get_product cant return an instance of WC_Product and the property to hold the ID is in lowercase. This causes the property to not correct set.
When the property isn't correct set it breaks the magic method __get ( which in turn stops the correct return values of calls to SKU or any other meta. This includes updating stock ).
2013-06-03 14:18:48 +02:00
Mike Jolley cde4947acf Remember which attributes get registered and added taxonomy_is_product_attribute() function
Closes #3149.
2013-06-03 11:04:21 +01:00
Mike Jolley 24a1812738 Move post type registration to separate class. 2013-06-03 11:04:21 +01:00
Mike Jolley 304f006566 Better filter. Closes #3249 2013-05-31 16:44:09 +01:00
Mike Jolley e57620e49a Merge pull request #3245 from justinstern/master
Custom Order Number in Backorder Email
2013-05-31 08:27:52 -07:00
Mike Jolley b1367c2922 Merge pull request #3183 from franticpsyx/item_meta_values_filter
Order Item Meta values filter
2013-05-31 08:27:24 -07:00
Mike Jolley e4f4b09ba6 Pay page and thanks page endpoints. Requires permalink save. Closes #3170. 2013-05-31 16:13:18 +01:00
Mike Jolley 7c2026e883 Merge pull request #3184 from franticpsyx/checkout_oder_items_action
Adde cart item key to woocommerce_add_order_item_meta action
2013-05-31 05:12:38 -07:00
Mike Jolley dba8b03ce1 Fix shipping + non latin characters in method ID Closes #3179. 2013-05-31 13:05:11 +01:00
Mike Jolley a18ab45178 Cannot find cause of #3135 - added try catch to prevent fatal errors and inform admin of issue if debug is on
@coenjacobs I don't know if you want to keep this as a preventitive
measure? Should stop bad code breaking things anyway.
2013-05-28 17:17:52 +01:00
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
Justin Stern 588107b3e0 Custom Order Number in Backorder Email
Custom order number is used in the backorder email
2013-05-27 10:20:01 -04: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
Manos Psychogyiopoulos dd3ea63f89 Cart item key added to order item meta action 2013-05-15 16:19:06 +03:00
Manos Psychogyiopoulos 316112f972 Order Item Meta values filter 2013-05-15 16:10:41 +03:00
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