the user selects values in the filter and the result is output for the corresponding values, but the values do not always coincide with the result and currently need to be implemented, if the value does not match, then it gives out> Unfortunately, nothing was found for this query
There is this kind of get request
/?filter_ширина=68&filter_высота=40&filter_диаметр=&filter_бренд=&filter_cезон=&filter_тип= In which there is no product to display text
"Sorry, nothing was found for this query"
And there are several such requests.
getrequest, then parse it on the server; if it does not find any products, return a string that was not found. Take it and display where it is convenient for you usingjavascript. And so it’s not clear from your question what you’ve got and what you’ve already done to make it happen. - Moonvvell