Log in

GroupedProduct Module

Api\Data\GroupedOptionsInterface

Interface

This interface defines the contract for representing a single product item within a grouped product, including the associated product ID and quantity....

Inventory\ChangeParentStockStatus

Model

This class automatically updates the stock status of grouped products when their child products' stock levels change. Developers use this to ensure th...

Inventory\ParentItemProcessor

Model

This class handles updating the stock status of parent grouped products when their child products' inventory changes. When a simple product that belon...

Product\CatalogPrice

Model

This class calculates catalog prices for grouped products by finding the minimum price among all associated salable sub-products. Developers use this...

Product\CopyConstructor\Grouped

Model

This class handles the duplication of grouped product links when a grouped product is copied in Magento. When a developer duplicates a grouped product...

Product\Type\Grouped

Model

This class handles all functionality for Magento 2's Grouped Product type, which allows merchants to bundle multiple simple products together where cu...

Product\Type\Plugin

Model

This plugin modifies the list of available product types in Magento's admin panel by removing the Grouped product type option when the GroupedProduct...

Quote\Item\CartItemProcessor

Model

This class processes grouped product options when adding items to the shopping cart via API or programmatically. It converts between the API format (g...

Quote\Item\GroupedOptions

Model

This class represents grouped product options data when adding grouped products to a shopping cart quote. Developers use it to store and retrieve the...

ResourceModel\Product\Link

Model

This resource model manages database operations for grouped product links in Magento 2. Developers use this class to retrieve child products associate...

Wishlist\Product\Item

Model

This class handles wishlist operations specifically for grouped products in Magento 2. It modifies wishlist item behavior when adding grouped products...