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.
我无法在店面中呈现的 isml 上看到 Storefront 工具包。它在站点生成登录页面上。但是,当我在 URL 中提供我的管道名称和起始节点名称时,会呈现管道中提到的相应 isml,但没有店面工具包。我们需要做一些额外的配置吗?
我有一个类似的问题。我也无法看到 Storefront Toolkit。我已经解决了清除 cookie 的问题。
开发者工具>应用程序>cookies>清除
希望这对遇到同样问题的其他人有所帮助。
您的自定义模板可能使用 text/html 以外的内容类型。如果我没记错的话,只有将其内容类型设置为 text/html 的模板才会收到店面工具包。(文本/html 是默认值)