Jump to content
xt:Commerce Community Forum

products_sort Beschriftung vor Dropdown


Reimot

Recommended Posts

Hi,

ich möchte gerne vor dem Dropdown der Artikelsortierung die Bezeichnung "Sortierreihenfolge "einfügen.

Das Dropdown hab ich dazu schon in der stylesheet.css unter products_sort form auf float right gesetzt.

Wo kann ich jetzt davor eine Bezeichnung einfügen? In der pruduct_listing_v1.html? Was muss ich da genau reinschreiben?

Gruß

Reimot

Link to comment
Share on other sites

Hallo,

{if $sort_dropdown.options}

[COLOR="red"]<p class ="products_sort_text">{txt key=TEXT_CHOOSE_SORT}</p>[/COLOR]

<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>

{/if}

Im Backend in den Sprachtexten noch TEXT_CHOOSE_SORT anlegen.

Und den Text mit CSS formatieren.

MfG. Hansen

Link to comment
Share on other sites

Hi amilo,

ich hab die Zeile jetzt am Ende des DIV Containers eingefügt und jetzt passt es.

Vielen Dank!

Jetzt muss ich nur noch das padding und die Schrift im CSS anpassen. Wo muss ich das aber in der CSS einfügen? Bei PRODUCTS Sorting als products_sort_text?

Gruß

Reimot

Link to comment
Share on other sites

Archived

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

×
  • Create New...