Skip to content

Commit 499586b

Browse files
MAGETWO-90575: Use price index to calculate price for configurable products
1 parent be7562e commit 499586b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/LinkedProductSelectBuilderComposite.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
use Magento\Catalog\Model\ResourceModel\Product\LinkedProductSelectBuilderInterface;
99

10+
/**
11+
* Used in Magento\ConfigurableProduct\Pricing\Price\LowestPriceOptionsProvider
12+
* to provide queries to select configurable product option with lowest price
13+
*
14+
* @see app/code/Magento/ConfigurableProduct/etc/di.xml
15+
*/
1016
class LinkedProductSelectBuilderComposite implements LinkedProductSelectBuilderInterface
1117
{
1218
/**

0 commit comments

Comments
 (0)