View Single Post
  #4  
Old 01-11-2004, 04:54 AM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

Seams it needs to be restructured, but basically (on an overall view that is) all you have to take out is this:

Code:
<tr> <td height="10" class="TableCenterCustomerForm" nowrap>{$lng.lbl_in_category}</td> <td width="10" height="10"><font class="TableCenterCustomerFormOrange">*</font></td> <td height="10"> <select name="search_category"> <option value="">{$lng.lbl_all}</option> {section name=cat_num loop=$allcategories} <option value={$allcategories[cat_num].categoryid} {if $smarty.get.search_category eq $allcategories[cat_num].categoryid}selected{/if}>{$allcategories[cat_num].category}</option> {/section} </select> </td> </tr>

Give it try.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote