Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Default admin seach types
Author « Topic »  

Fingertech
Advanced Member

Canada
317 Posts

Posted - 01/24/2021 :  11:51:51  
How can I change the pre-selected search type checkboxes in Product Admin?

ID/SKU, Name, Description, Long Description
The first three are checked by default, but I would like Description unchecked by default (I currently have to uncheck it every time I search).

I don't see it in Store Admin > Main Settings, so I suspect it will be a line change in incprods.php to do with $sos.

Thanks in advance.

Vince
Administrator

42472 Posts

Posted - 01/25/2021 :  08:56:35  
Hi Fingertech
Sure, in the incprods.php file change this line...
if(is_numeric($sos)) $sos=(int)$sos; else $sos=17;
...to this...
if(is_numeric($sos)) $sos=(int)$sos; else $sos=25;

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Fingertech
Advanced Member

Canada
317 Posts

Posted - 01/25/2021 :  10:53:11  
Thank you!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000