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 […]
Magento
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 my products with table rates, but for some products I would like to select a specific shipping method, can I do that?
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 […]
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 […]
When I click in order (Sales > Orders), I have this message: 1 exception(s): Exception #0 (MagentoFrameworkExceptionLocalizedException): Invalid method MagentoSalesBlockAdminhtmlOrderAbstractOrder::helper Exception #0 (MagentoFrameworkExceptionLocalizedException): Invalid method MagentoSalesBlockAdminhtmlOrderAbstractOrder::helper <pre>#1 include('/home/klient.dho...') called at [vendor/magento/framework/View/TemplateEngine/Php.php:59] #2 MagentoFrameworkViewTemplateEnginePhp->render(&MagentoSalesBlockAdminhtmlOrderAbstractOrder#000000004270f81b000000003b4f6f51#, '/home/klient.dho...', array('csp' => &MagentoCspHelperInlineUtil#000000004270fc10000000003b4f6f51#, 'escaper' => &MagentoFrameworkEscaper#000000004270f73d000000003b4f6f51#)) called at [vendor/magento/framework/Interception/Interceptor.php:58] #3 MagentoFrameworkViewTemplateEnginePhpInterceptor->___callParent('render', array(&MagentoSalesBlockAdminhtmlOrderAbstractOrder#000000004270f81b000000003b4f6f51#, '/home/klient.dho...', array('csp' => &MagentoCspHelperInlineUtil#000000004270fc10000000003b4f6f51#, […]