I've created a Media Image attribute called featured_image in Magento 2 and assigned it to certain product images.
I'm looping the products using:
for($block->getProductCollection()->getItems() as $product){
}
I can't seem to figure out how to get the featured_image for the products within the loop.
Any help would be greatly appreciated.
Thanks
question from:
https://stackoverflow.com/questions/65847668/magento-2-media-image-attribute 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…