
spasupplysolutions(@spasupplysolutions)
21 Posts
Customers
Quote from spasupplysolutions on June 14, 2023, 15:49
- We need to show custom choice product on the category filter on first row (we can select product from the category which show first and then the category filter result.) is it possible? or do we need to create custom ? without using plugin ? It's urgent .. please suggest if any option to provide in backend for this.
- We need to show custom choice product on the category filter on first row (we can select product from the category which show first and then the category filter result.) is it possible? or do we need to create custom ? without using plugin ? It's urgent .. please suggest if any option to provide in backend for this.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 15, 2023, 10:52
Hello
What you are asking is like sorting. This is a filtering plugin and does not affect sorting
Hello
What you are asking is like sorting. This is a filtering plugin and does not affect sorting

spasupplysolutions(@spasupplysolutions)
21 PostsTopic Author
Customers
Quote from spasupplysolutions on June 15, 2023, 11:12
I want to display first 10 featured product on product listing .
I want to display first 10 featured product on product listing .

spasupplysolutions(@spasupplysolutions)
21 PostsTopic Author
Customers
Quote from spasupplysolutions on June 15, 2023, 11:31
The requirement is in the woocommerce we need an option that on the product list page of the product category, we want to show our own recommended product above all products. Also, it will differ according to the category. How can we get it?
The requirement is in the woocommerce we need an option that on the product list page of the product category, we want to show our own recommended product above all products. Also, it will differ according to the category. How can we get it?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 15, 2023, 12:25
in this case you need to customize the query with hooks.
an example: woocommerce_product_query
in this case you need to customize the query with hooks.
an example: woocommerce_product_query

spasupplysolutions(@spasupplysolutions)
21 PostsTopic Author
Customers
Quote from spasupplysolutions on June 15, 2023, 13:01
So we need to customize for all filters or only for featured custom product show.
So we need to customize for all filters or only for featured custom product show.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 16, 2023, 11:33
Hello
This does not depend on the filter, you need to customize the template request.
Check tax query if there is a product category
Hello
This does not depend on the filter, you need to customize the template request.
Check tax query if there is a product category