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.
attribute
- July 12, 2023 79
Magento 2 is a powerful e-commerce platform that offers extensive customization options to meet the unique requirements of online businesses. One of the key features of Magento 2 is its...
- 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'...