Shopware 6 管理:從自訂插件元件中閱讀 SwProductList 的 listFilterOptions()
P粉615829742
P粉615829742 2023-09-18 18:36:26
0
1
440

版本 Shopware 6.4.20

我的自訂外掛程式透過覆蓋 SwProductDetail 導入了一個元件。匯入的元件需要 SwProductListfilterOptions

如何在上述元件中讀取 SwProductList 的清單?

P粉615829742
P粉615829742

全部回覆(1)
P粉005105443
// myComponent.js

...
const fnFilterOptions = Shopware.Component.getComponentRegistry().get('sw-product-list').computed.listFilterOptions;
const filters = fnFilterOptions.call(this)
...
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板