Mike Jolley
7dee74ba9e
Show settings only when needed #3165
2013-08-02 12:27:31 +01:00
Mike Jolley
54fa720768
Filter styles and add cleaner backwards compat. Closes #3165
2013-08-02 12:06:32 +01:00
Mike Jolley
8cf74a5250
Add separate instruction fields for BACS and CHEQUE (like COD) Closes #3291 .
2013-08-02 11:40:40 +01:00
Mike Jolley
223f862750
Tweak email inclusion
2013-08-02 11:18:05 +01:00
Mike Jolley
d0fd42ab1a
US Spelling of fulfil Closes #3570 .
2013-08-02 11:18:05 +01:00
Mike Jolley
e9a168c2ee
Merge pull request #3564 from ragulka/stock-action-hooks
...
Add stock set, increase and reduce action hooks
2013-08-02 03:11:05 -07:00
Mike Jolley
daae3e6f97
Merge pull request #3566 from LeGaS/master
...
Enable states for Hungary
2013-08-02 03:09:30 -07:00
thenbrent
3ce6f3012d
Set default $product_id on variable_product_sync()
2013-08-01 17:54:24 -07:00
thenbrent
825587da6a
Backward compatible variable_product_sync()
...
Adds new static sync() method to WC_Product_Variable and restores
variable_product_sync() to its former, non-static glory. Also makes
the $product_id param optional on variable_product_sync() to avoid
breaking backward compatibility.
2013-08-01 17:35:54 -07:00
Legradi Szabolcs
89a3732a03
Fix state label for Hungary
2013-08-01 16:58:48 +02:00
Legradi Szabolcs
0b92287bd4
Enable states in Hungary
...
The states file for Hungary is in the project for some time now, this
commit enables the use of it.
2013-08-01 16:43:00 +02:00
Illimar Tambek
27ed699ea7
Prefix stock hooks with product_
2013-08-01 15:09:15 +03:00
Illimar Tambek
40ee077624
Add woocommerce_set_stock, woocommerce_increase_stock and woocommerce_reduce_stock action hooks
2013-08-01 15:06:26 +03:00
Mike Jolley
23cad7cec2
First day of month report fixes.
2013-07-31 17:47:38 +01:00
Mike Jolley
981575491d
Review order columns Closes #2798 .
2013-07-31 15:12:53 +01:00
Patrick Rauland
012e6fe2f9
linking plugin name to the plugin url in system status
2013-07-30 21:31:19 -05:00
Mike Jolley
1b9562ca3b
operator option. Closes #3528
2013-07-30 15:03:39 +01:00
Mike Jolley
f7cba5948b
Filter woocommerce_checkout_customer_id Closes #3491
2013-07-30 14:50:53 +01:00
Mike Jolley
12d705c9c4
Bulk and quick edit tax status/class. Closes #3530 .
2013-07-30 14:43:45 +01:00
Mike Jolley
596f4d1a23
More login hooks Closes #3543 .
2013-07-30 13:38:45 +01:00
Mike Jolley
55150a08d8
Notices
2013-07-30 13:03:18 +01:00
Mike Jolley
fd4b16f30e
Correctly sanitize password. Closes #3553 .
2013-07-30 13:03:08 +01:00
Mike Jolley
bf5716af3c
If admin user is logged in, link them to order notes. Closes #3433 .
2013-07-30 12:35:18 +01:00
Mike Jolley
63b203955b
Fix syncing and make variable_product_sync static for admin use. Closes #3450
2013-07-30 12:15:09 +01:00
Mike Jolley
b2e3df20e3
Remove trashed and non-existant products from the cart. Closes #3457 .
2013-07-30 11:51:50 +01:00
Mike Jolley
9b512df0c0
Bulk edit mark on hold Closes #3496 .
2013-07-30 11:35:07 +01:00
Mike Jolley
51c1af2f34
Pass item + id to order_line_item hook Closes #3518 .
2013-07-30 11:29:06 +01:00
Mike Jolley
22bd515fbd
Customer invoice does not need toggle. Closes #3459 .
2013-07-30 11:24:25 +01:00
Mike Jolley
c9b7a46c7b
Correct string to times and ranges. Closes #3540
2013-07-30 11:12:48 +01:00
Mike Jolley
f7d2531ec1
Check attribute values are posted.
2013-07-30 11:12:48 +01:00
Mike Jolley
97f5ee7433
Merge pull request #3533 from kloon/master
...
Google Analytics, Add to cart event uniformity for shop and single.
2013-07-27 11:36:31 -07:00
Kathy Darling
f743018ea1
add action woocommerce_variable_product_sync to variable sync
2013-07-26 11:59:34 -04:00
Kathy Darling
1a0d17c29d
Merge branch 'master' of git://github.com/woothemes/woocommerce
2013-07-26 11:57:17 -04:00
Mike Jolley
9462dde581
Settings refactoring
2013-07-26 15:36:28 +01:00
Kathy Darling
bdcb4cf169
add woocommerce_get_variation_price_html filter
2013-07-26 09:47:23 -04:00
Gerhard
9954c87fa6
Google Analytics, Add to cart event uniformity for shop and single.
2013-07-26 09:10:12 +02:00
Mike Jolley
e7bd988470
Admin taxonomies
2013-07-25 17:51:28 +01:00
Mike Jolley
cd50b328a2
Install and update functions
2013-07-25 16:29:25 +01:00
Mike Jolley
8f04446a61
Dashboard. Closes #3493
2013-07-25 15:00:23 +01:00
Mike Jolley
ff0fc4fa31
Check function returns a product. #3526
2013-07-24 21:24:58 +01:00
Mike Jolley
41c27b19ad
deprecated
2013-07-24 21:24:58 +01:00
Mike Jolley
f67f48558c
Merge pull request #3523 from themesquad/master
...
Fixed "Strict Standards" warning on the process_payment() declaration.
2013-07-24 12:04:26 -07:00
Mike Jolley
728b1bf244
Some more admin class conversions
2013-07-24 19:55:02 +01:00
Mike Jolley
8a6ff89bf1
Moved admin directory and moved some functions to classes (ongoing refactor)
2013-07-24 17:01:36 +01:00
Juan Jose Gonzalez Alanis
1339426164
Fixed "Strict Standards" warning on the process_payment() declaration of the WP_Payment_Gateway class.
2013-07-24 13:24:52 +02:00
Mike Jolley
815a5e6ff4
PayPal buttonsource
2013-07-23 17:21:24 +01:00
Mike Jolley
725cb7714b
More endpoints for myaccount pages, and endpoint options so they can be modified. Closes #3170 .
2013-07-23 17:05:01 +01:00
Mike Jolley
805a9e617c
Use get_price and introduce get_regular and get_sale_price methods. Closes #3427
2013-07-23 11:29:04 +01:00
Mike Jolley
81f188b4ca
PayPal authorization feature
2013-07-23 10:18:58 +01:00
Mike Jolley
d51083167a
Sandbox off by default
2013-07-22 13:41:59 +01:00
Mike Jolley
19674a3d15
Allow autofill and use 'input' event to detect changes. Closes #3503
2013-07-21 10:38:22 +01:00
Mike Jolley
0b848b8f37
AE no postcodes. Closes #3492 .
2013-07-19 15:08:40 +01:00
Mike Jolley
857ed79924
fallback for bad calls to the post_class filter. Closes #3463
2013-07-19 14:28:04 +01:00
Mike Jolley
b01bf72bfe
Improve messages. Closes #3370 .
2013-07-19 13:30:27 +01:00
Mike Jolley
12d6569cc1
Readme + versions
2013-07-19 11:09:19 +01:00
Mike Jolley
7ccac3a260
Clean inputs posted on the shipping form
2013-07-19 07:58:50 +01:00
Mike Jolley
a5aa58b135
Allow iframe html to be input for sharethis. Closes #3254 .
2013-07-19 07:54:51 +01:00
Mike Jolley
34c90813bd
Price filter widget: preserve orderby Closes #3307 .
2013-07-19 07:11:41 +01:00
Mike Jolley
7b2c232b9c
Prevent flat rate rows with no class set from saving. Closes #3312 .
2013-07-19 07:08:13 +01:00
Mike Jolley
2c8e598371
Fix paypal phone mask (whitespace) Closes #3328 .
2013-07-19 07:00:38 +01:00
Mike Jolley
0ef33da03c
Make account password 'required' when needed. Closes #3313 .
2013-07-19 06:58:45 +01:00
Mike Jolley
f295a5d568
Merge branch 'Charts/Reports' Closes #3281
2013-07-18 14:08:27 +01:00
Mike Jolley
d30c1ef1e4
'httpversion' => '1.1' possibly needed for paypal - testing
2013-07-17 14:29:42 +01:00
Mike Jolley
18a448ff77
Tweaked popularity sorting to work better when no sales are present.
2013-07-17 11:21:52 +01:00
Mike Jolley
bf73fd3c8e
Merge pull request #3411 from jprieton/patch-1
...
Hint on documentation of function get_product()
2013-07-15 09:17:41 -07:00
Mike Jolley
3a1ca6789c
Merge pull request #3438 from BFTrick/patch-add-product-meta
...
Add Product Meta Data to Post Class
2013-07-15 09:16:02 -07:00
Mike Jolley
fd887c52f1
Merge pull request #3478 from henrikgregersen/master
...
(#3477 ) Initialize address formats to the stores locale, instead of use a default.
2013-07-15 09:11:03 -07:00
Mike Jolley
8ac12ae40c
Merge pull request #3479 from shoheitanaka/master
...
Japanese Localization
2013-07-15 09:09:58 -07:00
Shohei Tanaka
7436e37aec
Japanese Localization
...
I made Japanese localization files.
2013-07-15 17:22:48 +09:00
Henrik Gregersen
a0105bb043
Initialize to store address format ( #3477 )
...
If the user has not entered an address yet, then the address fields will be displayed in a default order, because the $country will be empty. To fix this and initialize address formats to the stores locale, the $country variable is set to the base_country if it has no value
2013-07-15 01:25:12 +02:00
James Koster
fa786a1173
typo
2013-07-08 09:48:48 +01:00
Patrick Rauland
e6f7f5b16f
adding product meta data to post class
2013-07-05 10:46:52 -05:00
jprieton
59d43a25f7
Update proposal hint on documentation of function get_product()
...
Update proposal hint on documentation of function `WC_Product_Factory::get_product()` from `void` to an generic `WC_Product`
2013-07-01 17:18:07 -04:30
Coen Jacobs
9bcf44106c
Also apply #3405 to master branch
2013-06-28 13:10:44 +02:00
Mike Jolley
06bf190599
public false for taxonomies. Closes #3373 .
2013-06-28 11:17:56 +01:00
Mike Jolley
a9569ccd6f
Only allow those who can edit the post to add drafts to cart. For testing. Closes #3381
2013-06-28 11:14:21 +01:00
Mike Jolley
e6db7d2c0c
Set session after removing item. Closes #3382 .
2013-06-28 11:03:12 +01:00
Mike Jolley
e296c9d538
woocommerce_new_order_note_data Closes #3379
2013-06-28 10:50:05 +01:00
Mike Jolley
5be00f2d32
Drop ucwords Closes #3369 .
2013-06-28 10:30:32 +01:00
Mike Jolley
d0b6483037
Dump coupon helper and add new functions. Closes #3353 .
2013-06-28 10:23:20 +01:00
Mike Jolley
9f5f81c1aa
cat-parent without extra query. Closes #3355 .
2013-06-28 10:07:18 +01:00
Mike Jolley
f8f3f8a660
Fix sale expiration for variations. Closes #3321 .
...
@coenjacobs might be useful for .13
2013-06-28 09:58:07 +01:00
Coen Jacobs
a55556332c
Extra escaping on layered nav href to prevent injection
2013-06-26 11:44:35 +02:00
Mike Jolley
d7cfe05daf
More charts work
2013-06-24 17:47:28 +01:00
Mike Jolley
9d37e5bf92
Stripslashes
2013-06-22 11:43:57 +01:00
Mike Jolley
0e29b31fcb
Work on charts/reports
2013-06-22 11:37:59 +01:00
Mike Jolley
fc104fc84b
Post types need to exist first
2013-06-20 12:05:11 +01:00
Mike Jolley
1ff10d6ccf
Enable for all taxonomies
2013-06-20 12:05:11 +01:00
Mike Jolley
3b5d8b7d41
Futher standardisation of cart and order loops. Closes #3348 .
2013-06-17 12:21:24 +01:00
Mike Jolley
1e94bbc990
Review nonce. Closes #3324 .
2013-06-14 16:15:26 +01:00
Mike Jolley
2db3d24a82
Enforce session as array data, and settings api tweak for special chars. Closes #3135 .
2013-06-14 14:42:28 +01:00
Mike Jolley
2a6bae4e0a
Change is_visible for variations to make method calls cleaner.
2013-06-14 12:21:38 +01:00
Mike Jolley
1d0a017a9f
Put back params
2013-06-13 17:01:47 +01:00
Mike Jolley
f87505b445
Rounding tweaks
2013-06-13 17:01:47 +01:00
Mike Jolley
c72ae714f7
Removed nonce helper
...
@coe
2013-06-11 17:55:55 +01:00
Mike Jolley
646a8a008c
Make use of new functions
2013-06-11 15:59:54 +01:00
Mike Jolley
1716728802
new message functions
2013-06-11 15:59:42 +01:00
Mike Jolley
10f44301f4
deprecated functions
2013-06-11 15:59:34 +01:00
Mike Jolley
60bc15e61f
Session class improvements - get and set + defaults
2013-06-11 15:59:23 +01:00
Mike Jolley
d448046234
Move WC back to main file, as singleton
2013-06-11 15:21:14 +01:00
Mike Jolley
4397b00c4a
classes -> includes (for includes)
2013-06-11 14:28:45 +01:00
Mike Jolley
c75ea04c1c
classes -> includes
2013-06-11 14:25:30 +01:00