sfritzsche
sfritzsche
We have included the very beautiful library in one of our projects. During the closing tests we noticed that when you close the menu, the area below the close button...
#### What I expected We are currently updating various store regarding Magento 2.4.5-p3. The current AmazonPay configuration remains the same in terms of the rough intention. #### What happened instead...
In the current de_DE.csv there is a translation for the string "for" (Line 5041): for,"Folgen Sie diesem Link, um sich abzumelden ..." We suspect that this is not intentional.
Added whitelist entry for lazyload-js.phtml. Since Magento 2.4.7 or 2.4.6-p6 the global will be blocked for checkout or payment pages. (Only tmp fix. You might consider integrating the corresponding block...
### Description (*) Before: The current session (incl. cart items) making a password “forget” request is destroyed as soon as a password request with a formally correct email address is...
### Preconditions and environment - Magento 2.4.7-p1 ### Steps to reproduce 1. add a product to the shopping cart. 2. start the "Forgot password" process on the "/customer/account/forgotpassword" page with...
Change extraction method ### Description In our server environment, the "Document Root" could not be read correctly. Instead of reading the document root via "$this->request->getParam('DOCUMENT_ROOT')", the following command worked: $this->request->getServer('DOCUMENT_ROOT')...