I want to place magento order using custom script using order Management interface but it’s give error of invalid email format. `<?php use MagentoFrameworkAppBootstrap; use MagentoSalesApiDataOrderInterface; use MagentoSalesApiDataOrderItemInterface; use MagentoSalesApiOrderManagementInterface; use MagentoSalesApiDataOrderAddressInterface; use MagentoSalesApiDataOrderPaymentInterface; use MagentoSalesModelOrderFactory; use MagentoSalesModelOrderPaymentFactory; use MagentoFrameworkApiDataObjectHelper; use MagentoSalesModelResourceModelOrderAddress as OrderAddressResource; use MagentoSalesModelResourceModelOrderPayment as OrderPaymentResource; use MagentoSalesModelResourceModelOrderItem […]
Magento
On client magento website has enabled google captcha version 2 on create account page. exception.log file has following errors (Magento\Framework\Stdlib\Cookie\CookieSizeLimitReachedException(code: 0): Unable to send the cookie. Size of 'mage-messages' is 4131 bytes with error message “Invalid google captcha” Above error happening because attacker try to create account using script 100 […]
Magento indexing uses mview.xml to track changes in tables similarly, can we use mview.xml to track changes in custom table ? custom table doesn’t do any indexing. I just want to track changes and do some operation after that. I want to do this tracking specifically when someone run sql […]
I need to create a message queue in Magento and expose it to the 3rd-party system. As I understand, it is required to create communication.xml, queue_publisher.xml, and queue_topology.xml files – so that I’ll be able to publish there. But how I can expose this queue to the external application to […]
I’m using Magento version 2.4.5-p1 And I’m trying to setShippingAddressesOnCart using graphql for logged-in customers. This is the default Magento query I’m using but it’s duplicating the data for the shipping address in quote_address, For Example, If I setShippingAddressesOnCart query once there will be 3 records in the quote_address table. […]
We want to add a row count in the order sales view items table. So that we can see and define the rows, to make it more easy to manage the order. We already tried $block->getItem()->getId() for the class MagentoSalesBlockAdminhtmlItemsColumnDefaultColumn but the problem is that this number is not specific […]
I have generated the Upgrade Compatibility Tool Report and most of the errors are as below. [ERROR] [1124] Line 30: Using class ‘MagentoCustomerModelAddressConfig’ that is non API on version ‘2.4.6-p1’ [ERROR] [1124] Line 56: Using class ‘MagentoCustomerModelAddressConfig’ that is non API on version ‘2.4.6-p1’ [ERROR] [1124] Line 56: Using class […]
Is there any way to override this class “vendor/paypal/module-braintree-core/Gateway/Command/GatewayCommand.php”? I have tried to override this class method using plugin and preference but no luck. Thanks,
I am facing this issue: Uncaught exception 'LaminasViewExceptionRuntimeException' with message 'LaminasViewRendererPhpRenderer::render: Unable to render template "error"; resolver could not resolve to a file' in /project/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php:497 Magento version 2.4.3P-1 PHP 7.4 Can anyone please suggest me the solution for this?