How to create a .well-know folder on Magento Cloud?
I want to create a mystore.com/.well-known folder on my Magento Cloud, where I can add many files that will be accessible via public URL. How to do it?
I want to create a mystore.com/.well-known folder on my Magento Cloud, where I can add many files that will be accessible via public URL. How to do it?
I cannot to install this code? Add to Footer Links Go to Content > Blocks Click Add New Block to create a new block or edit an existing one. Block Information Block Title: Enter a title for the block (e.g.,… Read More »How add simple link page in Magento 2.4.6?
I have encountered a critical problem with Page Builder on Magento 2.4.6-p6. Saving changes often fail on the second attempt due to CORS errors. Specifically, we see: CORS Error: Access to XMLHttpRequest at xxx from origin ‘null’ has been blocked… Read More »CORS errors on Page Builder
When I access checkout shipping step, my default shipping address is preselected, right after page is successfully loaded, then there is additional reload of shipping methods (loader is shown) and my selected shipping address became unselected. There is no more… Read More »Magento 2 | Default shipping address not selected on checkout
We have a Magento store for digital products. After purchase, the Standard PayPal Express Checkout amount is automatically collected and the invoice is sent via AutoInvoice. This worked perfectly for years up to Magento version 2.4.5-p7. Without further changes other… Read More »PayPal Express transactions for digital products are not completed automatically since Magento 2.4.6 CLI
I have upgraded the magento 2.4.0 to 2.4.7. When I want to register the customer with the new unique distinct values, then it is throwing the error message: “There is already an account with this email address. If you are… Read More »New Customer Register Issue in magento 2.4.7.It throws an error “There is already an account with this email address.”
After upgrading to Magento 2.4.7-p1 I am seeing the following error when trying to login into the backend: 1 exception(s): Exception #0 (LogicException): Could not create an acl object: Invalid Document Error in merged XML after reading /var/www/dev/magento2/vendor/magento/module-config/etc/acl.xml Element ‘resource’:… Read More »Cannot login to backend after upgrade to Magento 2.4.7-p1
I created the module schema.graphqls #Magento Customer GraphQl Schema type Query { testcustomer: Testcustomer @resolver(class: “Graphql\CrudOperations\Model\Resolver\StudentList”) @doc(description: “The testcustomer query returns information about a customer”) } type Testcustomer @doc(description: “Testcustomer defines the customer name and other details”) { student_id: Int… Read More »Graphql module not working properly in magento 2
I have update my store to Magento version 2.4.6-p6 Aaaand there is an issue with newly added restricted CSP policy on checkout page. I have a bunch inline scripts that are added via admin panel (Content->Design->Configuration->Theme->Html head). Most of them… Read More »Magento CSP – design inline scripts
We are using Ngenius Online Payment for our Magento 2.3.5 and after placing orders via Ngenius, we can see the order reference id and payment id in Ngenius Reports in Reports -> Sales -> Ngenius Report section in admin panel:… Read More »How to get Ngenius Order Reference located in Magento 2 Ngenius Reports Using REST API or Custom Module?