Yearly Archives: 2020
I have created some endpoints in a module that have a resource of “self” When I call the request using a jQuery ($.post) I get an Not allowed to accesses resource “self”. These requests are done on the onpage.phtml template. According to the Magento 2 documentation “if a customer is […]
I recently upgraded my open source store from v. 2.2.2 to v. 2.3.3. At that moment automated email replies (order confirmation, newsletter signup confirmation, etc.) began to fail. The emails are created, but they don’t reach the customer, but fail with the following error: host outbound.mailspamprotection.com [108.178.13.114] SMTP error […]
When Creating a Customer registration I am getting this error “We can’t save the customer” on front end(website). Just Migrated from magento 1.9.1.1 to magento 2.3.3. This is error log:Exception message: Class MagentoEavModelAttributeDataDatetime does not exist
I have a Magento store on 2.3.4 with 10 stores and right now the customer account sharing is set to per store. I am wanting to change that to global, if there are customer accounts with the same email in multiple stores is that going to prevent me from doing […]
Google Page Speed told us, that we have rendering blocking CSS. Now we try to solve this with CSS Critical Path activated. We have created a Critical.css file We have integated the same in our Theme. All works fine, we try which styles are important and which CSS can load […]