Last active
March 8, 2019 09:07
-
-
Save 4e6ka/c534552354f02c2e14294e4c1db0996c to your computer and use it in GitHub Desktop.
Разные выборки для вывода меню
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
&where=`{"template:!=":"14"}` | |
&where=`{ | |
"isfolder:=": "1" | |
}` | |
&where=`{"Data.popular":"1"}` | |
&where=`{"TVpurpose.value:LIKE":"%Text%"}` | |
&optionFilters=`{"TVwherefore.value:LIKE":253}` | |
&optionFilters=`{"Data.price:<":40000}` | |
&where=`{"TVfilial.value:LIKE":"%[[*id]]%","TVotdelenie.value:LIKE":"%17%"}` | |
&where=`{"Data.old_price:!=":"0"}` — Вывести товары с особой ценой | |
&where=`{"Data.new":"1"}` — Вывести товары с отметкой Новый | |
&where=`{"Data.popular":"1"}` — Вывести товары с отметкой Популярный | |
&where=`{"Data.favorite":"1"}` — Вывести товары с отметкой Особый | |
{"TVappointment.value:LIKE":"%Прогулочные%"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment