View Single Post
  #133  
Old 06-07-2005, 08:55 PM
 
x-online x-online is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Australia, Sydney
Posts: 189
 

Default

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!
__________________
X-Cart version 4.x (Most likely will be the latest version)
Reply With Quote