Jump to content
xt:Commerce Community Forum

Artikel nach Datum sortieren


Zampano

Recommended Posts

Hallo,

ich hab ein kleines Problem mit der Sortierung einiger Kategorien. Ich möchte diese gerne nach dem Datum sortieren lassen, welche ich in der Artikelübersicht angebe. Nicht nach dem Datum wann ich die Artikel angelegt habe.

Ich habe schon etwas gesucht und ausprobiert, allerdings funktioniert das nicht und es kommt ein Fehler, sobald ich die Kategorie danach sortieren lasse. Vielleicht findet ja jemand den Fehler und kann mir helfen.

Was ich geändert habe ist in der new_category.php

<!-- CATEGORIES-ARTICLE-SORTING -->

<?php

$order_array='';

$order_array=array(array('id' => 'p.products_price','text'=>TXT_PRICES),

array('id' => 'pd.products_name','text'=>TXT_NAME),

array('id' => 'p.products_ordered','text'=>TXT_ORDERED),

array('id' => 'p.products_sort','text'=>TXT_SORT),

array('id' => 'p.products_date_expected','text'=>TXT_RLS),

array('id' => 'p.products_weight','text'=>TXT_WEIGHT),

array('id' => 'p.products_date_added','text'=>TXT_DATE_ADDED),

array('id' => 'p.products_quantity','text'=>TXT_QTY));

und

define('TXT_ORDERED','Bestellte Artikel');

define('TXT_SORT','Sortierreihenfolge');

define('TXT_WEIGHT','Gewicht');

define('TXT_DATE_ADDED','Einstellungsdatum');

define('TXT_QTY','Lagerbestand');

define('TXT_RLS','Releasetermin');

Ich hoffe, jemand weiß Rat. Danke im vorraus!

Link to comment
Share on other sites

Archived

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

×
  • Create New...