We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600bc64 commit fbe5e3bCopy full SHA for fbe5e3b
app/code/Magento/Wishlist/CustomerData/Wishlist.php
@@ -147,7 +147,8 @@ protected function getItemData(\Magento\Wishlist\Model\Item $wishlistItem)
147
*/
148
protected function getImageData($product)
149
{
150
- /* Set variant product if it is configurable product. It will show variant product image in sidebar instead of configurable product image. */
+ /*Set variant product if it is configurable product.
151
+ It will show variant product image in sidebar instead of configurable product image.*/
152
$simpleOption = $product->getCustomOption('simple_product');
153
if ($simpleOption !== null) {
154
$optionProduct = $simpleOption->getProduct();
0 commit comments