woocommerce / woocommerce-product-tables-feature-plugin

Implements new data-stores and moves product data into custom tables, with a new, normalised data structure.
GNU General Public License v3.0
192 stars 32 forks source link

Adapt getter and setter methods to return null in core #99

Closed kloon closed 6 years ago

kloon commented 6 years ago

This is probably a WooCommerce core change, but we need to adapt the getter and setter methods in core to return null for certain fields as we allow null values for these.

height length width weight stock_quantity price regular_price sale_price date_on_sale_from date_on_sale_to average_rating

mikejolley commented 6 years ago

https://github.com/woocommerce/woocommerce-product-tables-feature-plugin/issues/106