Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
810 views
in Technique[技术] by (71.8m points)

magento2 - Magento 2 Media Image attribute

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...