We often in our projects use the app/etc/config.php file to force some admin configuration we don’t want the end user to be able to modify. This time we’re trying to force the configuration for a dynamic field: https://i.stack.imgur.com/hNC4u.png However it is not working at all, the field becomes grey empty: […]
Magento
After updating data-migration-tool I get this error every time I try to run the command: Warning: Could not check compatibility between MigrationLoggerLogger::addRecord(int $level, string $message, array $context = Array, ?MigrationLoggerDateTimeImmutable $datetime = NULL): bool and MonologLogger::addRecord(int $level, string $message, array $context = Array, ?MonologDateTimeImmutable $datetime = NULL): bool, because class […]
In my Magento 2 application I am simply trying to make a POST request to the /rest/V1/integration/admin/token enpoint to get an admin token for subsequent requests. My user is an admin user in the application and I am able to login to the admin dashboard with my username and password. […]
How can we capture request parameters and response in logs by using plugins for save method in MagentoQuoteModelQuoteItemRepository class
When I tried to load my category page, the following error showing… TypeError: Return value of MagentoElasticsearch7ModelClientElasticsearch::query() must be of the type array, string returned in /home/758955.cloudwaysapps.com/svjdbvkfqv/public_html/vendor/magento/module-elasticsearch-7/Model/Client/Elasticsearch.php:367> Versions details Windows 10 Magento 2.4.2 Elasticsearch 7.6 installed in cloudways I updated the Store->Configuration -> Catalog -> Catalog -> catalogSearch area in […]
I want to create a custom image role and assign it to product. Only those products image will be shown on category page having that custom role.
I would like to display multiple prices for the same product and customer can select any one of the product price and place an order. But as per my understanding I think this is not achievable by default in Magento. I am searching this in online for a solution but […]
Though it is very basic or I suppose to have this working straight but after spending hours am looking for community experts insight/support. Have to add monitoring of all outgoing requests from Magento Commerce 2.4.3 to any external services and all our platform services uses only GuzzleHttpClient, so went through […]