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 5a04525 commit 81d04afCopy full SHA for 81d04af
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -818,6 +818,7 @@ protected function doAddWebsiteNamesToResult()
818
foreach ($this as $product) {
819
if (isset($productWebsites[$product->getId()])) {
820
$product->setData('websites', $productWebsites[$product->getId()]);
821
+ $product->setData('website_ids', $productWebsites[$product->getId()]);
822
}
823
824
return $this;
0 commit comments