on 2018 Nov 21 6:17 AM
Can anyone help me in understanding if variant product information is available out of the box in hybris 6.6 , If not what customization are required to create variant products? Any link from hybris wiki would be helpful?
Request clarification before answering.
You can't create an instance of VariantProduct, because it's an abstract class / type. At the minimum, you need to create a concrete subclass of VariantProduct in items.xml. e.g.
<itemtype code="CustomVariantProduct" extends="VariantProduct"
autocreate="true" generate="true"
jaloclass="com.company.CustomVariantProduct">
<description>Custom Variant Product type</description>
</itemtype>
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 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.