Skip to content

price

Auto Added by WPeMatico

Product added to the Catalog collection does not display a price

I created a preference for the block MagentoCatalogBlockProductListProduct to add a specific product at the begining of the collection in getLoadedProductCollection(). Almost everything is well displayed except the price. public function getLoadedProductCollection() { $originalCollection= parent::getLoadedProductCollection(); $featuredProduct = $this->productFactory->create()->load(18); //test productId… Read More »Product added to the Catalog collection does not display a price