Skip to content

Instantly share code, notes, and snippets.

@4e6ka
Last active March 8, 2019 09:07
Show Gist options
  • Save 4e6ka/c534552354f02c2e14294e4c1db0996c to your computer and use it in GitHub Desktop.
Save 4e6ka/c534552354f02c2e14294e4c1db0996c to your computer and use it in GitHub Desktop.
Разные выборки для вывода меню
&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