← All changes
|
includes/contact-segmentation/operators/less-than.php
+3
-0
1.5.4
→
2.7.0
View file →
| @@ -39,11 +39,14 @@ | ||
| 39 | 39 | */ |
| 40 | 40 | public function get_conditions() { |
| 41 | 41 | return [ |
| 42 | 42 | 'cart-items-quantity', |
| 43 | + 'cart-item-quantity', | |
| 44 | + 'purchased-product-quantity', | |
| 43 | 45 | 'total-spent', |
| 44 | 46 | 'total-order-count', |
| 45 | 47 | 'cart-subtotal', |
| 48 | + 'cart-total-items-count' | |
| 46 | 49 | ]; |
| 47 | 50 | } |
| 48 | 51 | |
| 49 | 52 | /** |