*Query Variable –
_price: %s', __( 'filter by product price;', 'jet-smart-filters' ) );
printf( '- _wc_average_rating: %s
', __( 'filter by product rating;', 'jet-smart-filters' ) );
printf( '- total_sales: %s
', __( 'filter by sales count;', 'jet-smart-filters' ) );
printf( '- _weight: %s
', __( 'product weight;', 'jet-smart-filters' ) );
printf( '- _length: %s
', __( 'product length;', 'jet-smart-filters' ) );
printf( '- _width: %s
', __( 'product width;', 'jet-smart-filters' ) );
printf( '- _height: %s
', __( 'product height;', 'jet-smart-filters' ) );
printf( '- _sale_price_dates_from: %s
', __( 'filter by product sale start date;', 'jet-smart-filters' ) );
printf( '- _sale_price_dates_to: %s
', __( 'filter by product sale end date;', 'jet-smart-filters' ) );
?>