Claudio Sanches
a8a77101f3
Fixed product taxonomies names
2016-10-04 13:53:32 -03:00
Claudio Sanches
c62c5b835e
Updated values to check if line item is null
2016-10-04 13:39:37 -03:00
Claudio Sanches
514d8899ba
Merge pull request #12012 from woocommerce/fix-add-ons
...
Only display image if src is provided
2016-10-04 13:23:00 -03:00
Jonathan Belcher
f740497883
Update class-wc-admin-addons.php
2016-10-04 12:15:52 -04:00
Jonathan Belcher
1ef33a0452
Only display image if src is provided
2016-10-04 11:47:38 -04:00
Claudio Sanches
c4e11a45a1
Merge pull request #12010 from woocommerce/fix-sessions-table-primary-key
...
Fixed woocommerce_sessions primary key
2016-10-04 12:28:01 -03:00
Claudio Sanches
dc3dbefa94
Fixed woocommerce_sessions primary key, closes #11999
2016-10-04 12:26:57 -03:00
Claudio Sanches
8f7816a8e4
Merge pull request #12005 from ttarpinyan/fix-issue-12004
...
fix issue 12004 (sales price does not automatically revert to regular…
2016-10-04 12:07:20 -03:00
Toros Tarpinyan
4c61ed03e5
fix comment spacing
2016-10-04 11:20:49 -04:00
Claudio Sanches
43420d9fcf
Merge pull request #11995 from woocommerce/coupon-fixes-11988
...
Fix 2.7 coupon issues with dates in the metabox & applying product coupons
2016-10-04 11:34:07 -03:00
Toros Tarpinyan
2fc3c62943
fix issue 12004 (sales price does not automatically revert to regular price on the store front at the end of the sales event)
2016-10-04 08:25:12 -04:00
Justin Shreve
2cc04663ee
Don't run expiry date through date() if it isn't set. Also don't do a string comparison check on an integer.
2016-09-30 14:16:41 -07:00
Justin Shreve
6b9e2bbd1a
Merge pull request #11992 from woocommerce/orphaned-variations-11979
...
Adds a system status tool for clearing orphaned variations
2016-09-30 13:12:13 -07:00
rspublishing
180ac717a8
Coding standards
2016-09-30 16:23:17 +02:00
rspublishing
424948f4de
Coding standards
2016-09-30 16:15:56 +02:00
rspublishing
5814dc3a97
Adds a system status tool for clearing orphaned variations
2016-09-30 10:39:37 +02:00
Justin Shreve
1fbc48abeb
Merge pull request #11932 from franticpsyx/fix-variation-on-backorder-with-parent-managing-stock
...
[2.6] Variation is_on_backorder fails when parent manages stock and child doesn't...
2016-09-29 15:51:45 -07:00
Justin Shreve
ca10cca69b
Merge pull request #11990 from woocommerce/variations-rest-api
...
Implement Variation Endpoints & Tests
2016-09-29 15:48:36 -07:00
Justin Shreve
c1d7111240
Implement separate variation endpoints for managing a product's variations. Also adds tests.
2016-09-29 14:44:14 -07:00
Claudio Sanches
1230be795e
Fixed REST API docs, codeclimate and coveralls URLs
2016-09-28 09:09:06 -03:00
Claudio Sanches
7959a865f4
Merge pull request #11981 from woocommerce/woothemes-to-woocommerce
...
Swap 'woothemes' for 'woocommerce'
2016-09-28 08:53:33 -03:00
Matty
d037c4a3f2
Ensures any checks for 'woothemes.com' in logic also check for 'woocommerce.com'.
2016-09-28 12:19:58 +02:00
Matty
ae75f8b8cd
Adjusts all references of 'woothemes' to 'woocommerce' in relevant URLs, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'.
2016-09-28 12:17:40 +02:00
Claudio Sanches
4267275ab9
Update composer dependencies using --prefer-stable #11980
2016-09-27 23:10:58 -03:00
Justin Shreve
0aa65fa0d0
Merge pull request #11951 from woothemes/feature-add-ons
...
[feature] Add ons screen update
2016-09-27 11:25:53 -07:00
Claudio Sanches
2104f95ea1
Merge pull request #11978 from vishalkakadiya/master
...
Fixed typo mistake
2016-09-27 14:52:09 -03:00
Vishal Kakadiya
14b2e4f609
Fixed typo mistake
2016-09-27 21:52:46 +05:30
Claudio Sanches
150ce8b7ee
Merge pull request #11965 from woothemes/iMazed-patch-1
...
Change Twitter handle to WooCommerce
2016-09-27 12:45:36 -03:00
Claudio Sanches
e972c1aac2
Change woothemes.com to woocommerce.com, closes #11966
2016-09-27 12:44:48 -03:00
Claudio Sanches
232ad888ec
Merge pull request #11968 from vishalkakadiya/master
...
Added @return in add_additional_fields_schema()
2016-09-27 12:39:55 -03:00
Jonathan Belcher
1d066234d5
[feature] Add ons screen update
2016-09-26 15:45:10 -04:00
James Koster
c1d989df2c
Fix layout breakage when order item table overflows. closes #11841
2016-09-26 16:08:54 +01:00
Vishal Kakadiya
611460317a
Fixed whitespace issue
2016-09-24 10:16:22 +05:30
Mike Jolley
83cc0c7066
Work on shipping zone screens
2016-09-24 03:22:57 +01:00
Vishal Kakadiya
c4a62e215f
Added @return in add_additional_fields_schema()
2016-09-24 00:33:39 +05:30
Ines
53391bad01
Change Twitter handle to WooCommerce
...
Tweets were sending out with the @WooThemes handle still, the account we're phasing out. Changed `data-via=` from WooThemes to WooCommerce.
2016-09-23 10:34:23 +02:00
Mike Jolley
e408391fa9
[2.6] Merge pull request #11903 from A5hleyRich/background-processing-session-locking
...
Fix session locking in background processing class
2016-09-22 17:36:30 -07:00
Mike Jolley
0898060f49
[2.6] Merge pull request #11963 from woothemes/fix/cart-js-for-ie
...
Fix cart update field enter on submit for IE
2016-09-22 15:17:00 -07:00
Kevin Killingsworth
81d186000d
Fix cart update field enter on submit for IE
...
Fix for issue #11811
https://github.com/woothemes/woocommerce/issues/11811
IE handles hitting <ENTER> on an input field differently than
Chrome or Firefox in that it finds the nearest submit button
and fires the event from it instead of the actual text field
from which the user hit <ENTER>.
This commit catches the <ENTER> key event before the submit happens
and forces the cart_submit handling on that event instead.
2016-09-22 16:52:23 -04:00
Claudio Sanches
e0572c782d
Included @since in wc_get_product()
2016-09-21 20:19:04 -03:00
Claudio Sanches
8502a4c7fd
Merge pull request #11957 from woothemes/fix-KGS-currency-symbol
...
Fixed KGS currency symbol.
2016-09-21 15:18:54 -03:00
Claudio Sanches
baceb4621b
Fixed KGS currency symbol.
...
Fixes based in the http://www.nbkr.kg website
2016-09-21 15:15:51 -03:00
opportus
d22589ba5a
improved structured data - valids TCI checks - revision1
2016-09-21 17:11:34 +02:00
opportus
af26ab6f3d
improved structured data - valids TCI checks
2016-09-21 16:37:54 +02:00
opportus
cff7189a87
improved structured data - branch update
...
Travis CI check...
2016-09-21 15:52:27 +02:00
Claudio Sanches
f08ad38f12
Added fixes suggested by WP CodeSniffer #11954
2016-09-20 22:24:03 -03:00
Claudio Sanches
9076d6cb7c
Merge pull request #11954 from matheusgimenez/master
...
change echo __() to _e() on cart/proceed-to-checkout.php
2016-09-20 22:20:49 -03:00
matheusgimenez
6ddd09098b
change echo __() to _e() on cart/proceed-to-checkout.php
2016-09-20 21:38:25 -03:00
Claudio Sanches
a5b7c4f94a
Merge pull request #11938 from flyonthenet/patch-1
...
L'Aquila city name correction
2016-09-18 17:34:18 -03:00
flyonthenet
050f7f8497
Changed 'L'Aquila' to 'L\'Aquila'
...
In orders admin view, city name is converted to uppercase L&APOS;AQUILA - not legal HTML entity
2016-09-17 12:08:04 +02:00