msProductOptions
This snippet simply displays the list of additional product options without choice unlike msOptions.
Parameters
Parameter | By default | Description |
---|---|---|
tpl | tpl.msProductOptions | Formatting chunk |
product | Product identifier. If not indicated, id of the current document is used. | |
onlyOptions | Display only this option list, separated by commas. | |
ignoreOptions | The options, which do not need to be listed, separated by commas. | |
groups | To 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>