This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // | |
| // Magento Convert Attributes | |
| // Original Author: Michele Marcucci | |
| // Email: michele@simplicissimus.it | |
| // Script to convert a old Magento text attribute to a new one in dropdown format (useful to be used in navigation layer) | |
| // | |
| // Modified by mechanicalgux: | |
| // - automatic temporary attribute creation | |
| // - automatic replacement of old attribute by the newly created attribute |