magento-lts
magento-lts copied to clipboard
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes,...
### Description It allow to keep current selected tab on store switch, and to keep current category and current store on refresh in categories management. It prevents to add a...
### Description (*) @fballiano tried to install this with composer, but it didnt work because of php version conflicts or it does not fit to OM code anymore. Updated OM...
Go to **Backend > Catalog > Manage Products** and edit any product. After the product editing page is loaded press the [Save and Continue Edit] button and do not move...
### Description (*) https://github.com/OpenMage/magento-lts/discussions/2402 ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful commit messages -...
Since there are new commits since https://github.com/OpenMage/magento-lts/pull/2370 we need another forward port PR before the next release
This PR is the start of the migration of 3rd party modules to composer dependencies. This PR continues from https://github.com/OpenMage/magento-lts/pull/2138 which I couldn't rebase from 20.0. Notes: - Zend Framework...
`cron.php` scripts hides some errors redirecting output to /dev/null, it should be avoided since it caused issue https://github.com/OpenMage/magento-lts/issues/1675 In the meanwhile I added a check for the availability of the...
The new openmage backend theme is good, openmage needed something more moderns compared to the legacy backend theme. I still couldn't use it for my customers because I think the...
This PR seems to be a big performance improvement for multiwebsite setups. @luigifab and me, while debugging some performance issues about the "addtocart" feature, discovered that "website based configs" seems...
This PR adds support for JSON RPC protocol for API calls. - The endpoint for API calls is https://openmagehost/api/jsonrpc - It uses the same username/roles you'd use for SOAP -...