我需要Silvershop的下拉式品牌过滤器

hel*_*rko 7 silverstripe silvershop

如何在模板中的AdditionalCategories上过滤$ Product?

我试过了:

$Product.filter('AdditionalCategories', $MyFilter)
Run Code Online (Sandbox Code Playgroud)

但是数据库中的Product上没有AdditionalCategories列

hel*_*rko 1

在@3dgoo的帮助下,

看来我需要以下内容:

<% loop $Products.filter('Product_ProductCategories.ProductCategoryID', $MyFilter) %>
Run Code Online (Sandbox Code Playgroud)