Magento 2.4 Order Place Error
Errors: Something went wrong with your request. Please try again later. No such entity with cartId = 5
Errors: Something went wrong with your request. Please try again later. No such entity with cartId = 5
Dear Valued Customers and Partners, First and foremost, the MagenTech Team would like to thank all of our loyal customers and partners for your cooperation and encouragement throughout the year.
I made a little research and found these hosting providers that potentially would make my website faster than it is now. Their tech specs ar… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1889094&goto=newpost
I work with Magento and i want to replace the category ids with ids from another with writing a php code. Can someone help me to do that?
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’)
I’m trying to pull a customers collection but i need to join it to their billing address details to add filters. The only info i can find so far seems to be for Magento 1, such as this: Magento join… Read More »Magento 2 joining customers collection with their billing address
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
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
working on an upgrade from 2.3.5 to 2.3.7 and suddenly got this error when compiling, does anybody know how to fix this? Looks like it had to do with me changing to “minimum-stability”: “dev”, because of mageplaza smtp asking for… Read More »Class BuyRequestBuilder does not exist after upgrade 2.3.5 to 2.3.7
I just upgraded my Magento version to the latest Magento version 2.4.5. after a successful upgrade, while I am trying to run di: compile command then I got an error. how to fix below error.