This sponsored article was created by our content partner, BAW Media. Thank you for supporting the partners who make SitePoint possible. The start of a new year is always an exciting time. Everyone makes pledges to be better, to feel better, to do better. But like many New Years’ resolutions […]
Daily Archives: January 28, 2020
I’m working on a project at the moment that uses Zend/ Laminas having come from more of a Symfony background. For the most part I really like it but one thing that has stuck out massively for me is that the team don’t like using suffixes on class names at […]
I want to replace the text of “The confirmation request has been sent”, what is the best way to do it? create an module and overwrite this controller? If yes, what is the correct path I should app/code or app/design? thanks /magento/module-newsletter/Controller/Subscriber/NewAction.php private function getSuccessMessage(int $status): Phrase { if ($status […]
I can’t figure out why the MSP Google reCaptcha isn’t working/displaying on the guest login popup. This only seems to be a problem in production mode – so I’m assuming some JS/CSS isn’t loading properly. Has anyone had the same issue before?
What classes are instantiated outside of the ObjectManager so that they can’t be customized in di.xml ?