Skip to content

On the Admin side, order and account information and Address Information (the shipping and billing addresses) are missing in maento 2.4.6

On the Admin side, for some orders, it was noticed that order and account information and Address Information (the shipping and billing addresses) are missing. After version upgrade from 2.4.3 to 2.4.6 , for some orders it shows properly. Any… Read More »On the Admin side, order and account information and Address Information (the shipping and billing addresses) are missing in maento 2.4.6

How to change the magento2 layout to all options in the personal area?

is there a faster way to change the layout from 2columns-left to 3columns to all the personal area pages (account, wishlist, orders etc..) ? i just got done creating this file: app/design/frontend/Vendor/Vendor/Magento_Customer/layout/customer_account_index.xml and adding this code: <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”… Read More »How to change the magento2 layout to all options in the personal area?

Model Class not found error in Magento REST API – not able to identify any issues in this

Error: Class “TestCsvImportModelImport” not found in /var/www/html/testproject/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 This is the error I am getting. Here are my code webapi.xml <?xml version=”1.0″?> <routes xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Webapi/etc/webapi.xsd”> <route url=”/V1/import/csv” method=”POST”> <service class=”TestCsvImportApiImportInterface” method=”importCsv”/> <resources> <resource ref=”Magento_Backend::admin”/> </resources> </route> </routes> di.xml <?xml version=”1.0″?> <config… Read More »Model Class not found error in Magento REST API – not able to identify any issues in this