Skip to content

product

Auto Added by WPeMatico

Magento 2 Edit getLoadedProductCollection on Block with a plugin

I am trying to edit the product collection in category page. Every time I try to load and edit the collection vendor/magento/module-catalog/Block/Product/ListProduct::getLoadedProductCollection() or its parent methods and models like vendor/magento/module-catalog/Model/Layer::getProductCollection() vendor/magento/module-catalog/Model/Layer::prepareProductCollection($collection) it is unsuccessful and “All the products” in that… Read More »Magento 2 Edit getLoadedProductCollection on Block with a plugin

Magento 2 : Redirect product if out stock

is there a way we can redirect a product if the product is out of stock, then redirect that product to its assigned category page (if multiple categories assigned then redirect to the first category assigned) ?