un slauto
ordinare clienti per data inserimento
Moderatore: mod Generali
ordinare clienti per data inserimento
è pèossibile che voi sappiate nell'area admin ordinare clienti per data inserimento invece che alfabetico?
un slauto
un slauto
trovato
basta modificare il file customers.php
alla riga
in questa
spero di esssere stato utile :d
basta modificare il file customers.php
alla riga
Codice: Seleziona tutto
$customers_query_raw = "select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_status, 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_firstname, c.customers_lastname";Codice: Seleziona tutto
$customers_query_raw = "select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_status, 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 customers_id DESC";spero di esssere stato utile :d
