问题标签 [cs-cockpit]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
926 浏览

hybris - Hybris - 在 cscockpit 搜索结果中添加新列

我正在为模块订单搜索定制 cscockpit。目前它在订单搜索结果列表中显示三个字段。此设置在名为 Order_OrderSearchResult_CockpitGroup.xml 的 CockpitGroup.xml 文件中配置(位置:hybris\bin\ext-channel\cscockpit\resources\cscockpit\import\config)

我的自定义项目位于:hybris\bin\custom 如何制作现有 CockpitGroup.xml 的自定义文件以包含我的新字段?Order_OrderSearchResult_CockpitGroup.xml 的内容如下:

我想添加一个新字段 Order.downloadDate。

0 投票
2 回答
948 浏览

localization - Hybris:CS Cockpit 上的本地化

我通过自定义“Order_OrderSearchResult_CockpitGroup.xml”并将其条目添加到“projectdata_cscockpit_ui_components.impex”中,在订单搜索结果中添加了一个新列。我在英语和日语语言环境属性文件中添加了属性值。

我在 HAC 中再次运行 impex 文件,然后通过选择 cscockpit 进行了 hybris 更新,然后在 cockpit 菜单中重置用户设置。但是在通过日语语言环境登录时,我只能看到英语语言环境属性而不是日语语言环境属性。

我错过了什么吗?非常感谢!

0 投票
2 回答
998 浏览

login - Hybris: Restricted users able to login to CSCockpit

I'm able to login to cscockpit through user credentials of PCM and CMS cockpits. This is incorrect behavior. I checked the Group access rights of PCM, CMS and CS users in HMC and they look fine to me. Any help what could be the problem? Many thanks!

PS: I don't have rights to post question on Hybris Wiki and Experts. Also, I could not find any useful info there.

0 投票
1 回答
156 浏览

hybris - Hybris cs-座舱币头寸

我的 cscockpit 显示价格值“125.00PHP”。是否有任何配置参数或 impex 更改为“PHP125.00”?
在此处输入图像描述

0 投票
0 回答
48 浏览

hybris - Hybris CS 座舱定制

我想在 CS 驾驶舱 (Hybris 1808) 中自定义订单视图的寄售清单部分,如下所示:

  • ConsignmentModel 的 OOTBtrackingId应显示为新列
  • 跟踪 ID 应显示为值,但嵌入运营商的跟踪 url。它的值应该是可点击的,点击时应该打开运营商的应用程序(嵌入的 url)
  • ConsignmentModel 具有 OOTBcarriertrackingID属性,我使用自定义 Spring 服务将运营商的信息保存在自定义项目类型中,以获取基于运营商代码的跟踪 url。

我在各种渠道在线搜索,但没有得到任何有用的资源。有人可以在这里帮助我吗?任何有用的也可能会有所帮助。或者一些关于如何进行的指示?如果我不清楚或需要更多信息,请告诉我。