woocommerce/includes/data-stores
vedanshujain 47ba1d49da Cascade to return null to prevent notice when array is empty.
Another situation where this change is required when there are two coupons in an order but only one coupon has limit. In this case array will be present but one of the coupon will not have a corresponding record which will throw a notice.
2019-12-17 19:13:19 +05:30
..
abstract-wc-order-data-store-cpt.php Add get_post_status helper method and ensure prefix gets added for most statuses 2019-04-03 14:21:38 +01:00
abstract-wc-order-item-type-data-store.php Updated outdated codex URLs 2019-06-12 19:31:01 -03:00
class-wc-coupon-data-store-cpt.php Use same filter for stocks and coupon for consistency. 2019-12-17 19:13:19 +05:30
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 Update WordPress.DB.PreparedSQL.NotPrepared sniff name 2018-11-23 15:10:52 -02:00
class-wc-customer-download-log-data-store.php Fix: orderby and order parameters in WC_Customer_Download_Log_Data_Store::get_download_logs() 2018-07-30 16:40:21 -03:00
class-wc-data-store-wp.php Updated outdated codex URLs 2019-06-12 19:31:01 -03:00
class-wc-order-data-store-cpt.php Cascade to return null to prevent notice when array is empty. 2019-12-17 19:13:19 +05:30
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 Avoid PHP notice when getting order item type 2019-08-07 18:03:26 -03: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 PHPCS fixes in includes/data-stores/class-wc-order-item-shipping-data-store.php 2018-03-08 15:31:43 -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 Merge branch 'master' into feature/24956 2019-12-04 16:18:39 -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 Merge pull request #24281 from woocommerce/fix/24269 2019-12-09 14:07:29 -03:00
class-wc-product-variation-data-store-cpt.php Exception when WC_Product_Variation is instantiated with the wrong type 2019-12-05 15:45:48 -03:00
class-wc-shipping-zone-data-store.php Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
class-wc-webhook-data-store.php Deleted cached webhook data when deleting a webhook 2019-12-04 12:04:35 +08:00