
msProductOptions
Unlike msOptions, this snippet simply outputs the list of product options without a selector.
Parameters
| Parameter | Default | Description |
|---|---|---|
| tpl | tpl.msProductOptions | Output chunk |
| product | Product id. If omitted, current resource id is used. | |
| onlyOptions | Output only these options, comma-separated. | |
| ignoreOptions | Options to exclude from output, comma-separated. | |
| groups | Output only options from these groups (group name or category id, comma-separated). |
Output
The snippet expects a Fenom chunk and passes one variable $options (array of option values).
To see all placeholders, use an empty chunk:
modx
<pre>[[msProductOptions?tpl=``]]</pre>

