View Single Post
  #7  
Old 06-02-2008, 05:08 PM
 
xcart@spiritdiscovery.com xcart@spiritdiscovery.com is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 32
 

Default Re: Search feature - How to enable these check boxes by default?

Thank you for your reply, and I'm sorry I'm so late coming back. I had given up on this and I still feel it's so important to usability to have them "on" for new

Actually, yes, I tried that, for example, as above, instead of
PHP Code:
<input type="checkbox" id="posted_data_by_sku" name="posted_data[by_sku]"{if $search_prefilled eq "" or $search_prefilled.by_skuchecked="checked"{/if} /> 


I now have
PHP Code:
<input type="checkbox" id="posted_data_by_sku" name="posted_data[by_sku]" checked="checked" /> 

And the fields still do not default to "checked". I am stimeyed by this one

If you or anyone else can help me with this, I would be so grateful.
__________________
X-Cart Gold Version 4.0.19
X-Cart Gold Version 4.1.9
X-Cart Pro Version 4.1.9
Unix
Reply With Quote