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