PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.17
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.17
1.4.17 1.4.16 1.4.15 1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 All 180 releases
← All changes | app/Analytics/Queries/ProductQuery.php +1 -1 1.4.01.4.17 View file →
@@ -135,9 +135,9 @@
135 135
136 136 $rows_sql = "SELECT
137 137 COALESCE(NULLIF(product_lookup.variation_id, 0), product_lookup.product_id) AS product_id,
138 138 product_lookup.product_id AS parent_product_id,
139 - ANY_VALUE(product.post_title) AS parent_title,
139 + MAX(product.post_title) AS parent_title,
140 140 COUNT(DISTINCT order_meta.{$order_id_column}) AS orders_count,
141 141 COUNT(DISTINCT
142 142 CASE WHEN o.billing_email != ''
143 143 THEN o.billing_email END) AS customers_count,