diff --git a/woonuxt.php b/woonuxt.php index 46abc8d..74ddb3b 100644 --- a/woonuxt.php +++ b/woonuxt.php @@ -716,7 +716,7 @@ function global_setting_callback() while ($loop->have_posts()): $loop->the_post(); global $product; - $options['maxPrice'] = $product->get_price(); + $options['maxPrice'] = ceil($product->get_price()); endwhile; wp_reset_query();