kentico_martind
-
3/26/2009 9:45:34 AM
RE:E-commerce - export customer e-mail addresses
Hi Gavin,
Unfortunately, this feature is not natively supported, but you can write custom script to ensure this. You can use CMS.Ecommerce.CustomerInfoProvider.GetCustomers() method to get DataSet with all customers. Regarding exporting to Excel, you can inspire by code in ~\CMSModules\Bizforms\Tools\BizForm_Edit_Export.aspx.cs file.
Kind Regards,
Martin Dobsicek
|