Skip to content

magento man

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?

Magento 2.4.2 How to disable MSI

Here I have solution how to disable for M.2.4 – but this solution no work for M.2.4.2 Run the below command in your SSH to disable MSI in Magento 2.4.0 php bin/magento module:disable -f Magento_Inventory Magento_InventoryAdminUi Magento_InventoryAdvancedCheckout Magento_InventoryApi Magento_InventoryBundleProduct Magento_InventoryBundleProductAdminUi… Read More »Magento 2.4.2 How to disable MSI