Forums Forums Search & Filter Pro translation of the meta fields

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #191022

    I do not know how to translate these meta fields, which are in the search filter the availability: “instock” “outoofstock”
    https://prnt.sc/l5h9f7

    Trevor
    #191030

    If you are using either WPML or Polylang, then they handle the translation, per our documentation:

    WPML

    Polylang

    Anonymous
    #191036
    This reply has been marked as private.
    Trevor
    #191081

    instock and outofstock are WooCommerce fields (Stock Status I think).

    Anonymous
    #191151
    This reply has been marked as private.
    Trevor
    #191153

    That data is outputted by our results.php template when using the Shortcode results display method:

    https://searchandfilter.com/documentation/search-results/using-a-shortcode/

    In that documentation you can find the Customising guide. In the standard results.php template file, this is the code that you are asking about:

    Found <?php echo $query->found_posts; ?> Results<br />
    Page <?php echo $query->query['paged']; ?> of <?php echo $query->max_num_pages; ?><br />

    If you wish to change (or delete it), you can.

Viewing 6 posts - 1 through 6 (of 6 total)