Mike Jolley
|
24e884a480
|
When dealing with fixed_product discounts, when doing it for the line, multiple by product qty Closes #5054
|
2014-03-06 12:29:25 +00:00 |
Mike Jolley
|
ba466b3de9
|
Fix variation price display by checking if a variation is actually stock managed before comparing to stock amount Closes #5059
|
2014-03-06 12:07:28 +00:00 |
Mike Jolley
|
8971dc0d92
|
Set default for $plain_text variable. Closes #5051
|
2014-03-06 11:57:47 +00:00 |
Mike Jolley
|
d42bb7a285
|
Check existence of nonce Closes #5050
|
2014-03-06 11:37:48 +00:00 |
Gerhard
|
0463516020
|
Remove duplicate coupon type check
|
2014-03-06 10:08:27 +02:00 |
Gerhard
|
3b0c541acf
|
Send http status 201 when coupon created.
|
2014-03-06 09:59:28 +02:00 |
claudiosmweb
|
2adacc742a
|
fixed the status for create new customers via api
|
2014-03-06 04:28:42 -03:00 |
Gerhard
|
ae85e64b2b
|
Edit coupon, save product ID's in comma separates values as per core
|
2014-03-06 08:52:34 +02:00 |
Gerhard
|
518a8cffb2
|
Save product ID's as comma separated values like core does it
|
2014-03-06 08:51:00 +02:00 |
Gerhard
|
1b1c13349b
|
Do not url decode the body data, just add it. See https://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html
|
2014-03-06 08:42:05 +02:00 |
Gerhard
|
8e0a267a84
|
Remove implode function
|
2014-03-06 08:10:08 +02:00 |
Gerhard
|
d5171854a1
|
edit coupon, change comma separated data structures to arrays
|
2014-03-06 07:59:10 +02:00 |
Gerhard
|
6ddbc7e6ee
|
Change comma separate data to arrays
|
2014-03-06 07:55:49 +02:00 |
Gerhard
|
88d6e064fa
|
Add missing bracket
|
2014-03-06 07:50:05 +02:00 |
Gerhard
|
7e73f621c8
|
Add coupon type check when adding new coupon
|
2014-03-06 07:49:01 +02:00 |
Gerhard
|
d278896d31
|
Fix route comments, moved coupon code filter and remove wc_clean around it, check for valid coupon types.
|
2014-03-06 07:45:32 +02:00 |
claudiosmweb
|
e6755972b0
|
fixed the inline documentation
|
2014-03-05 14:24:47 -03:00 |
Coen Jacobs
|
f6ca02e099
|
This branch is now 2.1.5-bleeding
|
2014-03-05 13:43:11 +01:00 |
Coen Jacobs
|
1bfc590c5e
|
Merge branch 'refs/heads/2.1'
Conflicts:
assets/js/frontend/checkout.min.js
package.json
readme.txt
woocommerce.php
|
2014-03-05 13:41:49 +01:00 |
Coen Jacobs
|
f101e15504
|
WC 2.1.4 stable tag bump
|
2014-03-05 11:35:20 +01:00 |
Coen Jacobs
|
0efe995395
|
Changelog update for plugin_textdomain switch
|
2014-03-05 11:34:38 +01:00 |
Mike Jolley
|
d60e98aefb
|
load_textdomain first
|
2014-03-05 11:33:34 +01:00 |
Mike Jolley
|
eda56fd1bd
|
Update translations
|
2014-03-05 11:33:32 +01:00 |
Mike Jolley
|
7ce36dc881
|
load_textdomain first
|
2014-03-05 10:32:44 +00:00 |
Mike Jolley
|
c6611bf03b
|
Update translations
|
2014-03-05 10:31:46 +00:00 |
Coen Jacobs
|
ea710976ab
|
Changelog bump for 2.1.4
|
2014-03-05 11:25:08 +01:00 |
Coen Jacobs
|
f069ac45d6
|
Minified files for 2.1.4 maintenance release
|
2014-03-05 11:08:23 +01:00 |
James Koster
|
34686df47d
|
tabs. #5038
|
2014-03-05 11:04:19 +01:00 |
James Koster
|
d686d050f8
|
tabs. #5038
|
2014-03-05 11:04:18 +01:00 |
James Koster
|
a60ecb1c10
|
tabs. closes #5038
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
bfb32b9630
|
Suppress errors in download handler Closes #5042
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
fb20fc87b6
|
Use woocommerce_notify_no_stock_amount not 0, Closes #5035
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
914308765e
|
Recoded set_stock to only make a variable product out of stock if all variations are stock managed, to to resync prices after stock changes #5035
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
676a67bffb
|
Updated sync logic to exclude hidden and out of stock variations from the price display #5035
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
fc1d4d2580
|
Remove admin check around global po Closes #5029
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
95f7b77a80
|
Tweak shipping language Closes #5030
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
fa7629e8b8
|
Corrected the "Show Siblings and Children Only" queries Closes #5028
|
2014-03-05 11:04:18 +01:00 |
Patrick Rauland
|
b6d54a8ebe
|
returning false instead of array for countries without states
|
2014-03-05 11:04:18 +01:00 |
Mike Jolley
|
f44a4bc9d9
|
Made woocommerce_update_cart_action_cart_updated a filter which can return true or false to recalc totals Closes #4905
Conflicts:
includes/class-wc-form-handler.php
|
2014-03-05 11:04:14 +01:00 |
Mike Jolley
|
a5de7edb4a
|
Regen pot files #4986
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
84a42f16cb
|
Add context to strings #4986
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
aab4ad52bf
|
Revert load order change #4986
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
630eb61203
|
Later hook for template redirect and the_post Closes #4984
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
bb9299fa0c
|
Change the save order so email data is correct for manual orders Closes #4995
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
bf8f45fbc9
|
Correctly recompile scripts on update. Frontend css option no longer exists Closes #5014
|
2014-03-05 11:02:53 +01:00 |
Mike Jolley
|
22b259a980
|
Fix variable product add file button after adding a new variation Closes #4994
Conflicts:
assets/js/frontend/checkout.min.js
|
2014-03-05 11:02:49 +01:00 |
Mike Jolley
|
e81c018e60
|
wc_get_endpoint_url - added support for permalinks containing a query string Closes #5016
|
2014-03-05 10:58:36 +01:00 |
Mike Jolley
|
cd11784be9
|
Notice functions are 'core' so it makes sense to load session classes 'core' too (not just frontend)
|
2014-03-05 10:58:36 +01:00 |
splashingpixels
|
dc126ac7f4
|
minified single-product.js
|
2014-03-05 10:58:36 +01:00 |
splashingpixels
|
88dbd15c4b
|
external product review link not opening on load fixes #5008
|
2014-03-05 10:58:36 +01:00 |