Add image product attribute
Add image product attribute
This is how to get a new image attribute to a given attribute set inside of a setup script (add image attribute for products):
getEntityTypeId('catalog_product'); $oInstaller->startSetup(); $oInstaller->addAttribute($iProductEntityTypeId, 'verpackung', [ 'group' => 'Images', 'label' => 'Packaging', 'type' => 'varchar', 'input' => 'media_image', 'global' =>…
View On WordPress














