Max Rice
f6ea020e8d
Add WP JSON API Library
2013-11-02 01:16:45 -04:00
Coen Jacobs
c31a48fa6c
Merge pull request #4049 from thenbrent/fix_deprecated_class
...
Fix use of `__CLASS__` when not in class
2013-11-01 15:19:11 -07:00
thenbrent
dae90d0dd0
Fix use of __CLASS__ when not in class
2013-11-01 15:00:09 -07:00
Coen Jacobs
16162ca8db
We'll let autoload handle this file loading
...
Revert: 1428bf8f9c
2013-11-01 21:05:02 +01:00
thenbrent
9716c985cd
Fix markup on form-pay.php
...
Payment method fields were not displaying on the "Checkout -> Pay" page
because checkout.js was using a input#payment_method_{name} selector, which
worked fine with the payment method markup used in the review-order.php template,
but not with the markup used in the form-pay.php template.
This moves the #payment_method_{name} attribute from the <li/> elements to the
<input/> element so that checkout.js correctly display's payment method fields.
2013-11-01 11:54:29 -07:00
Scott Basgaard
5b4ef0b8bd
Class name consistency for woocommerce_attributes > product_attributes. See #4019
2013-11-01 13:06:14 -04:00
Coen Jacobs
1428bf8f9c
Only load integration abstract when needed #3169
2013-11-01 17:39:33 +01:00
Coen Jacobs
ae64e20bb3
Take out default variations #3169
2013-11-01 17:33:33 +01:00
Mike Jolley
5faf171a48
Merge pull request #4030 from bernardpeh/woocommerce-dev
...
polish up attributes section confusing tips.
2013-11-01 08:47:04 -07:00
Mike Jolley
ab94de75d6
Merge pull request #4038 from emzo/widget-product-categories-orderby
...
Changed label of orderby setting in product category widget.
2013-11-01 07:02:38 -07:00
Mike Jolley
e9c130145a
Merge pull request #4031 from helgatheviking/sync/add-child-to-action
...
pass $children variable (variations) to the woocommerce_variable_product...
2013-11-01 07:01:28 -07:00
Emyr Thomas
ba3282c737
Changed label of orderby setting in product category widget.
2013-10-31 21:42:31 +00:00
Mike Jolley
19fcf30a66
Option to limit reviews to purchasers. Closes #4021
2013-10-31 17:37:36 +00:00
Mike Jolley
3c80c9d655
Dump pre 2.0 readme
2013-10-31 16:26:51 +00:00
Mike Jolley
b4d1c764d5
Move average rating outside of hidden tab. Closes #3867 .
2013-10-31 16:26:20 +00:00
Mike Jolley
447b9d8b4f
Unlike the suggestion in #3965 , the HTML email preview should preview the layout only (selected colours etc). Content is irrelevant.
...
Closes #3965
2013-10-31 15:07:43 +00:00
Mike Jolley
f6b317f199
Labels need to be clickable
2013-10-31 12:01:11 +00:00
Kathy Darling
b444b42275
pass $children variable (variations) to the woocommerce_variable_product_sync hook
2013-10-31 09:17:00 +01:00
Bernard Peh
f4291f9333
polish up attributes section confusing tips.
2013-10-31 17:14:35 +11:00
Mike Jolley
bbbcae2027
Merge pull request #4028 from ragulka/estonian-translation
...
Update estonian translation
2013-10-30 08:36:17 -07:00
Mike Jolley
67c7671bb2
woocommerce_apply_base_tax_for_local_pickup when no methods are chosen yet
2013-10-30 15:30:20 +00:00
Illimar Tambek
10715c5db6
Update estonina translation
2013-10-30 16:08:24 +02:00
Mike Jolley
e16dc97afb
Merge pull request #4015 from RistoNiinemets/master
...
use wooocommerce_locate_template
2013-10-30 06:07:15 -07:00
RistoNiinemets
ff26037372
replace function with new filter
2013-10-29 20:16:12 +02:00
RistoNiinemets
6a2972f5f3
Merge remote-tracking branch 'upstream/master'
2013-10-29 20:11:00 +02:00
Mike Jolley
95c0a67fdf
Merge pull request #4017 from scottbasgaard/master
...
Define line_subtotal and line_subtotal_tax to avoid PHP notice in cart.
2013-10-29 09:49:55 -07:00
Mike Jolley
f9248a7888
Merge pull request #4018 from dimitrov-adrian/patch-7
...
Massive BG language update
2013-10-29 09:49:12 -07:00
Mike Jolley
c3232d613d
_woocommerce_term_recount
2013-10-29 11:29:21 +00:00
James Koster
dcf54c23bd
edit coupon icons and new version of WooCommerce icon font. #3585
2013-10-28 11:19:56 +00:00
James Koster
5aeaed888e
Add review form no longer opens in lightbox. closes #3804
2013-10-28 09:56:03 +00:00
James Koster
1fbb6249ff
Replaced → / ← on frontend with icons from our font. closes #4009
2013-10-28 09:45:59 +00:00
James Koster
8ebd7532f4
readme
2013-10-28 09:05:51 +00:00
James Koster
e934947152
Remove placeholder polyfill. closes #4012
2013-10-28 09:03:03 +00:00
Scott Basgaard
a36c8d3b1f
Rename attributes class to woocommerce_attributes. Fixes #4019
...
.product_attributes should be .woocommerce_attributes
2013-10-26 21:38:03 +02:00
Adrian Dimitrov
519ac5424d
Massive BG language update
...
Language update for 2.1.
Updated catalog
Removed some states translations that are not so correct.
Updated some strings to look nicer on UI
2013-10-26 22:02:04 +03:00
Scott Basgaard
ea03af2ee4
woocommerce_exclude_order_comments() is now exclude_order_comments()
2013-10-26 17:30:43 +02:00
Scott Basgaard
507b7bec96
Use wp_nonce_field. $woocommerce->nonce_field is deprecated.
2013-10-26 16:39:10 +02:00
Scott Basgaard
213525fc7c
Use global $current_user in my-account/edit address.
...
Avoid PHP notice for undefined variable.
2013-10-26 16:33:14 +02:00
Scott Basgaard
5676c8d919
Define line_subtotal and line_subtotal_tax to avoid PHP notice in cart.
2013-10-26 16:22:09 +02:00
RistoNiinemets
fcaaa129f2
use wooocommerce_locate_template
...
This allows woocommerce_locate_template filter to work on admin also
2013-10-26 13:32:38 +03:00
Mike Jolley
5c67088ca1
Merge pull request #4013 from bernardpeh/woocommerce-master
...
same issue as #4005 but on different template.
2013-10-25 14:25:22 -07:00
Bernard Peh
09155c490f
same issue as #4005 but on different template.
2013-10-26 08:02:08 +11:00
Mike Jolley
c7429357c7
Fix notices and rounding issues in orders
2013-10-25 20:02:21 +01:00
Mike Jolley
a099f3f37c
Put back old coupon storage logic so plugins can add amounts later than construct. Also streamlined get/set session data.
2013-10-25 19:28:09 +01:00
Mike Jolley
9416a4c8a2
Merge pull request #4007 from RistoNiinemets/ucfirst
...
change ucwords to ucfirst
2013-10-25 09:09:18 -07:00
RistoNiinemets
a96cb41c83
no dot use ucfirst nor ucwords for method title
2013-10-25 18:44:17 +03:00
Mike Jolley
8356cd301d
Merge pull request #4011 from scottbasgaard/master
...
Round product % price inc/dec in bulk edit. Resolves #4001
2013-10-25 08:14:23 -07:00
Mike Jolley
f742a91435
Rejig login form closes #4005
2013-10-25 16:10:13 +01:00
Mike Jolley
8fcb35c5dc
Merge pull request #4008 from RistoNiinemets/master
...
additional customer details hook
2013-10-25 07:56:04 -07:00
Mike Jolley
423cedc425
Wordwrap
2013-10-25 14:42:05 +01:00