Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经建立了一个包含 5 家商店的网站,我希望面包屑中的主页链接作为商店名称。例如:如果我在商店 2 中,那么我希望面包屑是 2 > 页面标题而不是主页 > 页面标题。
非常感谢你提前
您需要创建一个静态块。
转到 CMS-> 静态块。在这里,您可以创建一个名为 custom_block 的静态块。
然后转到 CMS->Widgets 为每个商店创建一个名为 store1_widget1 的小部件,并将其可见性设置为相应的商店。在该小部件中,您可以编写内容或显示图像或任何其他内容。
在 head 部分的 CMS.xml 文件中调用这个名为 custom_block 的静态块,您就完成了。
这将帮助你。