PPP Posted February 24, 2005 Report Share Posted February 24, 2005 Hallo liebe XT-User. im Admin-bereich unter Kunden finde ich eine alphabetisch geordnete Liste meiner Kunden (sortiert nach Nachname). Kann man die Liste auch nach "Zugang erstellt" sortieren lassen ? Vielen Dank f?r eure hilfreichen Antworten. Link to comment Share on other sites More sharing options...
Buggyboy Posted April 29, 2006 Report Share Posted April 29, 2006 Hallo! Hast Du da evtl. schon eine M?glichkeit gefunden, wie man die Kunden nach Eintrittsdatum sortieren kann? Oder hat evtl. von Euch doch noch jemand einen L?sungsvorschlag? Link to comment Share on other sites More sharing options...
tom4545 Posted April 30, 2006 Report Share Posted April 30, 2006 in admin/costumers.php zeile ca. 826 $customers_query_raw = "select c.account_type,c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, a.entry_country_id, c.customers_status, c.member_flag from " . TABLE_CUSTOMERS . " c left join " . TABLE_ADDRESS_BOOK . " a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id " . $search . " order by c.customers_lastname, c.customers_firstname"; ersetze "order by c.costumer_lastname durch . $search . " order by c.customers_id, c.customers_firstname"; allerdings stehen die neuesten kunden am schlu? (letzte seite) vielleicht weiss jemand wie man das umdreht. Link to comment Share on other sites More sharing options...
Buggyboy Posted April 30, 2006 Report Share Posted April 30, 2006 Hallo Tom! Danke. Das hat schonmal geklappert... Jetzt brauche ich ja nur zur letzten Page gehen um zu sehen, wer sich die letzten Tage angemeldet hat. Sch?n w?re allerdings, wenn sie ganz vorne stehen w?rden ;-} Link to comment Share on other sites More sharing options...
techway Posted April 30, 2006 Report Share Posted April 30, 2006 . $search . " order by c.customers_id DESC, c.customers_firstname"; :laugh: Link to comment Share on other sites More sharing options...
Buggyboy Posted April 30, 2006 Report Share Posted April 30, 2006 Jo. Geil. Das klappt... Vielen Dank... Peter Link to comment Share on other sites More sharing options...
bouncy Posted October 4, 2006 Report Share Posted October 4, 2006 Diese o.g. Möglichkeit finde ich leider nicht bei version 3.04 Hat da jemand eine Lösung? B. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.