Skip to content
  1. Extras
  2. SeoData
  3. Custom fields

Custom fields ​

The Custom fields tab connects MiniShop3 columns, product options, and TVs to templates. In a template the field is available as {$name}.

Connected fields

The field name is the placeholder key, not the TV caption. Latin letters, digits, and underscore: the key param_event gives {$param_event}, the key article gives {$article}.

Adding a field

SourceWhat is read
msProductDataProduct data: price, article, image
msProductProduct fields
msOptionProduct options
msCategoryCategory fields
msVendorVendor
TVResource template variable

The key list in the form is loaded from the selected source. For a TV the list shows the key (param_event), not the field caption in the manager.

A TV value is read from the current resource. If debugging shows an empty value, check the key and that the TV is assigned to the MODX template.

The same source key cannot be added twice. The placeholder name is unique too.