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 as a query string, i.e. field=value separated by & (just like parameters in a URL):
item_number;title;extra_fields PROD-001;My product;material=cotton&color=blue&weight=250g PROD-002;Other product;material=polyester&color=red
The value is parsed with PHP's built-in parse_str(), so the syntax is the same as you know from URL parameters.
Important to note
- The field name must match the additional field name created in your product profile
- Values are case-sensitive: "Blue" and "blue" are different values
- Use & as a separator between fields
- Use = as a separator between field name and value
- Special characters like &, = and spaces in values must be URL-encoded (e.g. %26 for &)
Multiple values per field
If a field needs multiple values (e.g. color with both blue and red), you can specify the field as an array by using square brackets:
extra_fields color[]=blue&color[]=red&material=cotton
Tip: extra_fields
Extra fields are used for filtering and feeds, among other things. Ensure consistent names and values across products.
See also: Import products via CSV.
Do you need help? Contact us at support@shoporama.dk.
Related articles
Import products from DanDomain
Guide to importing products, categories, variants and images from DanDomain to Shoporama via XML export.
Import products from Shopify
Guide to importing products, variants, categories, and images from Shopify to Shoporama via CSV file.
Import products via CSV
Complete guide to importing products with a CSV file in Shoporama - including format, fields and tips.
Related features
Extended fields (Extra fields)
Create custom fields on products in Shoporama. Save everything from ISBNs to YouTube links, Google Shopping labels and pricerunner categories as...
Import features - move your shop or update thousands of products
Import via CSV or migrate from Shopify, DanDomain and Magento 2. Products, categories, prices, stock and extra fields.