Skip to content

magento2.4.3

Auto Added by WPeMatico

How to fix error: WE CAN’T FIND PRODUCTS MATCHING THE SELECTION

I upgraded from Magento 2.3.4 to 2.4.3-p3. But I cannot see products and categories. here is composer.json { “name”: “magento/project-community-edition”, “description”: “eCommerce Platform for Growth (Community Edition)”, “type”: “project”, “license”: [ “OSL-3.0”, “AFL-3.0” ], “config”: { “preferred-install”: “dist”, “sort-packages”: true,… Read More »How to fix error: WE CAN’T FIND PRODUCTS MATCHING THE SELECTION

Plugin Class does not exists

I am creating plugin to alter API response in M2.4.3. I am trying to alter this functionality via plugin MagentoFrameworkWebapiRestResponse and function prepareResponse My di.xml file is: <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoFrameworkWebapiRestResponse”> <plugin name=”vendor_apiresponses_extend_Webapi_rest_response” type=”VendorApiResponsesPluginFrameworkWebapiRestResponseUpdateResponse” /> </type>… Read More »Plugin Class does not exists

How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3?

can you please help me How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3 ? I have tried below command but it’s displaying the 2.4.3-beta1 version. composer require “magento/magento-cloud-metapackage”:”>=2.4.3-p3 <2.4.5″ –no-update composer update