Coen Jacobs
|
a09ebc9cca
|
Merge branch 'helpers-refactor' into core-class-refactor
Conflicts:
classes/class-wc-shortcodes.php
classes/shortcodes/class-wc-shortcode-change-password.php
classes/shortcodes/class-wc-shortcode-view-order.php
templates/myaccount/form-change-password.php
templates/myaccount/form-login.php
templates/order/order-details.php
woocommerce-functions.php
|
2013-06-06 13:55:36 +02:00 |
Mike Jolley
|
05d8b708bb
|
Fix is_on_sale for variations. Closes #3247.
|
2013-06-05 16:47:51 +01:00 |
Coen Jacobs
|
64c75547f3
|
Abstracted transient helper to class #3282
|
2013-06-05 13:39:27 +02:00 |
Mike Jolley
|
9f510bb7e0
|
Check price is set when syncing prices for variations
|
2013-04-04 10:11:12 +01:00 |
Mike Jolley
|
5393fc7ddb
|
Santize custom attributes. #2587
|
2013-03-07 19:34:29 +00:00 |
Mike Jolley
|
a9dc6510f4
|
Tweak from prices
|
2013-03-06 13:25:37 +00:00 |
Pascal Borreli
|
ae7899c67b
|
Fixed typos
|
2013-03-03 17:07:31 +00:00 |
Mike Jolley
|
f5f01c497e
|
Changes for API Docs
|
2013-02-20 17:14:51 +00:00 |
Mike Jolley
|
d89b2aa66f
|
Set_stock for product class Closes #2042.
|
2012-12-28 09:59:20 +00:00 |
Mike Jolley
|
927693351a
|
sync prices when empty
|
2012-12-20 12:54:02 +00:00 |
Mike Jolley
|
c7fd3e85a6
|
More class cleanup
|
2012-12-20 11:54:38 +00:00 |
Mike Jolley
|
41f573a71f
|
Magic methods, avoid loading all meta on construct
|
2012-12-19 23:04:25 +00:00 |
Mike Jolley
|
f972501dfa
|
get_post_meta instead of get_post_custom - cut out the middleman. #1765
|
2012-12-19 21:01:15 +00:00 |
Mike Jolley
|
0b7750e55a
|
Attribute taxonomy transiant. #1765
|
2012-12-19 20:42:25 +00:00 |
Warren Holmes
|
0e491d6ffe
|
Correct scope, remove use of var.
- class-wc-product-variable.php
|
2012-12-14 23:52:46 +02:00 |
Mike Jolley
|
0da50add7b
|
Fix link variations on new posts. Closes #1925.
|
2012-12-05 17:57:53 +00:00 |
Coen Jacobs
|
37feabd87f
|
WooCommerce 2.0 is coming!
|
2012-12-03 20:19:58 +01:00 |
Mike Jolley
|
3c66ddae42
|
Class tweaks, need more testing. Closes #1874.
|
2012-11-29 16:48:40 +00:00 |
Mike Jolley
|
fb06bde939
|
recount after stock change
|
2012-11-28 15:40:08 +00:00 |
Mike Jolley
|
b1ec4b289a
|
Nuked whitespace. Closes #1846.
|
2012-11-27 16:22:47 +00:00 |
Coen Jacobs
|
afc0add816
|
Default to the arguments array as second param for get_product()
|
2012-11-22 12:48:16 +01:00 |
Coen Jacobs
|
b2a868301c
|
Simplified version of Product Factory using an args array
|
2012-11-22 12:37:41 +01:00 |
Coen Jacobs
|
93cddbaa16
|
Abstract main product class, added simple product class
|
2012-11-22 11:22:18 +01:00 |
Mike Jolley
|
069325862a
|
remove instanceof
|
2012-11-21 18:39:51 +00:00 |
Mike Jolley
|
75ca794bba
|
Separate classes per product type, with new get_product function and hooks to change the classes which get loaded. #1497
|
2012-11-21 18:07:45 +00:00 |