Emergency situation

In case of emergencies or breakdowns, you can send an SMS to our emergency hotline

On-call phone (SMS only)

+45 29 70 15 95

Send an SMS with the following information:

  • Your name and webshop
  • Description of the problem
  • Your callback phone number

Notes: This service is only for critical situations where your webshop is down or has serious problems. For regular support, please use our normal support channels.

Included in all packages

Extended fields for products in Shoporama

Customize your products with extra fields. Store custom data such as ISBN, YouTube links, Google Shopping labels and much more.

Read more about it

Extended fields (Extra fields)

Add customized fields to your products. From technical specifications and sizing guides to Google Shopping labels and YouTube videos, extra fields allow you to store exactly the information you need.

Unlimited flexibility with custom fields

Not all products fit into the same fields. That’s why Shoporama’s custom fields let you create your very own fields with freely chosen keys and values. This gives you full control over what information is stored for each product—and how it’s used in your theme, feeds, and integrations.

Here’s how it works

Custom fields are defined in the key=value format, with one field per line. The fields can contain anything from simple text values to data that controls advanced functionality in your theme.

Examples of custom fields:

ISBN=9788711394441
youtube=dQw4w9WgXcQ
color=Red
material=Cotton
size-guide=women's-clothing

Using them in your theme

All custom fields are available in your Smarty theme via methods on the product object. You can retrieve a single value or all values at once:

<!-- Retrieve a single value -->
<{$product->getMetaValue("youtube")}>

<!-- Loop through all meta fields -->
<{foreach $product->getMetaValues() as $key => $value}>
  <strong><{$key}></strong>: <{$value}>
<{/foreach}>

This makes it possible to display YouTube videos, size guides, technical specifications, or other information directly on the product page.

Google Shopping and Feeds

Custom fields are also used to manage your product feeds. Some important fields:

  • google-custom-label-2 to google-custom-label-4 — Custom labels for Google Merchant Center rules
  • pricerunner-category — Specific category for the PriceRunner feed
  • redirect — Redirect the user after adding to cart

Note that custom_label_0 and custom_label_1 are automatically used for "on sale" and "bestseller" in the Google Shopping feed.

Import and Export

Additional fields can be imported and exported via CSV. When importing, the fields are specified in URL format:

color=Red&material=Cotton&ISBN=9788711394441

This makes it easy to update custom fields for many products at once using a spreadsheet.

Bulk Editing

You can also edit custom fields in bulk directly in the admin panel. Select multiple products, specify the field name and value, and choose whether to add, replace, or delete the field. This saves time when updating many products.

Produktlisten med masseredigerings-bjælken åben og tre produkter valgt, med knapper til Kategorier, Labels, Masseredigering, og Prisændringer.
When you select multiple products in the product list, the bulk editing bar expands at the bottom. From here, you can edit categories, labels, prices, and custom fields for all selected products at once.

HTML Fields

In addition to custom fields, Shoporama also offers HTML fields. These fields can contain formatted HTML code and are used to display rich content on the product page—such as size guides in table format, embedded videos, or JavaScript widgets.

Available on Many Objects

Custom fields aren’t limited to products. You can also use them on:

  • Categories — Store additional metadata on categories
  • Landing pages — Control layout and display with custom fields
  • Info pages — Add custom data to static pages
  • Blog posts — Use custom fields to control display and functionality

Try it for free - no strings attached

Start your free trial today and see for yourself how this feature can boost your online store. No credit card required.

See all features