为自定义B2C店面启用smartEdit-1811

2020-09-10 16:58发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)我正在尝试为我的B2C店面(18...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我正在尝试为我的B2C店面(1811版)启用smartedit。 在localextensions.xml文件中提到了以下扩展名

  
          
          
          
          
          
          
          
          

  

local.properties .additionalWebSpringConfigs.smarteditaddon = classpath中的以下条目:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml

使用命令-
ant addoninstall -Daddonnames =" smarteditaddon" -DaddonStorefront.yacceleratorstorefront =" customStorefront"

安装了插件

已经完成了构建,平台更新,但是尝试访问 https://localhost:9002/smartedit,我得到404页面,并且没有控制台错误日志

如果我缺少任何设置smartedit的内容,请告诉我

谢谢

6条回答
SC_Yao
2020-09-10 17:36

嗨-您不需要 local.properties 文件中的以下条目:

  yacceleratorstorefront.additionalWebSpringConfigs.smarteditaddon = classpath:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml
  

应该通过 addoninstall 命令将其自动添加到 smarteditaddon 的project.properties文件中。 请检查该文件,如果在该文件中找不到该条目,则需要再次执行 addoninstall 命令。 另外,请检查您的 customStorefront 的extensioninfo.xml。 执行 addoninstall 命令后,必须自动在其中添加对 smarteditaddon 的依赖。 有关详细信息,请参见 https://help.hybris.com/1811/hcd/8adf7365866910149ceb975f778d809d.html

此外,要使用SmartEdit框架,您必须在开发环境中安装第三方软件Grunt。 有关更多信息,请参见 https://help.hybris.com/1811/hcd/ad424f0b4381401e899c54ce7060f04a.html

确保上述几点后,请执行 ant clean all updatesystem 并再次检查。

一周热门 更多>