Jump to content
xt:Commerce Community Forum

hersteller sortieren


ahuizotl

Recommended Posts

hi,

im Template product_listing_V1.html hab ich das auchmal versucht:

{if $manufacturer}

{$manufacturer.MANUFACTURER.manufacturers_description}

<!-- NEU ANFANG -->

<div class="products_sort">

{form type=form name=sort_dropdown action='dynamic' method=get}

{form type=hidden name=page value='categorie'}

{form type=hidden name=cat value=$current_category_id}

{form type=select name=sorting value=$sort_dropdown.options default='' onchange='this.form.submit();'}

{form type=formend}

</div>

<!-- NEU ENDE -->

{/if}

Da kommt immerhin schon mal ein ( leeres ) Dropdown-Menü.

Kann man dem die nötigen Variablen einfach mal so "zuschustern" oder

muss man wirklich wie bei Deinem Ansatz in der categories.php

rumfummeln ?

Grüsse

oldbear

Link to comment
Share on other sites

  • 8 months later...

Hallo,

habe das gleiche Problem, welches du gelöst hast.

Wo und wie muss ich denn die Zeile

function getManufacturerSortDropdown($default) {....

eingeben, wenn ich die Artikel eines Herstellers nach Name sortiert haben möchte.

Danke für Hilfe!

Link to comment
Share on other sites

Archived

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

×
  • Create New...