斯巴达克斯上的嵌套面包屑

时间:2020-03-02 17:12:36

标签: angular breadcrumbs spartacus-storefront

我需要在嵌套内容页面上添加即时面包屑(例如:我的帐户>订单历史记录>订单详细信息)。 Spartacus默认没有此功能,也未计划。也许有人知道实现此目标的好方法(解决方法)。

在SAP存储库中存在一些与此相关的链接:https://github.com/SAP/cloud-commerce-spartacus-storefront/issues/136 https://github.com/SAP/cloud-commerce-spartacus-sto

1 个答案:

答案 0 :(得分:1)

就像您提到的那样,Spartacus中不支持这种功能,但是您仍然可以对其进行自定义以具有这种行为。

首先,请确保您的页面在MikroC-pro from mikroelektronika中有一个BreadcrumbComponent。这是默认情况。

其次,如此处(Is there additional configuration needed to make the breadcrumbs visible in a Spartacus site?所述),您应该扩展BottomHeaderSlot以解决所需的面包屑。