Skip to content

checkout

Auto Added by WPeMatico

After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. “Cannot read properties of undefined (reading ‘form’)” error message

After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. When I want to place the order every time I get this error message in the console from jquery.validate.js. : “Uncaught TypeError: Cannot read properties of undefined… Read More »After magento update from v. 2.4.3 to 2.4.7 checkout is not working properly. “Cannot read properties of undefined (reading ‘form’)” error message

Magento 2 : How add validation validator to custom input field in checkout page?

We have to add custom form in check-money order payment method.We have to add custom validations before order placement but its not working. please check below code 1)Create the validator:- Custom_Checkmethod/view/frontend/web/js/model/custom-validation.js define( [ ‘jquery’, ‘mage/validation’ ], function ($) { ‘use… Read More »Magento 2 : How add validation validator to custom input field in checkout page?

GuestPaymentInformationManagementPlugin must be of type MagentoQuoteApiDataPaymentInterface when placing order

Magento 2.4.6-p3 I am getting this error when placing an order in my Magento 2 checkout: TypeError: MagentoPersistentModelCheckoutGuestPaymentInformationManagementPlugin::beforeSavePaymentInformation(): Argument #4 ($paymentMethod) must be of type MagentoQuoteApiDataPaymentInterface, MagentoQuoteModelQuoteAddressInterceptor given I recompiled, deployed and cleared the cache, issue remains. Also tried using… Read More »GuestPaymentInformationManagementPlugin must be of type MagentoQuoteApiDataPaymentInterface when placing order