We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
customer
- May 16, 2015 33
Installer script to remove the customer attribute & data by code.
[php]
$setup = Mage::getModel('customer/entity_setup', 'core_setup');$attributeId = $setup->getAttributeId('customer'...