dmatthew / magento2-module-brand

Custom EAV Entity for Magento's manufacturer product attribute.
MIT License
15 stars 8 forks source link

Set manufacturer attribute source model to use Brand source. #3

Open dmatthew opened 8 years ago

dmatthew commented 8 years ago

Setup the Brand entity as an attribute for products. We already have the Model/Product/Attribute/Source/Brand.php file for this purpose. Now we need to change Magento's "manufacturer" attribute to use this class as its source model.

brain2terminal commented 7 years ago

how can i set it to display the field in the product_form.xml ?