Mike Jolley
bc0cb6fc53
Merge pull request #6566 from helgatheviking/add-to-cart-handler-2
...
add custom add to cart handler. update for #5923
2014-10-17 16:28:30 +01:00
Kathy Darling
41c5b18659
add custom add to cart handler. update for #5923
2014-10-17 17:26:50 +02:00
Mike Jolley
8766cfa6df
Tweak woocommerce_get_price_html_from_to in #6455
2014-10-17 16:25:54 +01:00
Mike Jolley
2668f0b8dd
Merge pull request #6455 from paulwilde/from-to-filters
...
Introduce filters to get_price_html_from_text() and get_price_html_from_to()
2014-10-17 16:25:16 +01:00
Mike Jolley
20279831e7
Tweak to naming in #6375
2014-10-17 16:24:21 +01:00
Kathy Darling
3d4a534e6a
rename method to has_all_attributes_set
2014-10-17 17:24:04 +02:00
Mike Jolley
21784e80cd
Merge pull request #6375 from dominic-p/settings-desc
...
Moved description and tip generation to a separate method
2014-10-17 16:19:02 +01:00
Mike Jolley
ba5032fac3
Email RTL styles Closes #5945
2014-10-17 16:11:08 +01:00
Florian Ludwig
29f152633b
RESTAPI 2 Add possibility to filter by product_cat
...
For products it would be nice to be able to filter by product cat.
usage: filter[product_cat]=CATSLUG
2014-10-17 16:53:14 +02:00
James Koster
3d85305eb8
more download table tweaks. #6562
2014-10-17 14:50:23 +01:00
James Koster
e27d4afee1
data tabs tweaks. #6562
2014-10-17 14:50:23 +01:00
Mike Jolley
ebea42f7ee
Merge branch 'pr/6322'
...
Conflicts:
.gitignore
2014-10-17 14:43:54 +01:00
Mike Jolley
10fc2f7321
Add separate meta box for wc endpoints
2014-10-17 14:42:35 +01:00
Mike Jolley
6931a84947
Ignore scssc
2014-10-17 12:20:53 +01:00
James Koster
eb258950bd
variations markup / css refactor. #6562
2014-10-17 12:17:30 +01:00
Mike Jolley
5ff8f65d1f
Merge pull request #6507 from chrisnharvey/master
...
Pass cart item values to is_valid_for_product method in WC_Coupon
2014-10-17 12:09:23 +01:00
Mike Jolley
e926f49ae2
Merge pull request #6194 from AardvarkMike/master
...
Suggested fix for Issue #6193
2014-10-17 12:06:33 +01:00
Mike Jolley
d079a7a1a6
Merge pull request #6557 from SiR-DanieL/lost-psw
...
Fix lost password submitting twice
2014-10-17 11:54:46 +01:00
Mike Jolley
26137fec33
Merge pull request #6556 from SiR-DanieL/start-ratings
...
Fix star ratings
2014-10-17 11:48:30 +01:00
Mike Jolley
c69c34baa6
Merge pull request #6559 from tamarazuk/non-integer-stock
...
Allow for non-integer stock quantities
2014-10-17 11:40:18 +01:00
Tamara Zuk
f34187d5d3
Allow for non-integer stock quantities
...
It looks like a3b522aff8
removed this
ability.
This would be very useful for extensions like Measurement Price
Calculator.
2014-10-17 00:52:56 -04:00
Nicola Mustone
6e9176a5bf
Fix disable password submitting twice
2014-10-16 21:59:45 +02:00
Nicola Mustone
09737a0ef2
wrong spacing
2014-10-16 21:41:09 +02:00
Nicola Mustone
df13e6068f
Ratings hidden when reviews are disabled
2014-10-16 21:38:04 +02:00
James Koster
cf2e17e74c
minor responsive tweaks in product data tabs. #4872
2014-10-16 17:48:32 +01:00
Mike Jolley
0718aef09e
wc_update_product_stock should update stock regardless, if the meta data doesn't currently exist
...
Fixes #6553
2014-10-16 17:15:10 +01:00
James Koster
1a5b9aced3
customer details. closes #6470
2014-10-16 17:01:00 +01:00
Mike Jolley
4234502265
Coupon API: Don't return current timestamp when expiry_date is not set
...
Fixes #6546
2014-10-16 16:59:51 +01:00
Mike Jolley
dfa4f8b63a
Merge pull request #6552 from Aaron3/patch-1
...
Fixed API create_order to allow setting line totals.
2014-10-16 16:53:18 +01:00
Mike Jolley
9fb4e1cee4
Merge pull request #6538 from krautnerds/rest-api-all-customer-fix
...
REST API 2.0 Add possibility to get all customers
2014-10-16 15:54:00 +01:00
Mike Jolley
1af90cd169
Only show integrations subnav when there are multiple integrations.
2014-10-16 15:53:12 +01:00
Mike Jolley
05d5849a67
Check mb_strtolower exists.
2014-10-16 15:53:12 +01:00
Mike Jolley
0414476687
Merge pull request #6543 from scottdurban/patch-1
...
Add 'woocommerce_order_status_on-hold_to_processing', to $email_actions
2014-10-16 12:15:45 +01:00
Mike Jolley
152105d334
Merge pull request #6548 from SiR-DanieL/patch-2
...
Fix potential bug
2014-10-16 12:15:17 +01:00
Mike Jolley
994bef5fdc
Merge pull request #6542 from mgiulio/fix-comment
...
Fix comment
2014-10-16 12:14:33 +01:00
Aaron
0b557e175e
Fixed API create_order to allow setting line totals.
...
$order->add_product expects totals without the `line_` prefix. See https://github.com/woothemes/woocommerce/blob/master/includes/abstracts/abstract-wc-order.php#L149
Without this, setting product coupons doesn't work correctly. (The coupon is saved to the order but no discounts are added to the product.)
2014-10-16 13:56:08 +03:00
Nicola Mustone
437e041d3d
Fix potential bug
...
Added `default` to prevent notices and reordered the code.
2014-10-16 08:56:28 +02:00
Florian Ludwig
e1039c127f
Reworked code to be Wordpress code style compliant
2014-10-15 19:43:13 +02:00
scottdurban
f7a23bf127
Add 'woocommerce_order_status_on-hold_to_processing', to $email_actions
...
This addition would stop users from editing the core, as there is currently no eloquent way to edit the $email_actions array. Especially useful for creating email notifications for confirming payment (BACS).
2014-10-15 16:21:46 +02:00
mgiulio
8567f2f1fd
Fix comment
2014-10-15 14:51:15 +02:00
Mike Jolley
342f5e9472
[2.2] Update jquery payment to prevent autocomplete issues
2014-10-15 11:12:15 +01:00
Kathy Darling
0304778f18
add variation class method is_all_defined() which tests if all the attributes are set
2014-10-15 09:11:41 +02:00
Florian Ludwig
3a4cc14f62
Fixed intendation
2014-10-15 00:31:56 +02:00
Florian Ludwig
846c24d119
REST API 2.0 Add possibility to get all customers
...
usage similar to products and orders: filter[limit]=-1
2014-10-15 00:24:16 +02:00
Mike Jolley
44ad43216e
Turn caching back on
2014-10-14 17:01:15 +01:00
Mike Jolley
c01bc63020
Correct report handling for full and partial refunds.
...
Fixes #6530
@claudiosmweb look good?
2014-10-14 16:39:57 +01:00
Barry Kooij
b353c75d43
Display excluded categories in coupon error message.
...
Related #6400 .
2014-10-14 16:18:31 +02:00
Barry Kooij
4371c661ec
Codestyle.
2014-10-14 16:11:46 +02:00
Barry Kooij
6ea096ad42
Merge branches 'master' and 'master' of github.com:woothemes/woocommerce
2014-10-14 16:10:05 +02:00
Barry Kooij
389eae28c2
Display what products are excluded from using with a coupon.
...
Fixes #6400 .
2014-10-14 16:09:56 +02:00