woocommerce/includes/data-stores
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
..
abstract-wc-order-data-store-cpt.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
abstract-wc-order-item-type-data-store.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-coupon-data-store-cpt.php Merge pull request #27239 from woocommerce/fix/package-tag 2020-08-07 13:37:24 -03:00
class-wc-customer-data-store-session.php Don't mix session and customer data 2019-01-15 16:49:01 +00:00
class-wc-customer-data-store.php Add support for `_held_for_checkout` records to improve performance. 2019-12-17 19:13:19 +05:30
class-wc-customer-download-data-store.php Fix WordPress.DateTime.CurrentTimeTimestamp vilations 2019-12-20 14:23:05 -03:00
class-wc-customer-download-log-data-store.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-data-store-wp.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-order-data-store-cpt.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-order-item-coupon-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-coupon-data-store.php 2018-03-08 16:28:31 -03:00
class-wc-order-item-data-store.php Added validation for product fields. 2020-04-07 11:29:54 +02:00
class-wc-order-item-fee-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-fee-data-store.php 2018-03-08 16:28:49 -03:00
class-wc-order-item-product-data-store.php Rename class-wc-order-item-product-store.php to class-wc-order-item-product-data-store.php 2018-03-08 16:30:33 -03:00
class-wc-order-item-shipping-data-store.php Fixed class package tag 2020-08-04 22:30:11 -03:00
class-wc-order-item-tax-data-store.php store tax rate percent in tax items 2019-04-10 17:35:43 +02:00
class-wc-order-refund-data-store-cpt.php Merge pull request #23418 from szepeviktor/patch-2 2019-04-23 12:24:20 +01:00
class-wc-payment-token-data-store.php Pass objects to new/update actions 2019-04-17 12:50:46 +01:00
class-wc-product-data-store-cpt.php Ensure that the return of get_the_terms is not a WP error 2020-08-21 14:07:26 -03:00
class-wc-product-grouped-data-store-cpt.php Renamed table to wc_product_meta_lookup 2019-02-15 12:37:45 +00:00
class-wc-product-variable-data-store-cpt.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-product-variation-data-store-cpt.php Fix: "Create variations from all attributes" on numeric attribute values 2020-08-28 11:49:31 +02:00
class-wc-shipping-zone-data-store.php Fix matching zones query for working with sqlite 2020-04-27 18:31:52 +02:00
class-wc-webhook-data-store.php Fixed package tag usage 2020-08-05 13:36:24 -03:00