Shopware 6 Administration: listFilterOptions() von SwProductList aus Custom Plugin Component lesen
P粉615829742
P粉615829742 2023-09-18 18:36:26
0
1
436

Version Shopware 6.4.20

Mein benutzerdefiniertes Plugin per Override SwProductDetail 导入了一个组件。导入的组件需要 SwProductListfilterOptions.

Wie lese ich die Liste von SwProductList in der obigen Komponente?

P粉615829742
P粉615829742

Antworte allen(1)
P粉005105443
// myComponent.js

...
const fnFilterOptions = Shopware.Component.getComponentRegistry().get('sw-product-list').computed.listFilterOptions;
const filters = fnFilterOptions.call(this)
...
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage