Can you please put in on your code where exactly the file located? just for a newbie.
Also, SKU in advance page doesn't work (working fine in simple search). Can you please give a rough 'how to'?
here is my code:
Code:
<TD width="5"><INPUT type="checkbox" name="posted_data[by_title]"{if $search_prefilled eq "" or $search_prefilled.by_title} checked{/if}></TD><TD nowrap>{$lng.lbl_title}</TD>
<TD width="5"><INPUT type="checkbox" name="posted_data[by_shortdescr]"{if $search_prefilled eq "" or $search_prefilled.by_shortdescr} checked{/if}></TD><TD nowrap>{$lng.lbl_short_description}</TD>
<TD width="5"><INPUT type="checkbox" name="posted_data[by_fulldescr]"{if $search_prefilled eq "" or $search_prefilled.by_fulldescr} checked{/if}></TD><TD nowrap>{$lng.lbl_det_description}</TD>
<input type="hidden" name="by_productcode" value"checked" {if $search_prefilled eq "" or $search_prefilled.by_productcode} checked{/if}>
Still doesn't work.
Thanks in advance!