|
|||
|
Hallo zusammen,
weiß jemand ob sich die Herstellerliste in xt:Commerce VEYTON 4.0 auch als Drop-Down-Menü anzeigen lässt??? Und wenn ja wie??? Bis denne, Carsten. |
|
|||
|
... und auch keine Antwort bekommen!
Hier gehts zu meinem Post. Vielleicht hast du ja ne Antwort drauf
|
|
|||
|
Code:
<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>
|
![]() |
| Lesezeichen |
| Stichworte |
| dropdownmenü, hersteller, veyton, xtcommerce |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Hersteller Drop Down als Liste ausgeben? | stilnick | Installation und Konfiguration | 0 | 27.02.2009 10:32 |
| [xt:Commerce Intern] Achtung Kampfreis! xt:Commerce VEYTON - WEB um 97.- EUR | News | xt:Commerce Mitteilungen | 0 | 23.02.2009 09:50 |
| [xt:Commerce Intern] Datenimport von xt:Commerce 3.0.4 in xt:Commerce VEYTON | News | xt:Commerce Mitteilungen | 0 | 18.12.2008 11:00 |
| Sicherheitslecks in der VEYTON 4.0 sind unbegründet! | gwinger | Fragen zur Software | 0 | 21.10.2008 22:16 |