In magento 2.4.x Category listing page. I want to move all the products which have NO IMAGES at the end OR you can say at the last page. What is the best practice of magento 2 to achieve this customization? Do we have to create a plugin for that? OR can we do it within the list.phtml which loads $block->getLoadedProductCollection?
Can any ever create a sortings like this then please let me know.