Magento 2.4.3 is not showing the Mega Menu navigation. If I inspect the page, I get a “esi:include” tag instead of the menu. I have been following the extension guide here https://landofcoder.gitbook.io/magento-2-megamenu/config-and-usage/show-menu-on-frontend but still nothing. I have also tried to disable the varnish cache from Magento backend, nothing, any idea […]
Magento
I created a new extension. I have this composer.json in my project: app/code/Company/App/composer.json: { "name": "company/module-app", "description": "Company App", "type": "magento2-module", "license": "GPL-3.0", "authors": [ { "name": "Mage2Gen", "email": "info@mage2gen.com" } ], "minimum-stability": "dev", "require": { "firebase/php-jwt": "^6.0" }, "autoload": { "files": [ "registration.php" ], "psr-4": { "Company\App\": "" } […]
i face this error main.CRITICAL: Error: Cannot instantiate interface MagentoInventoryConfigurationApiApiDataStockItemConfigurationInterface in /vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50 Stack trace: #0 /vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Invento...') #1 /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(170): MagentoFrameworkObjectManagerObjectManager->get('Magento\Invento...') #2 /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(276): MagentoFrameworkObjectManagerFactoryAbstractFactory->resolveArgument(Array, 'Magento\Invento...', NULL, 'stockItemConfig...', 'Magento\Invento...') #3 /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(239): MagentoFrameworkObjectManagerFactoryAbstractFactory->getResolvedArgument('Magento\Invento...', Array, Array) #4 /vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(34): MagentoFrameworkObjectManagerFactoryAbstractFactory->resolveArgumentsInRuntime('Magento\Invento...', Array, Array) #5 /vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(59): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->_resolveArguments('Magento\Invento...', Array, Array) #6 /vendor/magento/framework/ObjectManager/ObjectManager.php(70): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Invento...') #7 /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(170): MagentoFrameworkObjectManagerObjectManager->get('Magento\Invento...') #8 /vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(276): […]
I’ve upgraded version from 2.3.5 to 2.4.3 and I found that success/error notification messages are not showing up throughout the admin panel for ex if I flush the cache it will not give any success message for that. Now I found the issue that is Store -> Config -> System […]
I’m adding some custom data to products, namely fixed quantities. These are to appear on the product edit page under a Quantities “tab”. I’m using UI Components not blocks. After a great deal more effort than should have been necessary I’ve got the following working: All well and good! I’ve […]
I have a Problem with my Product Importer. For a bit of Background, we get Products by a RabbitMQ Queue and they get processed by a Model. Creating Products seems to be no Problem, but if I want to check if a Product already exists I always get an Out […]
I am having an issue with Google Authenticator in Magento 2. If I type in a wrong code, it prompts me with an error that the code is wrong, but if it’s right, it redirects me back to the prompt to type my code in again. There are no errors […]
I installed magento 2.4.3-p1. Everything goes good , backend working frontend is working fine but there is an issue. I am able to access the frontend from abc.com/index.php and inner links are working fine like abc.com/dress . But if I try to access my domain with abc.com/ it shows me […]