Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解这两种模型之间有什么区别,都返回产品集合,是可过滤的,等等......
谢谢
许多产品都包含在给定的类别中,类别是用于主要导航的内容。Layer 是一个帮助分层导航的类,它是一种虚拟的类别集。通过分层导航,您可以使用产品的属性过滤到正确的产品集合。
在一个类别中使用分层导航来进一步缩小选择范围,从前端的角度来看,这是 Magento 一个真正被低估的功能。您可以创建广泛的类别并让分层导航处理属性拆分,而不是为每个可能的产品排列创建新类别以获得类别。
希望澄清一点!
谢谢,乔