Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > E-commerce - export customer e-mail addresses View modes: 
User avatar
Member
Member
gavin - 3/23/2009 6:04:59 AM
   
E-commerce - export customer e-mail addresses
Hii,

Just wondering if it is possible to export customers e-mails to something like Excel?
Similar to the function within BizForms under 'data'

Thanks

Gavin

User avatar
Kentico Developer
Kentico Developer
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

User avatar
Member
Member
gavin - 3/26/2009 9:51:20 AM
   
RE:E-commerce - export customer e-mail addresses
Thats great Martin - thanks for your help