- This topic has 5 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › translation of the meta fields
Tagged: stock
I do not know how to translate these meta fields, which are in the search filter the availability: “instock” “outoofstock”
https://prnt.sc/l5h9f7
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.