Skip to content

magento-2-commerce

Auto Added by WPeMatico

Magento 2.4: Custom Block not return values to custom phtml file

I want to get my wishlist product list on my custom phtml file, My block: appcodevendormoduleBlockWishlistProducts.php <?php namespace VendorModuleBlock; use MagentoFrameworkViewElementTemplateContext; use MagentoCatalogModelResourceModelProductCollectionFactory; use MagentoWishlistModelResourceModelItemCollectionFactory as WishlistCollectionFactory; use MagentoCustomerModelSession; class WishlistProducts extends MagentoFrameworkViewElementTemplate { protected $_wishlistCollectionFactory; protected $_customerSession; protected $_productCollectionFactory;… Read More »Magento 2.4: Custom Block not return values to custom phtml file