Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update GroupedProduct module content #9156

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 40 additions & 3 deletions src/_data/codebase/v2_4/mrg/module-grouped-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,45 @@
title: GroupedProduct
release: 2.4.3
content: |-
Magento_GroupedProduct module provides ability to offer several standalone products for sale as a group on the same Product Detail page.
It can offer variations of a product, or group them by season or theme to create a coordinated set.
Magento_GroupedProduct module provides ability to offer several standalone
products for sale as a group on the same Product Detail page.
It can offer variations of a product, or group them by season or theme to
create a coordinated set.
Products can be purchased separately or as a set.
Each product purchased appears in the Shopping Cart as a separate item.
This module extends the existing functionality of Magento_Catalog module by adding new product type.
This module extends the existing functionality of Magento_Catalog module by
adding new product type.

### Layouts
This module introduces the following layouts and layout handles in the
directories
`view/base/layout`
`catalog_product_prices`
`view/adminhtml/layout`
`catalog_product_grouped`
`catalog_product_new`
`catalog_product_view_type_grouped`
`groupedproduct_edit_popup`
`groupedproduct_popup_grid`
`sales_order_creditmemo_new`
`sales_order_creditmemo_updateqty`
`sales_order_creditmemo_view`
`sales_order_invoice_new`
`sales_order_invoice_updateqty`
`sales_order_invoice_view`
`sales_order_view`
`view/frontend/layout`
`catalog_product_rss_feed_renderer_list`
`catalog_product_view_type_grouped`
`checkout_cart_item_renderers`
`checkout_onepage_review_item_renderers`
`sales_email_order_creditmemo_renderers`
`sales_email_order_invoice_renderers`
`sales_email_order_renderers`
`sales_guest_invoice`
`sales_order_creditmemo_renderers`
`sales_order_invoice_renderers`
`sales_order_item_renderers`
`sales_order_print_creditmemo_renderers`
`sales_order_print_invoice_renderers`
`sales_order_print_renderers`