Magento – How to add extra attributes specific to a product

attributescustom-optionsmagento-1.9product-attribute

I am trying to figure out how could I achieve the same structure as: http://catalog.uk.toolstore.com/#/?search=0349-0109

The Attribute Table

The table below the description varies from product to product and it has different attributes. Some of the attributes (like 'Art. no.' or 'Weight') are always there while others vary from product to product (one product has a 'Bits for hex holes' attribute while another does not).

The question is, how could I add extra attributes, specific to a particular product, so on the product page I could see a list of attributes similar to the one in the example?

Best Answer

I had to solve the same issue. The way I handled it was to create tokenized strings in a single attribute and parse them accordingly.

Related Topic