Home › Forums › Basel support forum › Price filters › Reply To: Price filters
October 16, 2017 at 7:20 am
#21760
Artem Temos
Keymaster
Hello,
Thank you for the report. We will fix it in our next theme update. As for now, you can do this manually changing the line #142
in the file basel/inc/widgets/class-widget-price-filter.php
to this
$sql = "SELECT min( FLOOR( price_meta.meta_value ) ) as min_price, max( CEILING( price_meta.meta_value ) ) as max_price FROM {$wpdb->posts} ";
Regards