Skip Navigation

[Resolved] 根据woocommerce的产品目录显示产品tag

This support ticket is created 2 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by Luo Yang 2 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#2424341
微信图片_20220725110218.png

您好!我有两个疑问需要帮忙解答
1 woocommerce的产品可以设置categories和tag
举个例子 我有一个music的category 里面的tag可能包含mp3 mtv之类的,我还有一个clothing的category 里面的tag可能包含 thsir,
所以我希望在我进入music目录的时候, 能显示属于当前目录的tag 比如在music里只显示mp3 mtv 而不显示网站的所有tag。

此外 在search and filter中 如何能不用filter 按钮来执行操作, 比如点击tag就直接进行筛选?
类似hidden link 这个demo中的Filter Woocommerce Products

#2424487
ajax-filter.jpg

你好,

Q1) 进入music目录的时候, 能显示属于当前目录的tag 比如在music里只显示mp3 mtv 而不显示网站的所有tag。
就算是WordPress也不具备你说的功能,所以Toolset插件也不具备你说的这种功能。因为categories与tags本身没有什么直接关联性,所以不能实现你说的这种tags显示方式

Q2) 如何能不用filter 按钮来执行操作
你可以在搜索表单内启用“AJAX refresh when changing any filter”选项,参考我的截图:ajax-fiter.jpg

#2424653
thumbnail_image.png
微信截图_20220725203554.png
微信截图_20220725203446.png

非常感谢 我现在决定这样操作 , 为product categories 添加cpf 比如tag on categories 这样 不同的categories下面就会有不同的tag 这样在categories目录下 就会只显示属于这个cagetories的tag on categories
接下来我想要为categories建立archive page 在page 上增加tag on categories button
现在遇到的问题就是 如果我有多个button 我需要用repeater 么 Allow multiple instances of this field 是否可以在前端显示出多个不同的button?

第二个问题就是 在用filter的时候 toolset能否如下图中显示categories的层级关系 并且用accroding来显示和关闭subcategory

#2424897

此外 block似乎不能显示term fields 所以我计划使用view 不过我记得以前 如果我安装了elementor 或者divi 我似乎可以使用页面编辑器来进行对view样式的控制, 但是现在view好像不具备这个功能了 请问在view中如何启用页面编辑器?

#2425079

Q1) 如果我有多个button 我需要用repeater 么 Allow multiple instances of this field 是否可以在前端显示出多个不同的button?

如果需要对应多个tag实例,肯定需要启用选项“Allow multiple instances of this field”

Q2) 在用filter的时候 toolset能否如下图中显示categories的层级关系 并且用accroding来显示和关闭subcategory

Toolset 默认是没有这种功能的,你需要自己创建JS代码来实现

Q3) WordPress Blocks 编辑器与elementor 或者DIVI不同,不建议同时使用不同的编辑器来创建文章或页面,你可以使用经典编辑器来创建view, 然后启用bootstrap来控制view样式:
Dashboard-> Toolset-> Settings, 启用选项:Toolset should load Bootstrap 4

这里是Boostrap的文档:
hidden link
供你参考