Refers to FiboSearch Pro only

Wrong prices in autocomplete

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:

  1. Open the functions.php file in your child theme and add the code at the end
  2. Or install the Code Snippets plugin and apply this code as a snippet.