Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    4
    Plugin Contributions
    0

    Default Export Customer Orders

    Hi,

    I am running version 1.3.0 and would like to export all customer orders to my hard drive to use for tax purposes. Could someone please let me know what file I need to export, that will provide the detail of each order, in a text readable format to retain for income tax reporting. I see there is the QBI but I am only looking for the detailed order info.

    Thanks in advance,

    Mary

  2. #2
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Export Customer Orders

    Hi there
    using phpmyadmin or a similar tool run this SQL query (replace dates with the date range you require):
    select zen_orders_total.orders_id, zen_orders_total.text
    from zen_orders_total, zen_orders
    where zen_orders.orders_id = zen_orders_total.orders_id and zen_orders_total.class = 'ot_total' and zen_orders.date_purchased >= '2006-08-14' and zen_orders.date_purchased <= '2006-08-20'

 

 

Similar Threads

  1. v1.2.x Excel Export of Customer Contact Details and Customer Order History?
    By sbokkie12 in forum General Questions
    Replies: 3
    Last Post: 1 May 2013, 12:43 AM
  2. v139h with Orders Exporter can I export only recent orders?
    By kbrown in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 29 Sep 2012, 02:39 PM
  3. Replies: 0
    Last Post: 29 May 2010, 08:42 PM
  4. orders export addon
    By broeder in forum Addon Shipping Modules
    Replies: 1
    Last Post: 31 May 2009, 07:44 PM
  5. Export orders
    By fparadise in forum Managing Customers and Orders
    Replies: 2
    Last Post: 1 Feb 2007, 12:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg