在 Shopify 的所有产品系列中按标签过滤
Filter by tags in all collections in Shopify
我已经在网上搜索过了,但仍然没有找到这个问题的答案。
Shopify 能够使用产品标签作为过滤器,但它仅在选择了一个产品系列后才起作用。我想对其进行编程,以便客户可以在选择集合之前过滤所有产品。
我发现的唯一 "answer" 是 this article,它同样只解释了如何在选择集合后使用下拉菜单。
请帮忙!
您可以创建一个包含所有产品的集合,然后按该集合上的标签进行过滤。
See this article 在 Shopify 文档中了解如何创建包含所有产品的集合:
Add a collection with title 'All' and which you set to Automatically select products based on conditions.
Set the product condition 'Product price is greater than 0'. Then click save.
我已经在网上搜索过了,但仍然没有找到这个问题的答案。
Shopify 能够使用产品标签作为过滤器,但它仅在选择了一个产品系列后才起作用。我想对其进行编程,以便客户可以在选择集合之前过滤所有产品。
我发现的唯一 "answer" 是 this article,它同样只解释了如何在选择集合后使用下拉菜单。
请帮忙!
您可以创建一个包含所有产品的集合,然后按该集合上的标签进行过滤。
See this article 在 Shopify 文档中了解如何创建包含所有产品的集合:
Add a collection with title 'All' and which you set to Automatically select products based on conditions.
Set the product condition 'Product price is greater than 0'. Then click save.