【发布时间】:2015-02-19 14:01:47
【问题描述】:
在 Shopify 中,我希望在没有产品的级别上提供可用的标签,以便我可以使用标签过滤。
例如,在销售珠宝的网站上,层次结构如下:
level 0: homepage (rings, earrings, pendants, or the-john-smith-collection)
level 1: grid of top level collection (earrings, for example)
level 2: grid of sub-collection (model-123) of earrings
level 3: grid of all earrings of model-123
level 4: product page for earring-xyz of model-123
我知道我可以毫无问题地按级别 3 的标签进行过滤,因为我正在查看一个类别中的一堆产品。
我的问题是 - 是否有任何方法可以访问 2 级上每个模型(子系列)中所有产品的所有标签。我会有一个包含一堆子系列的系列,但没有实际产品,但我希望能够通过位于这些子集合中的产品的所有标签进行过滤,因此我可以执行以下操作:
From the homepage, select the "rings" collection
See the rings category - a grid of 20 different sub-collections
Have a side filter menu, from which I'm able to click "see only rings tagged with "amethyst"
Be taken to a grid of all products matching those tags
有什么想法吗?
【问题讨论】: