The number of people working remotely is at an all-time high, and that’s not just because telecommuting is pants-optional. By giving employees more control over their schedule and work environment, remote jobs can enhance the work-life balance that so many people struggle to maintain. But if you’ve held in-house positions […]
Daily Archives: February 26, 2020
https://docdro.id/iuJzSy1 (PDF) I’m preparing a clean code workshop at work, and thought I’d get some feedback from infinitely wise reddit first. 😉 Slides in link above. Feel free to ask anything. This is for a 15 year old PHP web app. Lots of messy legacy code. submitted by /u/usernameqwerty002 [link] […]
after completing a data-migration trying to exclude the import of products I can no longer complete the saving of a configurable product and the following window is shown I have a dump of the db created before migrating (with all configurable products ok), which table can I look at to […]
I have a Magento module that currently provides a custom API route. I am wanting to update it to push some Javascript to the /customer/account page. I tried following the answer here but this didn’t work, my script is not rendered or executed on the customer account page. My module […]
The following Magento 1 code gets me a JSON string of all country codes (states, provinces, cantons, etc.) Mage::helper('directory')->getRegionJson() What is the equivalent code in Magento 2?