How to remove a global attribute from the product panel of magento 2 from the administration panel?
The attribute "features" (as you will see in the screenshot)
Seems to me detailed by default in all the new products that I entered and then I can not modify it, apparently it already came with the theme.
I hope you can help me with this matter.
Thank you and I remain attentive to your response.
Solved! Go to Solution.
Hi @pedro _rivera,
Maybe you can take a look to this link: https://docs.magento.com/m2/ce/user_guide/catalog/product-attributes.html
It will show you how to handle the product attributes and adttribute sets.
You need to first go to admin panel,
Stores -> Attribute -> Product
Edit Feature Attribute,
From Advanced Attribute Properties section set Scope your attribute from Global to Store view or Website level.
Save Feature Attribute.
For Remove attribute from product panel,
If you want to remove an attribute from product panel, Just go to Stores -> Attribute -> Attribute Set,
Click on your attribute set like default,
Unassigned your attribute value from Group section.
Save attribute set.
Hi @pedro _rivera,
Maybe you can take a look to this link: https://docs.magento.com/m2/ce/user_guide/catalog/product-attributes.html
It will show you how to handle the product attributes and adttribute sets.
You need to first go to admin panel,
Stores -> Attribute -> Product
Edit Feature Attribute,
From Advanced Attribute Properties section set Scope your attribute from Global to Store view or Website level.
Save Feature Attribute.
For Remove attribute from product panel,
If you want to remove an attribute from product panel, Just go to Stores -> Attribute -> Attribute Set,
Click on your attribute set like default,
Unassigned your attribute value from Group section.
Save attribute set.
Thanks for your response, it has been very useful.
Have an excellent day.
You can go further with above tips for your product attribute with set Scope for attribute and you can manage at store view, Website or global level using edit in Product attribute.
Glad to know you have useful one of my answer.
Thanks.