Skip to content

magento man

Magento 2.4.5 Uncaught TypeError: Cannot read properties of undefined (reading ‘set’)

I have updraded Magento from 2.4.0 to 2.4.5 and now in the product page, there’s an error: Uncaught TypeError: Cannot read properties of undefined (reading ‘set’) update: function (sections) { var sectionId = 0, sectionDataIds = $.cookieStorage.get(‘section_data_ids’) || {}; _.each(sections,… Read More »Magento 2.4.5 Uncaught TypeError: Cannot read properties of undefined (reading ‘set’)

get specific information in additional_information field of the sales_order_payment table from payment method

Currently the information I receive from older version of PayGate in the additional_information field of the sales_order_payment table is: {“paygate-payment-type”:”EW-MOBICRED”,”method_title”:”PayGate”} and new version I’m getting this : {“raw_details_info”:{“PAY_REQUEST_ID”:”0155ED4B-6D5B-8BB7-F6DB-9EBE834B65AD”,”TRANSACTION_STATUS”:”1″,”CHECKSUM”:”6468b5614c4404633de42c94bfa71c5d”,”PAYMENT_TITLE”:”PAYGATE_PAYWEB”}} How to get similar values as old version. I have tried modifying… Read More »get specific information in additional_information field of the sales_order_payment table from payment method

Magento 2: Skip some product attribute from mass Update Attributes

I have an issue about mass Update Attributes because I used datetime in product attribute and seem Magento not support it. ref: https://github.com/magento/magento2/issues/35214 So I tried skip that attribute by override MagentoBackendBlockWidgetForm.php di.xml: <preference for=”MagentoBackendBlockWidgetForm” type=”[Vendor][Module]BlockWidgetForm” /> Change this: protected… Read More »Magento 2: Skip some product attribute from mass Update Attributes