Created
August 29, 2019 14:10
-
-
Save OlegShchavelev/fe3aa470434aba779a972c73cfb009a9 to your computer and use it in GitHub Desktop.
optionFilters - выборка опции Fenom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{$_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