How to display product image with custom role on carousel?
I am trying to include a product image that has a specific custom role (in the example below its hover_img) The file I am doing this on is: vendor/magento/module-page-builder/view/frontend/templates/catalog/product/widget/content/carousel.phtml I am trying to display it by doing this: <?php $customImg… Read More »How to display product image with custom role on carousel?