Skip to content

Instantly share code, notes, and snippets.

@mechanicalgux
mechanicalgux / text2dropdown.php
Last active June 4, 2019 15:18
[Magento] Script that convert text attribute to dropdown attribute without losing values
<?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