Running Unit Test in DDEV # Run all tests ddev exec composer run phpunit:test # Run a specific test class, example...
In backend > Catalog > Manage Categories, we can configure a category page and put it on the main menu. The page...
There are 3 machines: Local Computer Windows OS Development Server Production Server There are 3 repositories upstream, a fork of...
To install, just issue the following PowerShell command at the root of OpenMage: PS D:\Work\project> composer require guzzlehttp/guzzle...
Define the API in the custom module app\code\local\{vendor}\{module}\etc\api.xml: benefit/api_member Member API benefit/member Check-In...
There are 2 column types: // lib\Varien\Db\Ddl\Table.php const TYPE_TIMESTAMP = 'timestamp'; // Capable to support date-time from...
M1 doc. OM GitHub Issue Test Script in devdocs-openmage.org stackoverflow magento.stackexchange.com/how-to-create-rest-api-for-the-magento-1-9-hosted-in-local-machine stackoverflow.com//magento-oauth-customer-login Inchoo's Guides:
DO NOT use inline translation. The inline translations are stored in the table core_translate. Backup the table, convert all...
PHP Version 7.4.7 OpenMage 1.9.4.5 if ($day !== false) { $parse[$day] = 'd'; if (!empty($options['locale']) && ($options['locale'] !== 'root') && (!is_object...
Each locale has different date formats. The default settings are configured in xml files located in lib\Zend\Locale\Data...
A sample of different options to add field in Mage_Adminhtml_Block_Widget_Form Ref Varien_Data_Form_Element_Abstract...
Best results in other decks
Must use Git Bash. To overwrite local master with remote: git checkout master git fetch --all git reset --hard origin/master...
When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...