Mike Jolley
36549725fb
Merge pull request #8427 from fhugas/patch-1
...
Removed redundant strtolower()
2015-06-22 10:03:50 +01:00
fhugas
e0c81c5fb8
Removed redundant strtolower()
...
Removed the redundant strtolower on line 43 in the private function get_file_name_from_class() which is only called from line 66 using a $class variable that is just strtolower()ed on line 65
2015-06-21 23:44:47 +02:00
Claudio Sanches
80e8bd94ad
Escape return to shop url
2015-06-19 17:29:37 -03:00
Mike Jolley
1e5d508675
woocommerce_removed_coupon
...
since the other action is ‘woocommerce_applied_coupon’ Closes #8404
2015-06-19 13:50:59 +01:00
Mike Jolley
a8f88ec8d7
Merge pull request #8409 from justinshreve/prevent-duplicate-location-code-notice
...
Prevent duplicate key name 'location_type_code' MySQL error
2015-06-19 13:45:35 +01:00
Mike Jolley
5381dddff9
Merge remote-tracking branch 'origin/master'
2015-06-19 13:43:34 +01:00
Mike Jolley
f5693309e2
Merge branch 'pr/8408'
2015-06-19 13:43:27 +01:00
Mike Jolley
e08e123988
Note version since
2015-06-19 13:43:18 +01:00
Mike Jolley
8284d01ec4
Merge pull request #8407 from justinshreve/quantity-improvements
...
Remember the user's quantity selection if a validation error occurs
2015-06-19 13:40:44 +01:00
Mike Jolley
126a662968
Merge pull request #8398 from justinshreve/sku-space-search-8395
...
Fix searching for SKUs with spaces (#8395 )
2015-06-19 13:38:09 +01:00
Mike Jolley
7e2ba5e05a
Ajax endpoint should always be relative
2015-06-19 13:30:57 +01:00
Mike Jolley
928b1cca2f
Use DKK symbol
2015-06-19 12:15:14 +01:00
Claudio Sanches
2c599e436f
Merge pull request #8410 from kilbot/patch-2
...
Allow decimal stock quantity via REST API
2015-06-19 02:42:56 -03:00
Paul Kilmurray
3538d02ca9
Allow decimal stock quantity via REST API
...
The WooCommerce default is to validate stock quantity as integer, however some users find it useful to override this to allow any float quantity, eg:
```php
remove_filter('woocommerce_stock_amount', 'intval');
add_filter( 'woocommerce_stock_amount', 'floatval' );
```
Currently the API forces stock quantities to integer, this change will allow decimal quantities.
2015-06-19 12:07:10 +08:00
Justin Shreve
6a1d3f0032
In create_tables, drop the location_type_code index before doing a dbDelta, otherwise a duplicate key error occurs.
2015-06-19 00:47:18 +00:00
Gabor Javorszky
1dfb27f928
Adds WC_Abstract_Order->get_address
...
Adds a function to retrieve order address in non-localized, raw, non-formatted way.
2015-06-19 01:43:31 +01:00
Justin Shreve
5b7c51b5de
Wrap the quantity from $_POST in wc_stock_amount to cast it properly
2015-06-18 23:16:00 +00:00
Justin Shreve
eddec91b5a
If a quantity is set in the $_POST request, use that over the field default. This way, if a validation error occurs, the user's requested quantity stays the same.
2015-06-18 20:51:17 +00:00
James Koster
92c048c9ff
totals / addresses. #7841
2015-06-18 15:56:51 +01:00
James Koster
5836370a38
font family. #7841
2015-06-18 14:58:42 +01:00
James Koster
82df867276
text color. #7841
2015-06-18 14:46:25 +01:00
James Koster
fd18b129e4
border colors. #7841
2015-06-18 14:22:40 +01:00
James Koster
7dbdbdaf13
td colors. #7841
2015-06-18 14:14:26 +01:00
James Koster
3292cdfc55
link colors. #7841
2015-06-18 13:35:28 +01:00
James Koster
df51bb3a97
product image/title. #7841
2015-06-18 13:30:08 +01:00
James Koster
370ae8e94b
table colors. #7841
2015-06-18 13:02:43 +01:00
James Koster
2dbb7e9478
table fonts. #7841
2015-06-18 12:54:18 +01:00
James Koster
e09f5e35db
header padding. #7841
2015-06-18 12:39:12 +01:00
Claudio Sanches
05ca8898fe
Merge pull request #8399 from shivapoudel/tweak-meta
...
Tweaks Meta boxes Scripts
2015-06-17 11:38:03 -03:00
James Koster
2951a40b89
select2 highlight. closes #8352
2015-06-17 15:33:34 +01:00
Shiva Poudel
2a2867cf51
Tweaks Meta boxes Scripts
2015-06-17 20:15:06 +05:45
Justin Shreve
55317e69e3
Move the wp_posts ID check out of the string matching so we can find by ID _OR_ find based on sku match
2015-06-17 13:59:39 +00:00
James Koster
b7888f2355
Merge pull request #8396 from corsonr/notice_info_tweak
...
[CSS] word-wrap for woocommerce notices
2015-06-17 14:52:20 +01:00
Mike Jolley
d939d7b395
Merge pull request #8391 from justinshreve/sale-date-8357
...
Make sure sale prices are properly applied when no from date is set and today is used as default (#8357 )
2015-06-17 13:49:53 +01:00
Justin Shreve
8ae228f535
Do a less than or equals to check in meta-box-product-data in the case of $date_from being exactly the current time.
2015-06-17 12:18:57 +00:00
Remi Corson
c37c2f7c45
word-wrap for woocommerce notices
2015-06-17 12:21:34 +02:00
Mike Jolley
9843608cd4
Move country field with other address fields
...
Closes #8263
2015-06-17 10:17:41 +01:00
Mike Jolley
ef2b32a0be
Merge pull request #8394 from aaemnnosttv/pr/settings-for-email-classes
...
Fix settings for email classes
2015-06-17 09:54:44 +01:00
Evan Mattson
2181cd1d26
rename $email_id to $email_key
...
`$email_id` here is not the same as `$email->id`, renaming to show this, and for consistency with similar code
2015-06-16 21:37:54 -04:00
Evan Mattson
c9c48b718e
identify current section by email key to be consistent
2015-06-16 21:36:36 -04:00
Justin Shreve
e1130005a5
When figuring out if to store a sale price, make sure $date_from is set to "today" when blank. The date meta was previously set, but the check to set the actual sale price saw $date_from as empty.
2015-06-16 20:00:16 +00:00
Mike Jolley
4965d0204e
Merge pull request #8390 from tamarazuk/master
...
[2.3] Fix bug introduced in #8365
2015-06-16 19:50:54 +01:00
Tamara Zuk
bd7f07d29f
[2.3] Fix bug introduced in #8365
...
my mistake 🙀
2015-06-16 14:46:54 -04:00
Mike Jolley
a31a1911cd
Merge pull request #8388 from justinshreve/download-url-help-text
...
Update the help text to mention that we expect already encoded URLs
2015-06-16 18:09:12 +01:00
Claudio Sanches
1876227c9a
Removed dead variable and fixed coding standards on wc_create_page()
2015-06-16 13:08:30 -03:00
Justin Shreve
5d8b17bd6f
Update the help text to mention that we expect already encoded URLs.
2015-06-16 15:48:05 +00:00
Mike Jolley
f8151f416c
Merge branch 'text-attribute-handling'
2015-06-16 15:11:58 +01:00
Mike Jolley
622b11ae9f
Add version check to prevent pre-2.4 logic kicking in when not needed
...
@claudiosmweb
2015-06-16 15:10:53 +01:00
Claudio Sanches
dde7bc699b
Merge pull request #8385 from jobthomas/master
...
Copy edit shipping settings
2015-06-16 10:54:19 -03:00
Job
fd5fec705b
Copy edit shipping settings
...
users > customer's
2015-06-16 15:51:36 +02:00