-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
фильтрация не только дочерних, но и тегованных tagSaver
- Loading branch information
Showing
3 changed files
with
72 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
* manage product params lists | ||
* | ||
* @author webber ([email protected]) | ||
* @category module | ||
* @version 0.1 | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) | ||
* @internal @guid eFilters | ||
* @internal @properties ¶m_tv_id=ID TV параметров товара;string; ¶m_tv_id_simple=ID TV параметров товара (простой фильтр);string; &product_templates_id=ID шаблонов товара;string; ¶m_cat_id=ID категории параметров;string; &exclude_tvs_from_list=Не включать ТВ в параметры при выводе;string; &tovarChunkName=Имя чанка вывода товара;string; &pattern_folder=Папка паттернов;string;assets/images/pattern/ | ||
* @internal @modx_category Filters | ||
* @category module | ||
* @version 0.1 | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) | ||
* @internal @guid eFilters | ||
* @internal @properties ¶m_tv_id=ID TV параметров товара;string; ¶m_tv_id_simple=ID TV параметров товара (простой фильтр);string; &product_templates_id=ID шаблонов товара;string; ¶m_cat_id=ID категории параметров;string; &exclude_tvs_from_list=Не включать ТВ в параметры при выводе;string; &tovarChunkName=Имя чанка вывода товара;string; &pattern_folder=Папка паттернов;string;assets/images/pattern/; &tv_category_tag=ID TV, используемого для связки товар-категории через tagSaver;string; | ||
* @internal @modx_category Filters | ||
* @internal @installset base, sample | ||
*/ | ||
|
||
|
@@ -32,4 +32,4 @@ tovarParams | |
|
||
*/ | ||
|
||
require_once MODX_BASE_PATH."assets/modules/eLists/module.eLists.php"; | ||
require_once MODX_BASE_PATH . "assets/modules/eLists/module.eLists.php"; |