I am attempting to modify the query results within a Looper via a couple of dropdown selections.
Once both selections have been made, I want to refresh the query to display the results. In this case, a single result.
The selections are WC Product Global Attributes.
Currently, I can disable the Looper Provider and use the selections in a URL parameter string to load the query on initial page load, but I cannot get the query to update on an AJAX call. The selections also modify the URL string correctly, but the Looper keeps the results of the initial query.
Any thoughts or insight into getting the Looper to accept the new query?
Here is the example: The original query is for 9 Holes and Junior selections. The selections were changed to 18 Holes and Adult, but the result did not change after the query updated.
