0

How can I create different attributes for different category in Magento. For example I have categories like Paints and tiles. Since these two are entirely different product category, the attributes will also be different. how can I set different attribute for this. Please suggest me the best method to do this, thanks in advance.

asked Feb 1, 2016 at 14:01

2 Answers 2

0

The attribute sets with attributes relates to the categories through the product. Cause the product has relations with a attribute set enter image description here

and the categories

enter image description here

There isn't required to do any additional customizations. Just create a required attribute sets and take a look at the categories that assigned to the product.

answered Feb 1, 2016 at 14:22
0
1

Attribute sets and categories are 2 distinct entities in Magento.
the attribute sets are in a 1 to many relation with products. This means that you can create as many products as you want associated to an attribute set.
And the products are in a many to many relation with the categories. This means you can associate as many categories as you want to a product and as many products as you want to a category.
What you can do is to create your "Paints" attribute set and create as many products as you need in that attribute set.
Then you can create the Paints category and assign all the products in the Paints attribute set to the category.

answered Feb 1, 2016 at 14:23
2
  • Is it the same with Magento 2.X ? Commented Jan 31, 2019 at 15:03
  • Yes it is the same Commented Jan 31, 2019 at 17:49

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.