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