简体   繁体   English

我可以在 WooCommerce 商店页面和产品中根据类别设置不同的排序吗

[英]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.谢谢。

Yes totally possible just add an if statement to your filter, something like:是的,完全有可能只需在您的过滤器中添加一个 if 语句,例如:

If( ! Is_product_category() ) {如果(!Is_product_category()){

} }

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM