I'm struggling with wooCommerce filters.
came across this git.
you have commented these filter queries
// genericUrl.set("filter[category]", categories.getName());
// genericUrl.set("filter[limit]", 25);
when will It be in working?
I'm trying so many methods different methods for filter[limit], category or any filter query nothing is working. just getting 401 Unauthorized.
I'm struggling with wooCommerce filters.
came across this git.
you have commented these filter queries
// genericUrl.set("filter[category]", categories.getName());
// genericUrl.set("filter[limit]", 25);
when will It be in working?
I'm trying so many methods different methods for filter[limit], category or any filter query nothing is working. just getting 401 Unauthorized.