如何引用整个类别而不是一个项目?

2020-09-16 14:03发布

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

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


我想拥有类别-类别关系。 供产品参考的impex如下:

** INSERT_UPDATE ProductReference; source(code,$ catalogVersion)[unique = true]; target(code,$ catalogVersion)[unique = true]; referenceType(code)[unique = true]; active; preselected

; ItemDisplayed; itemReferred; SIMILAR; true; false **

我想这样做,以便当您选择itemDisplayed时,hybris会检查该项目的类别并推荐来自完全不同类别(categoryReferred)的项目。

谢谢。

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

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


我想拥有类别-类别关系。 供产品参考的impex如下:

** INSERT_UPDATE ProductReference; source(code,$ catalogVersion)[unique = true]; target(code,$ catalogVersion)[unique = true]; referenceType(code)[unique = true]; active; preselected

; ItemDisplayed; itemReferred; SIMILAR; true; false **

我想这样做,以便当您选择itemDisplayed时,hybris会检查该项目的类别并推荐来自完全不同类别(categoryReferred)的项目。

谢谢。

付费偷看设置
发送
1条回答
梦想连接
1楼-- · 2020-09-16 14:36

嘿,狮子座

您可以扩展现有的ProductReference并添加一个名为targetCategory的属性,运行ant clean all并进行系统更新

完成后,您可以像这样写您的impex
INSERT_UPDATE ProductReference;源(代码,$ catalogVersion)[unique = true]; targetCategory(代码,$ catalogVersion)[unique = true]; referenceType(code)[unique = true];活动;预选
; gucciBag;妇女配件;类似;真;假

其中women-accessories是您的类别代码。 请参考下面的链接,以了解如何在items.xml文件中扩展itemType并添加其他属性
https://help.hybris.com/6.7.0/hcd/8bffa9cc86691014bb70ac2d012708bc.html

一周热门 更多>