如何在SAP Spartacus category 页面里拿到当前的category信息
需求
https://stackoverflow.com/questions/59950572/how-to-access-the-current-categorydata-in-a-category-page
實現(xiàn)原理
AFAIK, currently we do not have anything similar to CurrentProductService for current category.
當前 SAP Spartacus 標準實現(xiàn)里,缺乏類似 CurrentProductService 對產(chǎn)品明細頁面那樣的支持。
Looking at the implementation of CurrentProductService you can see that it is using RoutingService and it’s getRouterState() method (picture 1).
研究 CurrentProductService 的實現(xiàn)代碼,發(fā)現(xiàn)其實現(xiàn)原理是,首先利用 RoutingService,從 RouterState 中拿到當前頁面的產(chǎn)品code,然后使用另一個API,productService, 來讀取產(chǎn)品的明細數(shù)據(jù)。
You can create something similar for current category, because the router state consists of category informations (as seen below on picture 2).
因此我們可以采取類似的思路,從 category 頁面的State里,提取出category明細信息:
- categoryCode
- param0, param1, param2
更多Jerry的原創(chuàng)文章,盡在:“汪子熙”:
總結(jié)
以上是生活随笔為你收集整理的如何在SAP Spartacus category 页面里拿到当前的category信息的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python科学计算系列3—多项式操作
- 下一篇: SAP Commerce Cloud(原