Log in
Model

LinkedProductSelectBuilderByBasePrice

Magento\Catalog\Model\ResourceModel\Product\LinkedProductSelectBuilderByBasePrice

What it does

This class builds database SELECT queries to retrieve linked child products (like simple products in a configurable product) based on their lowest base price.

Developers use this when they need to determine which child product has the minimum price for display purposes, such as showing the starting price of a configurable product.

It handles both global and store-specific pricing scenarios.

Public Methods

  • build()