Created
December 2, 2019 15:15
-
-
Save OlegShchavelev/e190eee410b575d9e1f1482cb897d3de to your computer and use it in GitHub Desktop.
where выборка TV по датам pdoResources
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
{set $today_date = '' | date : 'Y-m-d'} | |
{'!pdoResources' | snippet : [ | |
'parents' => 40437, | |
'tplWrapper' => 'wrapper.article.sale', | |
'tpl' => 'row.article.sale', | |
'includeTVs' => 'img_article,date_start,date_finish', | |
'tvPrefix' => '' | |
'where' => [ | |
'date_finish:>' => $today_date, | |
'OR:date_finish:==' => null | |
] | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment