Hybris is built over the concepts of extensions. Each extension has its own data model. Any extension can use an item type from other estio extension and extend it as per requirement. Can you give an example?
Answer Posted / Alok Narayan Pandey
In Hybris, let's say we have two extensions: 'ProductExtension' and 'PriceExtension'. The ProductExtension contains the basic product data, while the PriceExtension manages pricing information. If a new requirement arises that needs to extend the price functionality for specific products, you can create an extension named 'SpecialPriceExtension'. This extension can use the ItemType from both ProductExtension and PriceExtension, extending the price functionality as required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category