I clienti in ordine di registrazione
Inviato: 06/08/2010, 18:00
Come fare per far apparire i CLIENTI in ordine di registrazione, anzicchè alfabetico (file customers.php)
comunità di utenti e sviluppatori italiani per osCommerce
http://oscommerceitalia.com/forums/
ho un pack di bass, 1.3xnetus ha scritto:Che versione hai di osC?
Codice: Seleziona tutto
$customers_query_raw = "select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, a.entry_country_id 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";