Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created August 29, 2019 14:10
Show Gist options
  • Save OlegShchavelev/fe3aa470434aba779a972c73cfb009a9 to your computer and use it in GitHub Desktop.
Save OlegShchavelev/fe3aa470434aba779a972c73cfb009a9 to your computer and use it in GitHub Desktop.
optionFilters - выборка опции Fenom
{$_modx->runSnippet('!msProducts', [
'parents' => 140,
'limit' => 4,
'tpl' => 'go.tpl.msProducts.similar',
'optionFilters' => json_encode([
'collection_evroluce:=' => $_modx->resource.collection_evroluce[0]
])
])}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment