Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Default drop down menu selection

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-30-2008, 07:57 AM
 
glsp glsp is offline
 

Member
  
Join Date: Dec 2007
Location: Northampton, MA
Posts: 27
 

Default Default drop down menu selection

I want the default selected item in a drop down menu to be something other than the first item in the list. Can anyone tell me why the following code doesn't work?
Code:
{* $Id: title_selector.tpl,v 1.3 2005/11/30 13:29:35 max Exp $ *} {foreach from=$titles item=v} <option value="{$v.title_orig|escape}"{if $field eq $v.titleid} selected="selected"{else if $v.titleid eq 3} selected="selected"{/if}>{$v.title}</option> {/foreach}
Thanks!
__________________
X-Cart Gold version 4.1.9

PS: This is what part of the alphabet would look like if Q and R were eliminated.
Reply With Quote
  #2  
Old 03-30-2008, 08:26 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Default drop down menu selection

hi glsp,

For a default title try...

{foreach from=$titles item=v}
<option value="{$v.title_orig|escape}"{if $field eq $v.titleid} selected="selected"{elseif $v.titleid eq 3} selected="selected"{/if}>{$v.title}</option>
{/foreach}

'elseif' should be one word unlike 'else if'

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote
  #3  
Old 03-30-2008, 08:31 AM
 
glsp glsp is offline
 

Member
  
Join Date: Dec 2007
Location: Northampton, MA
Posts: 27
 

Default Re: Default drop down menu selection

Bingo! That was it. Thanks so much!
__________________
X-Cart Gold version 4.1.9

PS: This is what part of the alphabet would look like if Q and R were eliminated.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:33 AM.

   

 
X-Cart forums © 2001-2020