<?php if (!defined('ABSPATH')) die('No direct access allowed'); ?> <li data-key="<?php esc_attr_e($key) ?>" class="woof_options_li"> <?php $show = 0; if (isset($woof_settings[$key]['show'])) { $show = $woof_settings[$key]['show']; } ?> <span class="icon-arrow-combo help_tip woof_drag_and_drope" data-tip="<?php esc_html_e("drag and drope", 'woocommerce-products-filter'); ?>"></span> <strong class="woof_fix1"><?php esc_html_e("Search by Text", 'woocommerce-products-filter'); ?>:</strong> <span class="icon-question help_tip" data-tip="<?php esc_html_e('Searching by text in the: title, content, excerpt and their combinations. Also SKU option allows making search in the same text-input', 'woocommerce-products-filter') ?>"></span> <div class="select-wrap"> <select name="woof_settings[<?php esc_attr_e($key) ?>][show]" class="woof_setting_select"> <option value="0" <?php selected($show, 0) ?>><?php esc_html_e('No', 'woocommerce-products-filter') ?></option> <option value="1" <?php selected($show, 1) ?>><?php esc_html_e('Yes', 'woocommerce-products-filter') ?></option> </select> </div> <a href="#" data-key="<?php esc_attr_e($key) ?>" data-name="<?php esc_html_e("Search by text", 'woocommerce-products-filter'); ?>" class="woof-button js_woof_options js_woof_options_<?php esc_attr_e($key) ?> help_tip" data-tip="<?php esc_html_e('additional options', 'woocommerce-products-filter') ?>"><span class="icon-cog-outline"></span></a> <?php $ext_name = $key; if (!isset($woof_settings[$key]['title'])) { $woof_settings[$key]['title'] = ''; } if (!isset($woof_settings[$key]['placeholder'])) { $woof_settings[$key]['placeholder'] = ''; } if (!isset($woof_settings[$key]['behavior'])) { $woof_settings[$key]['behavior'] = 'title'; } if (!isset($woof_settings[$key]['search_by_full_word'])) { $woof_settings[$key]['search_by_full_word'] = 0; } if (!isset($woof_settings[$key]['search_desc_variant'])) { $woof_settings[$key]['search_desc_variant'] = 0; } if (!isset($woof_settings[$key]['sku_compatibility'])) { $woof_settings[$key]['sku_compatibility'] = 0; } if (!isset($woof_settings[$key]['autocomplete'])) { $woof_settings[$key]['autocomplete'] = 0; } if (!isset($woof_settings[$key]['post_links_in_autocomplete'])) { $woof_settings[$key]['post_links_in_autocomplete'] = 0; } if (!isset($woof_settings[$key]['how_to_open_links'])) { $woof_settings[$key]['how_to_open_links'] = 0; } if (!isset($woof_settings[$key]['image'])) { $woof_settings[$key]['image'] = ''; } if (!isset($woof_settings[$key]['notes_for_customer'])) { $woof_settings[$key]['notes_for_customer'] = ''; } if (!isset($woof_settings[$key]['min_symbols'])) { $woof_settings[$key]['min_symbols'] = 3; } if (!isset($woof_settings[$key]['max_posts'])) { $woof_settings[$key]['max_posts'] = 10; } if (!isset($woof_settings[$key]['view_text_length'])) { $woof_settings[$key]['view_text_length'] = 10; } if (!isset($woof_settings[$key]['use_cache'])) { $woof_settings[$key]['use_cache'] = 0; } if (!isset($woof_settings[$key]['custom_fields'])) { $woof_settings[$key]['custom_fields'] = ''; } if (!isset($woof_settings[$key]['taxonomy_compatibility'])) { $woof_settings[$key]['taxonomy_compatibility'] = 0; } if (!isset($woof_settings[$key]['max_open_height'])) { $woof_settings[$key]['max_open_height'] = 300; } if (!isset($woof_settings[$key]['template'])) { $woof_settings[$key]['template'] = ''; } ?> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][max_open_height]" value="<?php echo intval($woof_settings[$key]['max_open_height']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][taxonomy_compatibility]" value="<?php echo intval($woof_settings[$key]['taxonomy_compatibility']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][autocomplete]" value="<?php echo intval($woof_settings[$key]['autocomplete']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][custom_fields]" value="<?php esc_html_e($woof_settings[$key]['custom_fields']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][use_cache]" value="<?php echo intval($woof_settings[$key]['use_cache']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][view_text_length]" value="<?php echo intval($woof_settings[$key]['view_text_length']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][max_posts]" value="<?php echo intval($woof_settings[$key]['max_posts']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][min_symbols]" value="<?php echo intval($woof_settings[$key]['min_symbols']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][title]" value="<?php esc_html_e($woof_settings[$key]['title']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][placeholder]" value="<?php esc_html_e($woof_settings[$key]['placeholder']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][behavior]" value="<?php esc_html_e($woof_settings[$key]['behavior']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][search_by_full_word]" value="<?php echo intval($woof_settings[$key]['search_by_full_word']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][search_desc_variant]" value="<?php echo intval($woof_settings[$key]['search_desc_variant']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][how_to_open_links]" value="<?php echo intval($woof_settings[$key]['how_to_open_links']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][image]" value="<?php echo esc_url($woof_settings[$key]['image']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][sku_compatibility]" value="<?php echo intval($woof_settings[$key]['sku_compatibility']) ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][notes_for_customer]" value="<?php echo wp_kses_post(wp_unslash($woof_settings[$key]['notes_for_customer'])); ?>" /> <input type="hidden" name="woof_settings[<?php esc_attr_e($key) ?>][template]" value="<?php echo stripcslashes(esc_html($woof_settings[$key]['template'])); ?>" /> <div id="woof-modal-content-by_text" style="display: none;"> <div style="display: none;"> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Title text', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Leave it empty if you not need this', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="text" class="woof_popup_option" data-option="title" placeholder="" value="" /> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Placeholder text', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Leave it empty if you not need it.', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="text" class="woof_popup_option" data-option="placeholder" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Behavior', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Behavior of the text searching', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $behavior = array( 'title' => esc_html__("Search by title", 'woocommerce-products-filter'), 'content' => esc_html__("Search by content", 'woocommerce-products-filter'), 'excerpt' => esc_html__("Search by excerpt", 'woocommerce-products-filter'), 'content_or_excerpt' => esc_html__("Search by content OR excerpt", 'woocommerce-products-filter'), 'title_or_content_or_excerpt' => esc_html__("Search by title OR content OR excerpt", 'woocommerce-products-filter'), 'title_or_content' => esc_html__("Search by title OR content", 'woocommerce-products-filter'), // 'title_and_content' => esc_html__("Search by title AND content", 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="behavior"> <?php foreach ($behavior as $key => $value) : ?> <option value="<?php esc_attr_e($key); ?>"><?php esc_html_e($value); ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Search by full word only', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('The result is only with the full coincidence of words', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $autocomplete = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="search_by_full_word"> <?php foreach ($autocomplete as $key => $value) : ?> <option value="<?php esc_attr_e($key); ?>"><?php esc_html_e($value); ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Autocomplete', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Show found variants in drop-down list', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $autocomplete = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="autocomplete"> <?php foreach ($autocomplete as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('How to open links with posts in suggestion', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('In the same window (_self) or in the new one (_blank)', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $how_to_open_links = array( 0 => esc_html__('new window', 'woocommerce-products-filter'), 1 => esc_html__('the same window', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="how_to_open_links"> <?php foreach ($how_to_open_links as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('+Taxonomies', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Text search also works with taxonomies (attributes, categories, tags)', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $taxonomies = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="taxonomy_compatibility"> <?php foreach ($taxonomies as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('+SKU ', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Activates the ability to search by SKU in the same text-input', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $sku_compatibility = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="sku_compatibility"> <?php foreach ($sku_compatibility as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Custom fields', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Type meta keys separated by comma. An example:_seo_description,seo_title', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="text" class="woof_popup_option" data-option="custom_fields" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Search by description in product variations', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Ability to search by the description of the any variation of the variable product', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $desc_var = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="search_desc_variant"> <?php foreach ($desc_var as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Use cache', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Works for text search and make its faster', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <?php $use_cache = array( 0 => esc_html__('No', 'woocommerce-products-filter'), 1 => esc_html__('Yes', 'woocommerce-products-filter') ); ?> <div class="select-wrap"> <select class="woof_popup_option" data-option="use_cache"> <?php foreach ($use_cache as $key => $value) : ?> <option value="<?php esc_attr_e($key) ?>"><?php esc_html_e($value) ?></option> <?php endforeach; ?> </select> </div> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Text length', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Number of words in the description', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="number" step="1" class="woof_popup_option" data-option="view_text_length" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Min symbols', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Minimum number of symbols to start searching. By default 3 symbols', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="number" step="1" class="woof_popup_option" data-option="min_symbols" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Per page', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Number of products per one block on the search drop-down', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="number" step="1" class="woof_popup_option" data-option="max_posts" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Max drop-down height', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('The maximum height of the drop-down with the results in px.', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <input type="number" step="10" class="woof_popup_option" data-option="max_open_height" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Template', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Insert the name of your custom template. The template must be located at:', 'woocommerce-products-filter') ?> </br> <i> <?php esc_html_e(get_stylesheet_directory() . DIRECTORY_SEPARATOR . "woof" . DIRECTORY_SEPARATOR . "ext" . DIRECTORY_SEPARATOR . esc_html($ext_name) . DIRECTORY_SEPARATOR . "views" . DIRECTORY_SEPARATOR . "templates" . DIRECTORY_SEPARATOR); ?> </i> </span> </div> <div class="woof-form-element"> <input type="text" class="woof_popup_option" data-option="template" placeholder="" value="" /> </div> </div> <div class="woof-form-element-container"> <div class="woof-name-description"> <strong><?php esc_html_e('Notes for customer', 'woocommerce-products-filter') ?></strong> <span><?php esc_html_e('Text notes for customer if you need it.', 'woocommerce-products-filter') ?></span> </div> <div class="woof-form-element"> <textarea class="woof_popup_option" data-option="notes_for_customer"></textarea> </div> </div> </div> </li>