I am getting incorrect captcha error, I am using by default captcha of magento version 2.4.6-p3. As I removed all the custom modules(even which is not related to captcha) and design theme changes. Not getting entries in captcha_log table. As I debug it is generating 2 times like screenshot below […]
Magento
I am implementing a payment method module, for a payment provider company. That company has a proprietary php-sdk for all the actions around the payment requests. That sdk uses guzzlehttp/guzzle. I have required the sdk in the magento module, which in turns has guzzle as its own dependency and so […]
I want to add German translations to the datepicker in the shipping step of the checkout, however I cant figure out how to do it. I found German initialisation for the jQuery UI date picker plugin. ( function( factory ) { "use strict"; if ( typeof define === "function" && […]
I am new to coding in Magento 2. I am trying to override a file using this guide https://webkul.com/blog/overriding-rewriting-classes-magento2/, and my file compiles without error, but changes don’t take place on the frontend. I have put the file in a Hello World module called MyTest. My di.xml file located at […]
After implementing the security patch P3 on Magento 2.4.6, issues are being encountered where functionalities such as ‘Add to Cart’, ‘Login’, ‘Register’, and ‘Admin Login’ are not functioning correctly. Instead of executing these actions, the page simply refreshes. Any help will be highly appreciated.
I have tried all of my thinking, I don’t understand why the grid displays a blank Controller namespace StateDrivesRequestQuoteControllerAdminhtmlBulkquote; use MagentoBackendAppAction; use MagentoBackendAppActionContext; use MagentoFrameworkViewResultPageFactory; use StateDrivesRequestQuoteModelRequestQuoteFactory; use MagentoFrameworkRegistry; class Index extends Action { protected $_resultPageFactory; protected $_requestQuoteFactory; protected $_registry; public function __construct( Context $context, PageFactory $resultPageFactory, RequestQuoteFactory $requestQuoteFactory, Registry […]
I have my products with table rates, but for some products I would like to select a specific shipping method, can I do that?
Can we make custom extension compatible with Adobe Live Search which not contains any specific entity data like Catalog, i.e.?
Is Magento 2.4.5-p5 compatible with MariaDB 10.6.16? I am runing Magento 2.4.5-p5 on a Centos 7 Server running MariaDB 10.4. We are preparing for a move to AlmaLinux OS 8. I am trying to upgrade some Amasty Extensions on the Centos 7 server and the Extensions require MariaDB 10.6.16. I […]