KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: srinivasanj on December 26, 2007, 06:33:55 am

Title: How to Export orders information
Post by: srinivasanj on December 26, 2007, 06:33:55 am
hi
i am using konakart new version its super!, i try to use import and export for the products, its there is any options to export orders information from admin or anywhere else
Title: Re: How to Export orders information
Post by: julie on December 26, 2007, 08:09:31 am
Hi,

One way is to write a new BIRT report with the exact data that you need.

-Julie
Title: Re: How to Export orders information
Post by: kate on December 26, 2007, 08:19:42 am
Hello,

You can also use the API to access the orders...  for example, using getOrders(), getOrdersCreatedSince(), getOrdersLite() etc.

Kate