How to add search input where a product table as drop-down list
Searchinput can be placed to the site header or into the page content text. Use shortcode [woot_drop_down].
- create new WOOT table on the plugin backend
- set all necessary options you want for the table
- open page where you want to place shortcode
- drop into the page content shortcode [woot_drop_down id=7] where 7 is ID of the table
- to place shortcode, for example into the site header, open file header.php and place there code:
<?php echo do_shortcode('[woot_drop_down id=7 placeholder="enter a product title part, for example: puma"]'); ?>