OpenMage

After installing DDEV in WSL2 Ubuntu terminal. Note: do not install in Windows. How to Launch VS Code

OpenMage
github.com

... "aoepeople/aoe_blackholesession": "Skip creating a real session for bots", "aoepeople/aoe_jscsststamp": "Automatic Versioning of JS and CSS files", "aoepeople/aoe_scheduler": "Advanced cron scheduling...

Install the packages in vendor directory in the root by execute shell command: composer update For wins:

OpenMage
jouriy.github.io

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:

OpenMage

Change Text Length /** @var Mage_Core_Model_Resource_Setup $installer */ $installer = $this; $installer->startSetup(); /** @var Varien_Db_Adapter_Pdo_Mysql...

OpenMage
github.com

See production grade nginx and docker config here. Some notes on this: the PCI work was trial and error, we...

github.com

Mechanism: cache in model First, save the cache // app\code\core\Mage\Core\Model\App.php Mage_Core_Model_App /**

Each locale has different date formats. The default settings are configured in xml files located in lib\Zend\Locale\Data...

We can add a 3rd-party to library to Magento, for example TCPDF. Download the library and unzip.

OpenMage

Load Store by Store Code $store = Mage::getModel('core/store')->load('store_code'); // or $store = Mage::app()->getStore('store_code');

php.net

The error is coming from Mage_Catalog_Model_Product_Option_Type_File but it is not interpreted in _getValidatorErrors(). The...

OpenMage

* Resize image recursively until it is less than 25KB and saved as tmp.jpg * Original image is unchanged * * @param string fullpath...

Best results in other decks

How to debug cli command in magento 2 Steps: 1) Export the key (if you are using docker, do it...

This can be fixed by excuting folloing configuration. ./bin/magento config:set system/security/max_session_size_admin 512000 ./bin/magento config:set system/security/max_session_size_storefront 512000

Search in all decks