We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f1d00 commit 7eaac9cCopy full SHA for 7eaac9c
app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProvider.php
@@ -77,7 +77,9 @@ public function getProducts(ProductInterface $product)
77
78
$this->products[$product->getId()] = $this->collectionFactory->create()
79
->addIdFilter($productIds)
80
- ->addPriceData();
+ ->addAttributeToSelect('*')
81
+ ->addPriceData()
82
+ ->addTierPriceData();
83
} else {
84
$this->products[$product->getId()] = $this->configurable->getUsedProducts($product);
85
}
0 commit comments