Import extra fields on products
Guide to importing extra fields via CSV import of products in Shoporama.
You can import extra fields on products via CSV import. Since Shoporama doesn't know your extra fields in advance, they are entered in a single field.
CSV format
Extra fields are specified in the extra_fields column with the format field:value, separated by |:
item_number;title;extra_fields PROD-001;My product;material:cotton|color:blue|weight:250g PROD-002;Other product;material:polyester|color:red
Important.
- The field name must match the extra field name created in your product profile
- Values are case-sensitive - "Blue" and "blue" are different values
- Use
|(pipe) as a separator between fields - Use
:(colon) as separator between field name and value
Multiple values per field
If a field should have multiple values (e.g. color with both blue and red), separate the values with commas:
extra_fields color:blue,red|material:cotton
Tip for extra fields
Extra fields are used for filtering and feeds, among other things. Make sure names and values are consistent across products.
See also: Import products via CSV.
Do you need help? Contact us at support@shoporama.dk.