Thread: Search Upgrade
View Single Post
  #19  
Old 07-25-2003, 12:49 PM
 
machnhed1 machnhed1 is offline
 

eXpert
  
Join Date: Feb 2003
Location: Illinois
Posts: 274
 

Default

Cameron,

That code is going to go right in here:

Code:
{section name=cat_num1 loop=$categories_level_2} {if $categories_level_2[cat_num][0][cat_num1].categoryid ne ""}<option value="{ $categories_level_2[cat_num][0][cat_num1].categoryid}" {if $smarty.get.in_category eq $categories_level_2[cat_num][0][cat_num1].categoryid or $cat eq $categories_level_2[cat_num][0][cat_num1].categoryid}selected{/if}> {$categories_level_2[cat_num][0][cat_num1].category|escape} </option>{/if} {/section}

Replace the {$categories_level_2[cat_num][0][cat_num1].category|escape} with {$categories_level_2[cat_num][0][cat_num1].category_name|escape}.

Hope that helps.
__________________
Following the signature guidelines : xcart pro 3.5.8 - [RedHat]
Reply With Quote