In FiboSearch Pro the prices are stored statically in the search index. If you have plugins that display different prices based on, for example, user role or location, users may see incorrect pricing in search suggestions.
Solution
Apply following code:
add_filter('dgwt/wcas/tnt/dynamic_prices', '__return_true');
You have two ways to add this code to your theme:
- Open the
functions.php
file in your child theme and add the code at the end - Or install the Code Snippets plugin and apply this code as a snippet.