Jump to content
xt:Commerce Community Forum

Hersteller als Drop-Down-Menü (xt:Commerce VEYTON 4.0)


carsten.janke

Recommended Posts

  • 6 months later...

<h2 class="boxheader">{txt key=TEXT_BOX_TITLE_MANUFACTURERS}</h2>

<div class="boxbody">

<ul id="manufacturerslist">

    <select name="manufacturerslist" size="1" onChange="location.href=this.options[this.selectedIndex].value">

      <option value="#">- Hersteller wählen -</option> 

	{foreach name=aussen item=module_data from=$_manufacturers}

	<option value="{$module_data.link}">

	{$module_data.manufacturers_name}

	</option>

	{/foreach}

</select>

</ul>

</div>

Was ist denn daran falsch? Ich habe es genau so gemacht, wie im Post beschrieben.

Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...