バージョン ショップウェア 6.4.20
私のカスタム プラグインは、SwProductDetail をオーバーライドしてコンポーネントをインポートします。インポートされたコンポーネントには、SwProductList の filterOptions が必要です。
SwProductDetail
SwProductList
filterOptions
上記のコンポーネントの SwProductList のリストを読み取るにはどうすればよいですか?
// myComponent.js ... const fnFilterOptions = Shopware.Component.getComponentRegistry().get('sw-product-list').computed.listFilterOptions; const filters = fnFilterOptions.call(this) ...