KoolPal
3f28df9150
Renamed Postcode / ZIP to Pin code & renamed State / County to State for India
...
Renamed Postcode / ZIP to Pin code & renamed State / County to State for India
Reference: https://en.m.wikipedia.org/wiki/Address#India
2020-08-29 14:19:33 +05:30
Claudio Sanches
5f1d2a8a2c
Merge pull request #27387 from woocommerce/fix/27385-twenty-twenty-notices
...
Fixes to notice styles in Twenty Twenty
2020-08-28 17:24:33 -03:00
Claudio Sanches
09630202e7
Merge pull request #27459 from jgreys/fix/27360
...
Fix white space character #27360
2020-08-28 17:23:12 -03:00
Ron Rennick
bbdafb5cb1
Merge pull request #26196 from fitimvata/master
...
Add filter woocommerce_cart_item_required_stock_is_not_enough
2020-08-28 15:34:46 -03:00
Ron Rennick
af162d8bed
Updated `@since` for the filter
2020-08-28 15:33:43 -03:00
Ron Rennick
00e38b51ef
Merge pull request #26327 from sandeshjangam/patch-1
...
New after order details action added
2020-08-28 15:27:17 -03:00
Ron Rennick
38190e2dcd
Merge branch 'master' into patch-1
2020-08-28 15:26:56 -03:00
Ron Rennick
122de48325
Update template version
2020-08-28 15:25:26 -03:00
Ron Rennick
d998c6334d
Merge pull request #26976 from JoryHogeveen/patch-1
...
Public access to WC_Install::get_core_capabilities()
2020-08-28 15:12:51 -03:00
Kathy Daring
0db54ecec3
Add woocommerce_product_has_options filter
2020-08-28 12:01:11 -06:00
Ron Rennick
a88cb8ab8e
Merge pull request #27437 from georgejipa/master
...
Remove the second occurrence of woocommerce_add_{$notice_type} filter
2020-08-28 14:10:43 -03:00
Ron Rennick
1ae1b3e4e6
Merge branch 'master' into fix/27215
2020-08-28 11:38:37 -03:00
Ron Rennick
e49527cf9d
apply changes from feedback
2020-08-28 11:34:32 -03:00
Ron Rennick
0b85ee58f8
update package-lock.json
2020-08-28 11:06:25 -03:00
Ron Rennick
17ee223e71
update package-lock.json
2020-08-28 11:03:28 -03:00
Ron Rennick
8fe3bcb90e
rebase to current master
2020-08-28 10:59:43 -03:00
jonathansadowski
00dca53b8c
Merge pull request #27500 from woocommerce/update/readme-2
...
Readme Tweaks & Screenshot updates
2020-08-28 08:56:47 -05:00
Laurence Bahiirwa
5187c412bd
PHPCS Fix
2020-08-28 16:48:28 +03:00
Laurence Bahiirwa
76c4e1d0fc
Fix Spacing and missing bracket
...
- [x] Fix Spacing to project tab delimiter
- [x] Add missing bracket after the conflict merge.
2020-08-28 16:10:00 +03:00
Nestor Soriano
d691692dcd
Fix: "Create variations from all attributes" on numeric attribute values
...
When "Create variations from all attributes" is used to create
variations it generates term relationship entries for all the generated
variations, however that doesn't happen when the term can be interpreted
as a numeric value. This is because in that case product->get_attributes
returns the attribute values as numbers, but the code that generates
the term relationships expect those to always be strings.
When manually adding a given variation this doesn't happen.
The fix is to simply strval-ize the value before using it, but it might
be worth investigating why this is happening.
2020-08-28 11:49:31 +02:00
Nestor Soriano
602f58a7a9
Add data migration to backfill missing attributes meta for variations.
...
The previous commit fixes a bug that causes the "attribute_" metadata
with an empty value to not be created when a new variation attribute
is added to the product (so that all variations have the attribute
with a value of "Any..."). This commit adds a data migration to
backfill the missing metadata for existing variations.
2020-08-28 09:38:16 +02:00
Claudio Sanches
085b4b53fa
Merge pull request #27487 from woocommerce/update/choice-of-words
...
Improve choice of words
2020-08-27 19:30:54 -03:00
Nestor Soriano
1113201f8b
Update meta 'attribute_' values when variation attributes are added or removed.
...
When a new variation attribute is added, the corresponding 'attribute_'
meta entries are added for all variations with an empty value;
and when an existing variation attribute is removed, the existing
'attribute_' meta entries are deleted for all variations.
This is necessary for the filter by attribute widget to work properly
when variations exist with a value of "Any..." for attributes.
2020-08-27 16:10:41 +02:00
Gerhard
2b1458c1b5
Add new storefront screenshots
2020-08-27 12:35:35 +02:00
Nestor Soriano
a75da34a45
Fix filter by attribute widget now working for "Any..." attributes
...
When a variation product has an attribute with a value of "Any...",
and there's a filter by attribute widget for that attribute, then
that product won't be included in the counts displayed in the widget
(and if the count ends up being zero, the attribute won't be shown
in the widget).
This happens before since Woo 4.4, this widget works by looking at
entries in the term relationships table for varitions too
(used to do so for simple products and for "main" variable products
only), see PR #26260 ; but there are no such entries for
"Any..." attributes.
This commit fixes that by extending the SQL query used by the widget
to look for variations that have empty attribute values in the meta
table too.
2020-08-27 10:59:15 +02:00
GREYS
5c648e92df
Add KR locale info
2020-08-27 10:40:49 +09:00
GREYS
3070ccf1a9
Add 27 Egypt regions
2020-08-27 09:39:32 +09:00
Romario
fefc6193be
Replace 'DIRECTORY_SEPARATOR' with '/'
2020-08-26 17:02:07 -05:00
Claudio Sanches
c4ccc38780
Fixed use __DIR__ for relative paths
2020-08-26 18:46:44 -03:00
Romario
67a178f4f7
Replace 'DIRECTORY_SEPARATOR' with '/'
2020-08-26 15:50:34 -05:00
Romario
3b90d99d44
Change 'dirname( __FILE__ )' to '__DIR__ ' and include '/'
...
Co-authored-by: Claudio Sanches <contato@claudiosanches.com>
2020-08-26 14:58:22 -05:00
Shiki
ecb2936f9e
Use different terms to avoid clash with the similar V2 test
...
I suppose I could have deleted the attribute and term first but I think
this is better and shorter. Maybe.
2020-08-26 23:51:36 +05:30
Shiki
face3fe27e
OrdersV2: Add test for line items meta_data
...
This currently fails because it's not implemented yet.
2020-08-26 23:51:36 +05:30
Shiki
ad00eb3a98
Add line items meta_data schema test for Orders V2 and V3
...
This currently fails because the expected meta_data properties are only
available in V3.
2020-08-26 23:51:36 +05:30
Shiki
2a01aa968f
WC_Tests_API_Orders: Add test data for site-level attributes
2020-08-26 23:51:36 +05:30
Shiki
dc2a4d1ccc
WC_Tests_API_Orders: Rearrange order variable for clarity
2020-08-26 23:51:36 +05:30
Shiki
00a5c3101e
WC_Tests_API_Orders: Rename first_meta_data to size_*
2020-08-26 23:51:36 +05:30
Shiki
d681a8c7a4
Add unit test for an Order's line item meta data.
2020-08-26 23:51:36 +05:30
Shiki
2e366ef76b
Orders: Make display_key and _value meta available for v3 and v3
...
This resolves the intentionally failing
WC_Tests_API_Orders_V2::test_get_item_with_line_items_meta_data.
2020-08-26 23:46:07 +05:30
Shiki
35ed2df4fb
Schema: Make display_key and *_value available for v3 and v2
...
This is just the schema and the actual functionality isn't implemented yet.
2020-08-26 23:46:07 +05:30
Shiki
5ab863e649
Fix formatting in Orders V2 unit test
2020-08-26 23:46:07 +05:30
Shiki
9678a286e3
Orders V3: Reuse WC_Order_Item->get_formatted_meta_data
...
Previously, I was using my own function. This time, we're using the function
available in WC_Order_Item but sanitizing the results after.
2020-08-26 23:46:07 +05:30
Shiki
ea63d5aaf9
Orders V3: Include display_key and display_value in item meta_data
2020-08-26 23:46:07 +05:30
Shiki
90d5a8e7e9
Orders V3 Schema: Add display_key and display_value for meta props
2020-08-26 23:46:07 +05:30
Gerhard
b1e015717e
Remove developers main heading section, developer section moved under the main description as a subheading.
2020-08-26 15:47:07 +02:00
Ron Rennick
8270327f43
Merge branch 'master' into fix/27475
2020-08-26 10:07:44 -03:00
Ron Rennick
25ab294e3e
Merge pull request #27456 from IanDelMar/gitattributes
...
LF line endings on checkout for PHP files
2020-08-26 09:20:41 -03:00
Ron Rennick
c582ce2fd2
Merge pull request #27453 from arkadywtf/master
...
Fix PHP docblock summary for wc_get_coupon_id_by_code
2020-08-26 09:15:23 -03:00
Claudio Sanches
5240682f38
Improve choice of words
2020-08-25 18:03:03 -03:00
jonathansadowski
c537a3f632
Merge pull request #27484 from woocommerce/fix/paypal-unit-tests
...
Fix paypal unit tests
2020-08-25 15:41:28 -05:00