Skip to content

magento2.4

Auto Added by WPeMatico

Class doesn’t Exists when compile

try to create a simple plugin (magento 2.4.3-p1) : But when compile got a : “In PluginListGenerator.php line 326: Plugin class FsebModuleAPluginCatalogModelProduct doesn’t exist ” Here is the code appcodeFsebModuleAregistration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘Fseb_ModuleA’, __DIR__ ); appcodeFsebModuleAetcmodule.xml <?xml version=”1.0″?> <config… Read More »Class doesn’t Exists when compile

Cannot update simple product of configurable product, Error in update query of Catalog Inventory Stock status table in Magento 2.4 CE

I created configurable product with variants. Even though I added quantity per source for each sub product > 0 manage stock as “Yes” Stock Status as In Stock It shows Out of Stock. Also tried clearing cache, reindexing, etc. But… Read More »Cannot update simple product of configurable product, Error in update query of Catalog Inventory Stock status table in Magento 2.4 CE

Can anyone suggest how to remove deprecated registry class and what are the alternative methods?

I’m performing an upgrade to Magento 2.4 and the registry class has been deprecated but it’s being used in some custom modules, please see the code below: <?php declare(strict_types=1); namespace TPCarsModel; use TPCarsModelResourceModelFacilityCollection; use TPCarsApiApiDataFacilityInterface; use TPCarsApiApiDataFacilityInterfaceFactory; use MagentoFrameworkApiDataObjectHelper; use… Read More »Can anyone suggest how to remove deprecated registry class and what are the alternative methods?