php - Can I set different ordering in WooCommerce Shop page and product based on category

Currently I applied filter to shop page to display product order by title. But my product in individually category also got affected. My goal is to display product order by title in shop page and display product in individual category by custom sorting+title. May I know is it possible. Please advise. Thanks.
Answer
Solution:
Yes totally possible just add an if statement to your filter, something like:
If( ! Is_product_category() ) {
}
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: unable to determine current zabbix database version: the table "dbversion" was not found.
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.