select all option how to remove that When ever someone add business in category they are getting select all and one by one.. nstead of thy adding to the respective section they are using select all... how to remove select all
Hello, Go to library > front_end > listing_submit_form.php present in your theme directory and remove the code given below Code: <li><label><input type="checkbox" name="selectall" id="selectall" class="checkbox" onclick="displaychk_frm();" /></label><?php echo SLT_ALL; ?></li> This will solve your issue. Thanks & Regards Gourav Shrivastava