Skip to content
  1. Extras
  2. miniShop2
  3. Snippets
  4. msProductOptions

msProductOptions

This snippet simply displays the list of additional product options without choice unlike msOptions.

Parameters

ParameterBy defaultDescription
tpltpl.msProductOptionsFormatting chunk
productProduct identifier. If not indicated, id of the current document is used.
onlyOptionsDisplay only this option list, separated by commas.
ignoreOptionsThe options, which do not need to be listed, separated by commas.
groupsTo display only indicated group options (category name or identifier, separated by commas)

Formatting

The snippet counts on the work with Fenom chunk and transfers there only one variable$options with option array.

You may see all available placeholders by indicating empty chunk:

modx
<pre>[[msProductOptions?tpl=``]]</pre>