Heim > Fragen und Antworten > Hauptteil
Version Shopware 6.4.20
Mein benutzerdefiniertes Plugin per Override SwProductDetail
导入了一个组件。导入的组件需要 SwProductList
的 filterOptions
.
Wie lese ich die Liste von SwProductList
in der obigen Komponente?
P粉0051054432023-09-19 17:59:45
// myComponent.js ... const fnFilterOptions = Shopware.Component.getComponentRegistry().get('sw-product-list').computed.listFilterOptions; const filters = fnFilterOptions.call(this) ...