'; //wrap $html .= '
'; //container $html .= '
'; //input $html .= ''; $html .= '
'; //input if ($cate) { $args = array( 'taxonomy' => 'product_cat', 'name' => 'product_cat', 'orderby' => 'menu_order', 'value_field' => 'slug', 'class' => 'thmk-woocommerce-select', 'show_option_all' => __('All Category', 'big-store'), 'echo' => false ); $html .= '
'; //select $html .= wp_dropdown_categories($args); $html .= '
'; //select } $html .= '
'; //submit $html .= ''; $html .= '
'; //submit $html .= "
"; //container $html .= '
'; $html .= ""; $html .= '
'; $html .= ""; //wrap return $html; } // -----------------------------------------------------------------------------------