为自定义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条回答
闻人可可
2020-09-10 17:28

谢谢,project.properties dint会自动添加此属性,因此我已在local.properties中显式添加。 ExtensionInfo.xml具有依赖性。

在执行addoninstall命令时,我看不到该条目已添加到customstorefront project.properties,而smarteditaddon yacceleratorstorefront.additionalWebSpringConfigs.smarteditaddon = classpath \:/smarteditaddon/web/spring/smarteditaddon-web-spring中没有以下条目 .xml

我们是否应该将其添加到local.properties customStorefrontName.additionalWebSpringConfigs.smarteditaddon = classpath:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml

我了解到我们需要为Smartedit设置Grunt。 这是强制性的吗? 以及安装smartedit的重要步骤是什么?

谢谢

一周热门 更多>