on ‎2018 Oct 03 4:30 PM
Hello,
I am using Hybris 6.7. I tested product cockpit and the compare view is a replica of editor area. But in backoffice compare view, the classification attributes section "Attributes" is removed. Below code is used OOTB:
<context type="Product" component="compare-view">
<cv:compare-view xmlns:cv="http://www.hybris.com/cockpitng/component/compareview">
<cv:editor-area-ctx />
<cv:grid-view-ctx />
<cv:section name="hmc.tab.attribute" merge-mode="REMOVE" />
</cv:compare-view>
</context>
Now, I have created customized tabs for backofficeproductmanagergroup in backoffice, have custom renderer for fetching the attributes in these tabs.
<editorArea:customTab name="hmc.tab.product.technical" position="38" spring-bean="customClassificationTechnicalTabEditorAreaRenderer">
<editorArea:section name="hmc.product.technical">
<editorArea:attribute qualifier="code"/>
<editorArea:attribute qualifier="name"/>
</editorArea:section>
</editorArea:customTab>
Here, the attributes added are seen in compare view, but only model attributes, not classifications. I need to show few(not all) classification attributes in this tab. The view should be similar to that in product cockpit. Below is a screenshot:

Kindly let me know for a solution to this issue. Thanks!
Request clarification before answering.
Hi,
Unfortunately, Classification section has been implemented in "Compare View" yet.
It should be available since 18.11
If you are working on your own renderer for classification please share the source code. Keep in mind that classification is quite complex structure so there is a lot of work to achieve all functionalities.
Cheers!
Tomasz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.