| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | public static function get( $key = 'all' ) { |
| 93 | 93 | $default = array( |
| 94 | 94 | 'product_price_type' => 'price', // price, regular_price, sale_price. |
| 95 | 95 | 'min_max_discount_amount' => 'min', // min, max. |
| 96 | - 'discount_priority_type' => 'both', // both, woocommerce_coupon, disco_campaign | |
| 96 | + 'discount_priority_type' => 'both', // both, disco_campaign | |
| 97 | 97 | 'on_sale_badge' => 'show_all', // show_all, show_sale. |
| 98 | 98 | 'show_strike_through' => array( |
| 99 | 99 | 'shop_page' => true, |
| 100 | 100 | 'product_pages' => true, |