QuestionQ13
Customize Commerce featuresAn Adobe Commerce Architect designs a data flow that includes a new product type with custom pricing logic to satisfy a merchant requirement.
Which three steps are required to add a product type with custom pricing?
Choose three
- A Content of the etc/product_types.xml file
- B Data patch to register the new product type
- C Hydrator for attributes belonging to the new product type
- D New price model extending \Magento\Catalog\Model\Product\Type\Price
- E Custom type model extended from the abstract Product Type model
- F A new class with custom pricing logic, extending the abstract Product model class
Community Discussion