{## # Search by category # # @listChild (list="products.search.conditions.advanced", weight="200") #}<div class="adv-opt-line"> <label for="categoryId" class="adv-opt-label">{{ t('Category') }}:</label> <div class="adv-opt-value"> {{ widget('\\XLite\\View\\CategorySelect', fieldName='categoryId', fieldId='categoryId', selectedCategoryIds=[this.getCondition('categoryId')], allOption='1', noneOption="0" )}} </div></div>