Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Export Customer Database


drewman

Recommended Posts

Posted

Just use phpmyadmin and run something like

SELECT ALL customers_firstname, customers_lastname, customers_email_address

FROM `customers`

ORDER BY customers_lastname DESC LIMIT 0 , 30

 

Then use Print View or Export to csv format?

Archived

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

×
×
  • Create New...