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

### Preconditions With latest commit at 1.9.4.x Create a bundle product with one associated product with qty 2: ![image](https://user-images.githubusercontent.com/31816829/178456828-79a5817f-e91e-4965-b616-ccbc49a5f2e3.png) Go to your frontend, and create some orders with this product....

bug confirmed

### Description (*) From discussion #2276 Added `@copyright` header to 4,687 files that have been modified by the OpenMage project since 2015. The OpenMage project has done great work and...

Component: PayPal
Component: Core
Component: Catalog
Component: Cms
Component: CatalogInventory
Component: Checkout
Component: AdminNotification
Component: Customer
Component: Adminhtml
Mage.php
Component: Api
Component: Cron
Component: Captcha
Component: Contacts
Component: CurrencySymbol
Component: CatalogRule
Component: Admin
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: Api2
Component: Directory
Component: ConfigurableSwatches
Component: CatalogSearch
Component: Backup
Component: Authorizenet
Component: Centinel
Component: Dataflow

Two days ago one of our team members accidentally canceled all pending orders thinking he applied an email filter. Luckily there were only a few orders at that time and...

enhancement

### Description (*) One of my store managers mentioned in passing how she got around having to replace an order for a guest checkout. I am not sure why this...

Component: Sales
Component: Adminhtml
JavaScript

### Description (*) Fixes the error message when trying to access index.php from a directory different than the root directory. ### Related Pull Requests ### Fixed Issues (if relevant) 1....

### Description (*) ### Related Pull Requests alternative to https://github.com/OpenMage/magento-lts/pull/1817 ### Fixed Issues (if relevant) 1. Fixes OpenMage/magento-lts#1780 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or...

Component: lib/Varien
Component: lib/*

### Description This (useless) PR rename ~95% of sql/mysql4-* files (620 files renamed without changes). Script used to rename files: ```php $files = []; exec('find app/ -name "mysql4-*.php"', $files); foreach...

Component: PayPal
Component: Core
Component: Catalog
Component: Cms
Component: Reports
Component: CatalogInventory
Component: Checkout
Component: AdminNotification
Component: Sales
Component: Usa
Component: Customer
Component: Eav
Component: ProductAlert
Component: Sitemap
Component: Api
Component: Cron
Component: Contacts
Component: Tag
Component: CatalogRule
Component: Admin
Component: SalesRule
Component: Wishlist
Component: Widget
Component: Weee
Component: Tax
Component: Shipping
Component: Review
Component: Rating
Component: Poll
Component: Index
Component: Downloadable
Component: Bundle
Component: CatalogIndex
Component: Sendfriend
Component: Log
Component: ImportExport
Component: Directory
Component: CatalogSearch
Component: Dataflow
Component: PaypalUk
Component: Paygate

Replaced hard coded "new" object creation with Magento friendly way, allowing other modules to rewrite these objects.

Component: PayPal
Component: Core
Component: Catalog
Component: Cms
Component: lib/Varien
Component: Sales
Component: Eav
Component: Adminhtml
Component: Sitemap
Component: Api
Component: Captcha
Component: Shipping
Component: Downloadable
Component: ConfigurableSwatches
Component: Backup
Component: XmlConnect
Component: Connect
Component: Dataflow
Component: lib/*

### Preconditions (*) 1. OpenMage LTS v20.0.14 (older version too) 2. Configure Paypal Express Checkout as you like, so that API is used. ### Steps to reproduce (*) 1. Add...

needs investigation

https://github.com/macopedia/magento-lts/blob/1.9.4.x/app/code/core/Mage/Core/Model/Config.php#L1714 $event is an object, while addChild expects it to be string. Probably the solution is to change ``` $newNode = $events->addChild($newEventName, $event); ``` to ``` $newNode = $events->addChild($newEventName); ```...

PR requested