Custom product fields
Posted: Sat Jun 11, 2011 7:09 am
I would like to add 20 custom fields to the Product > Data section.
The problem is, different products will have different attributes, so I would like to be able to assign field names as well as the field data, for each product on an individual basis, from the Admin panel.
(By "individual basis", I mean that not all products will have all attributes - some will have ABCDEFGH, some will have ABCKLM, some will have DEFLMN, and so on.)
For example:
Attribute 01 Name: [---------]
Attribute 01 Value: [----]
...
Attribute 20 Name: [---------]
Attribute 20 Value: [----]
Now, since not all products will have all 20 attributes, and I don't want blank lines to display on the product form, I'd like to format it in a "foreach loop" way.
Any PHP programmers here who can assist with this?
The problem is, different products will have different attributes, so I would like to be able to assign field names as well as the field data, for each product on an individual basis, from the Admin panel.
(By "individual basis", I mean that not all products will have all attributes - some will have ABCDEFGH, some will have ABCKLM, some will have DEFLMN, and so on.)
For example:
Attribute 01 Name: [---------]
Attribute 01 Value: [----]
...
Attribute 20 Name: [---------]
Attribute 20 Value: [----]
Now, since not all products will have all 20 attributes, and I don't want blank lines to display on the product form, I'd like to format it in a "foreach loop" way.
Any PHP programmers here who can assist with this?