Thanks

http://www.alreadymade.com
Follow me on twitter.com/alreadymade
Code: Select all
<div id="seach_tab"><?php echo $search; ?><input type="hidden" name="description" id="description" checked="checked" /></div>
Didn't see the value fieldQphoria wrote:why not do exactly as readyman says?
change checked="checked" to value="1"
Code: Select all
function moduleSearch() {
location = 'index.php?route=product/search&keyword=' + encodeURIComponent($('#filter_keyword').attr('value')) + '&description=1';
}
Hi readyman & Qphoria,readyman wrote:To search descriptions by default - You can place a hidden field in the top search box similar to
<input type="hidden" name="description" value="1">
Do you want to search the categories? The category descriptions? Or do you just want to list them if they contain products in them the meet the search criteria (a bit pointless) Or did you just want to sort them by category?
http://www.smartebuy.com.au/ http://www.myleathers.com.au/ http://www.cctv4oz.com.au/ http://www.origreen.com.au/
OpenCart is the best Webshop tool! Congratulations with releasing version 1.5
Sure, funrider - luckily, this is very easy. See this post by Qphoria: Re: Search Engine search descriptions by default- and see Q's post on the same page to search model as well. It's just a line of code or so.funrider wrote:Moggin or anyone else any idea how to solve the search issue that I and another person discussed in this topic?
Only the mods can move postings. And if you post the same topic elsewhere you get eaten for double postingpreciousfoods wrote:is there some kind of a "move topic" function?
Code: Select all
<input type="checkbox" name="description" id="description" checked="checked" />
<?php } else { ?>
<input type="checkbox" name="description" id="description" checked="checked" />
Code: Select all
<input type="checkbox" name="model" id="model" checked="checked" />
<?php } else { ?>
<input type="checkbox" name="model" id="model" checked="checked" />
OpenCart is the best Webshop tool! Congratulations with releasing version 1.5
Users browsing this forum: Semrush [Bot] and 51 guests