magento-lts icon indicating copy to clipboard operation
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,...

Results 365 magento-lts issues
Sort by recently updated
recently updated
newest added

If a customer registers through the checkout and pays with paypal, then he can't login. Fixes https://github.com/OpenMage/magento-lts/issues/2023

Component: PayPal

### Preconditions (*) 1. OpenMage 20.6.0 and OpenMage 19.4.23 2. Fresh OM installs, no migrations from M1. ### Steps to reproduce (*) 1. Make a Soap call (both v1 and...

bug

### Description (*) In my opinion OpenMage could need a few new events around configuration alteration or deletion. A general event such as `core_config_data_delete_commit_after` is already thrown, but maybe a...

enhancement

Description: There is no mitigation, defenses in anyway or a lockout mechanism in the login page. A malicious minded user can continually try to brute force an account password. I...

security
needs investigation

### Preconditions (*) 1. OpenMage 20.6.0 ### Steps to reproduce (*) 1. Create a Shopping Cart rule - with Condition: All the following conditions are FALSE: Total weight is equals...

bug

### Preconditions (*) 1. OpenMage 20.0.10 ### Steps to reproduce (*) 1. Create 11 catalog rules which apply discounts to products where category is one of 1,2,....N and at least...

performance
needs investigation

I am getting this warning ```php Warning: Undefined array key 5 in[ /app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php on line 208](https://github.com/OpenMage/magento-lts/blob/1.9.4.x/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php#L208) Warning: Trying to access array offset on value of type null in [/app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php on...

needs investigation

### verision:[v20.1.0-rc2] File: `Mage_Adminhtml_Cms_PageController::_filterPostData()` when i save the cms page, this error comes. ```php protected function _filterPostData($data) { Mage::log($data); $data = $this->_filterDates($data, ['custom_theme_from', 'custom_theme_to']); Mage::log($data); return $data; } ``` from...

needs investigation

**Steps to reproduce this issue** 1. I am using [Magento Sample Pack]. Search for the product named "Madison 8GB" and edit it by setting its price to zero. 2. In...

bug confirmed
PR requested

On the day time changes from or to Daylight Saving Time, admin order grid dates are one day off. The current date does not return anything ## Order Grid with...

needs investigation