We are trying to embed a Magento 2 website’s page on another Magento CMS page using iframe, but the iframe is not working. When I checked the browser console I found an error.
Magento
I want to implement Binance Payment gateway to Magento 2 How can I do this, and if there is any extension for this? Thanks in advance.
We are Saving Configurable Products using Pim(pimcore) through a custom Module in Magento, while saving configurable Products,we are getting this below Foreign key constraint Erorr, SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`staging`.`catalog_product_super_attribute_label`, CONSTRAINT `FK_309442281DF7784210ED82B2CC51E5D5` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` […]
Note: This is not a duplicate – I’ve searched for this and there is no specific answer to this question. I needed to remove Name Prefix and Name Suffix fields from Customer Account. I created following 2 files under app/code/Vendor/Module/view/adminhtml/ui_component/customer_form.xml app/code/Vendor/Module/view/adminhtml/ui_component/customer_address_form.xml and changed visibility from true to false which means […]
I’m encountering an issue when trying to change a customer’s email address in the Admin Panel (Account Information) in Magento Version 2.4.5-p10 and 2.4.6-p7. Steps to Reproduce: Go to the Admin Panel. Navigate to Customers > All Customers and select a customer. In the Account Information section, try to update […]
Hello Everyone, I am trying to add a custom status to Magento’s default RMA functionality. I am currently working with Magento 2.4.7-p2 Enterprise Edition. I have explored a few options, but there seem to be many possibilities and dependencies involved in this process. Does anyone have any suggestions, references, or […]
I applied a patch locally (adding the ‘QUALITY_PATCHES’ variable to the .magento.env.yaml file and listing the required patches underneath), and it was pushed to staging, where it was applied correctly in our Adobe Cloud Commerce staging environment. Now, I want to revert it. I have successfully reverted it locally using […]
I recently upgraded my Magento store to version 2.4.7-p3 and encountered an issue where the checkout page fails to load. I am using Mageplaza’s One Step Checkout extension. After some investigation, I found that the problem is related to Content Security Policy (CSP) restrictions. However, I want to keep CSP […]
M2 sales related transactional emails Magento use variable {{var payment_html|raw}} to add information and this information is added using HTML tag <dl><dt><dd></dd></dt></dl> and <dd> tag has default style margin-inline-start: 40px how to remove this style and also from where I can override this {{var payment_html|raw}} template. I have already overridden […]