英文:
ASM component is not displaying properly
问题
辅助服务模式组件未正常工作。
可能是前端问题。我该如何解决?
这是我的屏幕上显示的样子:
这是我期望的样子:
英文:
Assisted Service Mode component is not working properly.
It could be frontend problem. How can I solve?
This is how it looks on my screen:
This is what I expect:
答案1
得分: 1
你需要执行 ASM 插件的安装,将其添加到你的商店前端。这将添加所需的 JavaScript 和样式。
ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.<storefrontTemplateName>="Storefront1"
英文:
You need to perform an addon install of the ASM addon against your storefront. This will add the required javascript and styling
ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.<storefrontTemplateName>="Storefront1"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论