Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $this->startSetup();
  2. $this->addAttribute('catalog_product', 'cod_import', array(
  3. 'label' => 'Código de Importación',
  4. 'attribute_set' => 'Importados',
  5. 'group' => 'Especificaciones de importacion',
  6. 'type' => 'decimal',
  7. 'visible' => true,
  8. 'required' => true,
  9. "nullable" => true,
  10. 'sort_order' => 2
  11. ));
  12. $this->endSetup();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement