Mike Jolley
6bcee46ffb
Convert float to string during update post meta #3862
2013-11-12 12:01:05 +00:00
Mike Jolley
7179417d0f
Better locale report #3862
2013-11-11 15:41:32 +00:00
Mike Jolley
70e2a05bd6
wpautop when displaying values #3926
2013-11-11 13:50:36 +00:00
Mike Jolley
5f62c532c3
Clean up formatting in admin - use autop #3926
2013-11-11 13:50:36 +00:00
Mike Jolley
a60505ca26
Merge pull request #4081 from claudiosmweb/fix_4072
...
Rating custom field for Reviews/Comments
2013-11-11 04:33:50 -08:00
Mike Jolley
93f65c566b
Merge pull request #4085 from nsitbon/master
...
Minor fixes on French translation
2013-11-11 04:30:31 -08:00
Nicolas Sitbon
562ef9493c
Minor fixes on French translation
2013-11-10 09:33:44 +01:00
claudiosmweb
e04dadd8d9
added rating meta box for comments, fix #4072
2013-11-08 17:19:42 -02:00
Mike Jolley
9a82aecaad
Min
2013-11-08 17:03:59 +00:00
Mike Jolley
442f3b54cf
Use textarea for meta #3926
2013-11-08 17:03:46 +00:00
Mike Jolley
ac6bb25a22
Merge pull request #4053 from helgatheviking/feature/variation-bulk-edit-trigger
...
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-08 08:08:12 -08:00
Mike Jolley
a8d8cd971a
Fixed notice when adding variation
2013-11-08 16:05:17 +00:00
Mike Jolley
97bdb1555f
Sync only when needed
2013-11-08 16:02:03 +00:00
Mike Jolley
47fc9b2922
Merge pull request #4068 from BFTrick/sanitzie-admin-order-meta
...
Removing Extra Slashes When Order Meta is Saved in Admin
2013-11-08 07:58:25 -08:00
Mike Jolley
78832e7e79
woocommerce_is_filtered filter Closes #4078
2013-11-08 15:56:38 +00:00
Mike Jolley
98d247eb76
Rather than storing prices themselves, store the ID's of variations during price sync - output prices using variation tax class Closes #4032
2013-11-08 15:53:57 +00:00
James Koster
e13d29648c
dashboard colors #4042
2013-11-08 14:05:52 +00:00
Mike Jolley
59ca87be5d
Merge pull request #4079 from BFTrick/update-local-pickup-description
...
Make the Local Pickup Tooltip More Descriptive
2013-11-08 05:12:44 -08:00
Patrick Rauland
cc79155f0d
making the local pickup tooltip more descriptive
2013-11-08 07:10:43 -06:00
James Koster
85ccbea9ca
text indent on icon replacement mixin
2013-11-08 13:03:09 +00:00
James Koster
44215c88cc
menu icons... #4042
2013-11-08 12:29:59 +00:00
James Koster
3101de6989
menu icons #4042
2013-11-08 12:22:35 +00:00
James Koster
4ef71b1762
colors #4042
2013-11-08 12:00:40 +00:00
James Koster
097c3266d4
sys status #4042
2013-11-08 11:50:45 +00:00
James Koster
1603902051
reports #4042
2013-11-08 11:46:44 +00:00
James Koster
324d3932f1
product data handle #4042
2013-11-08 11:38:45 +00:00
James Koster
cb24997c11
sort / add account. #4042
2013-11-08 11:33:22 +00:00
James Koster
77b35c4be8
add ons layout. closes #4044
2013-11-08 11:04:55 +00:00
Mike Jolley
ff0fae0c1f
action, not filter
2013-11-07 09:53:28 +00:00
Patrick Rauland
3ba5aa3369
removing extra slashes when order meta is saved in admin
2013-11-06 10:30:36 -06:00
James Koster
2ce069ea2e
payment heading
2013-11-06 13:56:59 +00:00
Mike Jolley
95b91dad5e
Merge pull request #4060 from AndriyGusak/master
...
Ukrainian language
2013-11-06 01:52:37 -08:00
Andriy Gusak
6f8a4aa938
Ukrainian language
2013-11-05 23:38:36 +02:00
Mike Jolley
c530e8bfcd
Schema: ProductID can now be SKU, added URL
2013-11-04 12:53:49 +00:00
Coen Jacobs
b9b9f3a49e
Fixed docs for enabled params (string, not bool), closes #4052
2013-11-04 11:29:20 +01:00
Coen Jacobs
c58621f3f8
Fixed docblock return type, closes #4057
2013-11-04 11:20:45 +01:00
Mike Jolley
43b302e9dc
Merge pull request #4047 from thenbrent/form_pay_fix
...
Fix markup on form-pay.php
2013-11-04 02:00:14 -08:00
Mike Jolley
e3a8b7dfdc
Merge pull request #4045 from scottbasgaard/master
...
Class name consistency for woocommerce_attributes > product_attributes. ...
2013-11-04 01:59:58 -08:00
Kathy Darling
a97e1a697d
Add a custom trigger handler based on the value of select#field_to_edit
2013-11-03 18:50:24 +01: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